LibreOffice Module vcl (master) 1
|
#include <salnativewidgets.hxx>
Public Member Functions | |
SpinbuttonValue () | |
virtual | ~SpinbuttonValue () override |
virtual SpinbuttonValue * | clone () const override |
SpinbuttonValue (SpinbuttonValue const &)=default | |
SpinbuttonValue (SpinbuttonValue &&)=default | |
SpinbuttonValue & | operator= (SpinbuttonValue const &)=delete |
SpinbuttonValue & | operator= (SpinbuttonValue &&)=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::Rectangle | maUpperRect |
tools::Rectangle | maLowerRect |
ControlState | mnUpperState |
ControlState | mnLowerState |
ControlPart | mnUpperPart |
ControlPart | mnLowerPart |
Additional Inherited Members | |
Protected Member Functions inherited from ImplControlValue | |
ImplControlValue (ControlType i_eType, tools::Long i_nNumber) | |
Definition at line 421 of file salnativewidgets.hxx.
|
inline |
|
overridevirtual |
Definition at line 81 of file nativecontrols.cxx.
|
default |
|
default |
|
overridevirtual |
Reimplemented from ImplControlValue.
Definition at line 85 of file nativecontrols.cxx.
References SpinbuttonValue().
|
delete |
|
delete |
tools::Rectangle SpinbuttonValue::maLowerRect |
Definition at line 425 of file salnativewidgets.hxx.
Referenced by vcl::FileDefinitionWidgetDraw::drawNativeControl(), SalGraphics::mirror(), and TransformControlValue().
tools::Rectangle SpinbuttonValue::maUpperRect |
Definition at line 424 of file salnativewidgets.hxx.
Referenced by vcl::FileDefinitionWidgetDraw::drawNativeControl(), SalGraphics::mirror(), and TransformControlValue().
ControlPart SpinbuttonValue::mnLowerPart |
Definition at line 429 of file salnativewidgets.hxx.
Referenced by vcl::FileDefinitionWidgetDraw::drawNativeControl().
ControlState SpinbuttonValue::mnLowerState |
Definition at line 427 of file salnativewidgets.hxx.
Referenced by vcl::FileDefinitionWidgetDraw::drawNativeControl().
ControlPart SpinbuttonValue::mnUpperPart |
Definition at line 428 of file salnativewidgets.hxx.
Referenced by vcl::FileDefinitionWidgetDraw::drawNativeControl().
ControlState SpinbuttonValue::mnUpperState |
Definition at line 426 of file salnativewidgets.hxx.
Referenced by vcl::FileDefinitionWidgetDraw::drawNativeControl().