LibreOffice Module vcl (master)
1
|
#include <salnativewidgets.hxx>
Public Member Functions | |
ToolbarValue () | |
virtual | ~ToolbarValue () override |
virtual ToolbarValue * | clone () const override |
ToolbarValue (ToolbarValue const &)=default | |
ToolbarValue (ToolbarValue &&)=default | |
ToolbarValue & | operator= (ToolbarValue const &)=delete |
ToolbarValue & | operator= (ToolbarValue &&)=delete |
![]() | |
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 |
ControlType | getType () const |
ButtonValue | getTristateVal () const |
void | setTristateVal (ButtonValue nTristate) |
tools::Long | getNumericVal () const |
void | setNumericVal (tools::Long nNumeric) |
Public Attributes | |
tools::Rectangle | maGripRect |
bool | mbIsTopDockingArea |
Additional Inherited Members | |
![]() | |
ImplControlValue (ControlType i_eType, tools::Long i_nNumber) | |
Definition at line 453 of file salnativewidgets.hxx.
|
inline |
Definition at line 456 of file salnativewidgets.hxx.
References mbIsTopDockingArea.
Referenced by clone().
|
overridevirtual |
Definition at line 90 of file nativecontrols.cxx.
|
default |
|
default |
|
overridevirtual |
Reimplemented from ImplControlValue.
Definition at line 94 of file nativecontrols.cxx.
References assert(), and ToolbarValue().
|
delete |
|
delete |
tools::Rectangle ToolbarValue::maGripRect |
Definition at line 466 of file salnativewidgets.hxx.
Referenced by ToolBox::ImplDrawGrip(), SalGraphics::mirror(), and TransformControlValue().
bool ToolbarValue::mbIsTopDockingArea |
Definition at line 467 of file salnativewidgets.hxx.
Referenced by ToolbarValue().