Home
last modified time | relevance | path

Searched refs:SetInverted (Results 1 – 25 of 87) sorted by relevance

1234

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-route53-recovery-control-config/include/aws/route53-recovery-control-config/model/
H A DRuleConfig.h59 inline void SetInverted(bool value) { m_invertedHasBeenSet = true; m_inverted = value; } in SetInverted() function
65 inline RuleConfig& WithInverted(bool value) { SetInverted(value); return *this;} in WithInverted()
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/gotk3/gotk3/gtk/
H A Dlevel_bar_since_3_8.go10 func (v *LevelBar) SetInverted(inverted bool) { func
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/gtk/
H A Dlevel_bar_since_3_8.go10 func (v *LevelBar) SetInverted(inverted bool) { func
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/gtk/
H A Dlevel_bar_since_3_8.go10 func (v *LevelBar) SetInverted(inverted bool) { func
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/gtk/
H A Dlevel_bar_since_3_8.go10 func (v *LevelBar) SetInverted(inverted bool) { func
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/gtk/
H A Dlevel_bar_since_3_8.go10 func (v *LevelBar) SetInverted(inverted bool) { func
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIGESDimen_SectionedArea.hxx59 Standard_EXPORT void SetInverted (const Standard_Boolean mode);
/dports/cad/opencascade/opencascade-7.6.0/src/IGESDimen/
H A DIGESDimen_SectionedArea.hxx59 Standard_EXPORT void SetInverted (const Standard_Boolean mode);
H A DIGESDimen_SectionedArea.cxx53 void IGESDimen_SectionedArea::SetInverted (const Standard_Boolean mode) in SetInverted() function in IGESDimen_SectionedArea
H A DIGESDimen_ToolSectionedArea.cxx133 ent->SetInverted (another->IsInverted()); in OwnCopy()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIGESDimen_SectionedArea.hxx62 Standard_EXPORT void SetInverted (const Standard_Boolean mode);
/dports/devel/upp/upp/bazaar/Controls4U_Demo/
H A DJBControlsDemo.lay8 ITEM(SliderCtrlX, vslider, SetInverted(true).FillColor(Yellow).LeftPosZ(8, 44).TopPosZ(12, 260))
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-route53/include/aws/route53/model/
H A DHealthCheckConfig.h1334 inline void SetInverted(bool value) { m_invertedHasBeenSet = true; m_inverted = value; } in SetInverted() function
1341 inline HealthCheckConfig& WithInverted(bool value) { SetInverted(value); return *this;} in WithInverted()
H A DUpdateHealthCheckRequest.h1211 inline void SetInverted(bool value) { m_invertedHasBeenSet = true; m_inverted = value; } in SetInverted() function
1218 inline UpdateHealthCheckRequest& WithInverted(bool value) { SetInverted(value); return *this;} in WithInverted()
/dports/editors/lazarus/lazarus/components/tachart/
H A Dtatypes.pas227 procedure SetInverted(AValue: Boolean); procedure
241 read FInverted write SetInverted default false;
773 procedure TChartArrow.SetInverted(AValue: Boolean); procedure
H A Dtalegend.pas197 procedure SetInverted(AValue: Boolean); procedure
235 property Inverted: Boolean read FInverted write SetInverted default false;
834 procedure TChartLegend.SetInverted(AValue: Boolean); procedure
H A Dtachartaxis.pas122 procedure SetInverted(AValue: Boolean); procedure
173 property Inverted: boolean read FInverted write SetInverted default false;
871 procedure TChartAxis.SetInverted(AValue: Boolean); procedure
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/
H A Dtatypes.pas224 procedure SetInverted(AValue: Boolean); procedure
238 read FInverted write SetInverted default false;
772 procedure TChartArrow.SetInverted(AValue: Boolean); procedure
H A Dtalegend.pas211 procedure SetInverted(AValue: Boolean); procedure
252 property Inverted: Boolean read FInverted write SetInverted default false;
896 procedure TChartLegend.SetInverted(AValue: Boolean); procedure
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/
H A Dtatypes.pas224 procedure SetInverted(AValue: Boolean); procedure
238 read FInverted write SetInverted default false;
772 procedure TChartArrow.SetInverted(AValue: Boolean); procedure
H A Dtalegend.pas211 procedure SetInverted(AValue: Boolean); procedure
252 property Inverted: Boolean read FInverted write SetInverted default false;
896 procedure TChartLegend.SetInverted(AValue: Boolean); procedure
/dports/editors/lazarus-qt5/lazarus/components/tachart/
H A Dtatypes.pas227 procedure SetInverted(AValue: Boolean); procedure
241 read FInverted write SetInverted default false;
773 procedure TChartArrow.SetInverted(AValue: Boolean); procedure
H A Dtalegend.pas197 procedure SetInverted(AValue: Boolean); procedure
235 property Inverted: Boolean read FInverted write SetInverted default false;
834 procedure TChartLegend.SetInverted(AValue: Boolean); procedure
/dports/devel/upp/upp/bazaar/Controls4U/
H A DSliderCtrlX.h100 SliderCtrlX& SetInverted(bool b) { m_bInverted = b; return *this; }; in SetInverted() function
H A DSliderCtrlX.usc133 bool SetInverted = false;

1234