Home
last modified time | relevance | path

Searched refs:SliderValue (Results 1 – 25 of 26) sorted by relevance

12

/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/common/
H A DSliderValue.cpp18 Gui* SliderValue::pGUI = NULL;
19 bool* SliderValue::bGI = NULL;
22 SliderValue::SliderValue() in SliderValue() function in SliderValue
89 float SliderValue::getF() in getF()
96 void SliderValue::Upd() in Upd()
107 void SliderValue::UpdTxt() in UpdTxt()
118 void SliderValue::Update() in Update()
221 void SliderValue::Init( in Init()
228 void SliderValue::Init( in Init()
236 void SliderValue::Init( in Init()
[all …]
H A DSliderValue.h11 class SliderValue
24 typedef MyGUI::delegates::CMultiDelegate1<SliderValue*> ValueChanged;
53 SliderValue();
H A DGui_Def.h12 class SliderValue; class Check; variable
25 typedef SliderValue SV; typedef Check Ck;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dsalnativewidgets.hxx322 class SAL_DLLPUBLIC_RTTI SliderValue final : public ImplControlValue class
331 SliderValue() in SliderValue() function in SliderValue
335 virtual ~SliderValue() override;
336 virtual SliderValue* clone() const override;
338 SliderValue(SliderValue const &) = default;
339 SliderValue(SliderValue &&) = default;
340 SliderValue & operator =(SliderValue const &) = delete; // due to ImplControlValue
341 SliderValue & operator =(SliderValue &&) = delete; // due to ImplControlValue
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dsalnativewidgets.hxx322 class SAL_DLLPUBLIC_RTTI SliderValue final : public ImplControlValue class
331 SliderValue() in SliderValue() function in SliderValue
335 virtual ~SliderValue() override;
336 virtual SliderValue* clone() const override;
338 SliderValue(SliderValue const &) = default;
339 SliderValue(SliderValue &&) = default;
340 SliderValue & operator =(SliderValue const &) = delete; // due to ImplControlValue
341 SliderValue & operator =(SliderValue &&) = delete; // due to ImplControlValue
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/outdev/
H A Dnativecontrols.cxx52 SliderValue::~SliderValue() in ~SliderValue()
56 SliderValue* SliderValue::clone() const in clone()
58 assert( typeid( const SliderValue ) == typeid( *this )); in clone()
59 return new SliderValue( *this ); in clone()
173 const SliderValue* pSlVal = static_cast<const SliderValue*>(&rVal); in TransformControlValue()
174 SliderValue* pNew = new SliderValue( *pSlVal ); in TransformControlValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/outdev/
H A Dnativecontrols.cxx87 SliderValue::~SliderValue() in ~SliderValue()
91 SliderValue* SliderValue::clone() const in clone()
93 assert( typeid( const SliderValue ) == typeid( *this )); in clone()
94 return new SliderValue( *this ); in clone()
206 const SliderValue* pSlVal = static_cast<const SliderValue*>(&rVal); in TransformControlValue()
207 SliderValue* pNew = new SliderValue( *pSlVal ); in TransformControlValue()
/dports/math/R-cran-igraph/igraph/R/
H A Dtkplot.R1175 SliderValue <- tcltk::tclVar(as.character(initial)) functionVar
1176 SliderValueLabel <- tcltk::tklabel(dialog,text=as.character(tcltk::tclvalue(SliderValue)))
1178 tcltk::tkconfigure(SliderValueLabel, textvariable=SliderValue)
1180 showvalue=F, variable=SliderValue,
1183 SliderValue <<- as.numeric(tcltk::tclvalue(SliderValue))
1187 SliderValue <<- NA
1196 return(SliderValue)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/headless/
H A DCustomWidgetDraw.cxx222 const SliderValue* pSliderValue = static_cast<const SliderValue*>(&rValue); in drawNativeControl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/headless/
H A DCustomWidgetDraw.cxx226 const SliderValue* pSliderValue = static_cast<const SliderValue*>(&rValue); in drawNativeControl()
/dports/textproc/py-python-xmp-toolkit/python-xmp-toolkit-2.0.1/test/samples/
H A Dsig05-002a.xmp30 <xap:SliderValue>0</xap:SliderValue>
H A Dsig05-003a.xmp28 <xap:SliderValue>0</xap:SliderValue>
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dsalgdilayout.cxx793 SliderValue* pSlVal = static_cast<SliderValue*>(&rVal); in mirror()
H A DFileDefinitionWidgetDraw.cxx630 const SliderValue* pSliderValue = static_cast<const SliderValue*>(&rValue); in drawNativeControl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dsalgdilayout.cxx713 SliderValue* pSlVal = static_cast<SliderValue*>(&rVal); in mirror()
H A DFileDefinitionWidgetDraw.cxx700 const SliderValue* pSliderValue = static_cast<const SliderValue*>(&rValue); in drawNativeControl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qt5/
H A DQt5Graphics_Controls.cxx591 const SliderValue* slVal = static_cast<const SliderValue*>(&value); in drawNativeControl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/osx/
H A Dsalnativewidgets.cxx547 const SliderValue *pSliderVal = static_cast<SliderValue const *>(&aValue); in drawNativeControl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/osx/
H A Dsalnativewidgets.cxx545 const SliderValue *pSliderVal = static_cast<SliderValue const *>(&aValue); in drawNativeControl()
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DGui_Init.cpp30 Check::pGUI = mGui; SliderValue::pGUI = mGui; in InitGui()
31 Check::bGI = &bGI; SliderValue::bGI = &bGI; in InitGui()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qt5/
H A DQt5Graphics_Controls.cxx652 const SliderValue* slVal = static_cast<const SliderValue*>(&value); in drawNativeControl()
/dports/games/stuntrally/stuntrally-2.6.1/source/editor/
H A DGui_Init.cpp32 SliderValue::pGUI = mGui; in InitGui()
33 SliderValue::bGI = &bGI; in InitGui()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dslider.cxx339 SliderValue aSliderValue; in ImplDraw()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dslider.cxx359 SliderValue aSliderValue; in ImplDraw()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/gdi/
H A Dsalnativewidgets-luna.cxx1045 const SliderValue* pVal = static_cast<const SliderValue*>(&aValue); in ImplDrawNativeControl()

12