|
LibreOffice Module vcl (master) 1
|
#include <toolbarvalue.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 |
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 | maGripRect |
| bool | mbIsTopDockingArea |
Additional Inherited Members | |
Protected Member Functions inherited from ImplControlValue | |
| ImplControlValue (ControlType i_eType, tools::Long i_nNumber) | |
Definition at line 30 of file toolbarvalue.hxx.
|
inline |
Definition at line 33 of file toolbarvalue.hxx.
References mbIsTopDockingArea.
Referenced by clone().
|
overridevirtual |
Definition at line 91 of file nativecontrols.cxx.
|
default |
|
default |
|
overridevirtual |
Reimplemented from ImplControlValue.
Definition at line 95 of file nativecontrols.cxx.
References ToolbarValue().
|
delete |
|
delete |
| tools::Rectangle ToolbarValue::maGripRect |
Definition at line 44 of file toolbarvalue.hxx.
Referenced by ToolBox::ImplDrawGrip(), SalGraphics::mirror(), and TransformControlValue().
| bool ToolbarValue::mbIsTopDockingArea |
Definition at line 47 of file toolbarvalue.hxx.
Referenced by ToolbarValue().