LibreOffice Module vcl (master) 1
|
#include <salnativewidgets.hxx>
Public Member Functions | |
ScrollbarValue () | |
virtual | ~ScrollbarValue () override |
virtual ScrollbarValue * | clone () const override |
ScrollbarValue (ScrollbarValue const &)=default | |
ScrollbarValue (ScrollbarValue &&)=default | |
ScrollbarValue & | operator= (ScrollbarValue const &)=delete |
ScrollbarValue & | operator= (ScrollbarValue &&)=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) |
Additional Inherited Members | |
Protected Member Functions inherited from ImplControlValue | |
ImplControlValue (ControlType i_eType, tools::Long i_nNumber) | |
Definition at line 292 of file salnativewidgets.hxx.
|
inline |
|
overridevirtual |
Definition at line 43 of file nativecontrols.cxx.
|
default |
|
default |
|
overridevirtual |
Reimplemented from ImplControlValue.
Definition at line 47 of file nativecontrols.cxx.
References ScrollbarValue().
|
delete |
|
delete |
tools::Rectangle ScrollbarValue::maButton1Rect |
Definition at line 300 of file salnativewidgets.hxx.
Referenced by ScrollBar::ImplDrawNative(), SalGraphics::mirror(), and TransformControlValue().
tools::Rectangle ScrollbarValue::maButton2Rect |
Definition at line 301 of file salnativewidgets.hxx.
Referenced by ScrollBar::ImplDrawNative(), SalGraphics::mirror(), and TransformControlValue().
tools::Rectangle ScrollbarValue::maThumbRect |
Definition at line 299 of file salnativewidgets.hxx.
Referenced by ScrollBar::ImplDrawNative(), SalGraphics::mirror(), and TransformControlValue().
ControlState ScrollbarValue::mnButton1State |
Definition at line 302 of file salnativewidgets.hxx.
Referenced by ScrollBar::ImplDrawNative().
ControlState ScrollbarValue::mnButton2State |
Definition at line 303 of file salnativewidgets.hxx.
Referenced by ScrollBar::ImplDrawNative().
tools::Long ScrollbarValue::mnCur |
Definition at line 297 of file salnativewidgets.hxx.
Referenced by ScrollBar::ImplDrawNative().
tools::Long ScrollbarValue::mnMax |
Definition at line 296 of file salnativewidgets.hxx.
Referenced by ScrollBar::ImplDrawNative().
tools::Long ScrollbarValue::mnMin |
Definition at line 295 of file salnativewidgets.hxx.
Referenced by ScrollBar::ImplDrawNative().
ControlState ScrollbarValue::mnThumbState |
Definition at line 304 of file salnativewidgets.hxx.
Referenced by ScrollBar::ImplDrawNative().
tools::Long ScrollbarValue::mnVisibleSize |
Definition at line 298 of file salnativewidgets.hxx.
Referenced by ScrollBar::ImplDrawNative().