LibreOffice Module vcl (master) 1
|
#include <salnativewidgets.hxx>
Public Member Functions | |
SliderValue () | |
virtual | ~SliderValue () override |
virtual SliderValue * | clone () const override |
SliderValue (SliderValue const &)=default | |
SliderValue (SliderValue &&)=default | |
SliderValue & | operator= (SliderValue const &)=delete |
SliderValue & | operator= (SliderValue &&)=delete |
Public Member Functions inherited from ImplControlValue | |
ImplControlValue (ButtonValue nTristate) | |
ImplControlValue (tools::Long nNumeric) | |
ImplControlValue () | |
virtual | ~ImplControlValue () |
ImplControlValue (ImplControlValue const &)=default | |
ImplControlValue (ImplControlValue &&)=default | |
ImplControlValue & | operator= (ImplControlValue const &)=delete |
ImplControlValue & | operator= (ImplControlValue &&)=delete |
virtual ImplControlValue * | clone () const |
ControlType | getType () const |
ButtonValue | getTristateVal () const |
void | setTristateVal (ButtonValue nTristate) |
tools::Long | getNumericVal () const |
void | setNumericVal (tools::Long nNumeric) |
Public Attributes | |
tools::Long | mnMin |
tools::Long | mnMax |
tools::Long | mnCur |
tools::Rectangle | maThumbRect |
ControlState | mnThumbState |
Additional Inherited Members | |
Protected Member Functions inherited from ImplControlValue | |
ImplControlValue (ControlType i_eType, tools::Long i_nNumber) | |
Definition at line 322 of file salnativewidgets.hxx.
|
inline |
|
overridevirtual |
Definition at line 53 of file nativecontrols.cxx.
|
default |
|
default |
|
overridevirtual |
Reimplemented from ImplControlValue.
Definition at line 57 of file nativecontrols.cxx.
References SliderValue().
|
delete |
|
delete |
tools::Rectangle SliderValue::maThumbRect |
Definition at line 328 of file salnativewidgets.hxx.
Referenced by vcl::FileDefinitionWidgetDraw::drawNativeControl(), Slider::ImplDraw(), SalGraphics::mirror(), and TransformControlValue().
tools::Long SliderValue::mnCur |
Definition at line 327 of file salnativewidgets.hxx.
Referenced by Slider::ImplDraw().
tools::Long SliderValue::mnMax |
Definition at line 326 of file salnativewidgets.hxx.
Referenced by Slider::ImplDraw().
tools::Long SliderValue::mnMin |
Definition at line 325 of file salnativewidgets.hxx.
Referenced by Slider::ImplDraw().
ControlState SliderValue::mnThumbState |
Definition at line 329 of file salnativewidgets.hxx.
Referenced by vcl::FileDefinitionWidgetDraw::drawNativeControl(), and Slider::ImplDraw().