LibreOffice Module vcl (master) 1
|
#include <menubarvalue.hxx>
Public Member Functions | |
MenubarValue () | |
virtual | ~MenubarValue () override |
virtual MenubarValue * | clone () const override |
MenubarValue (MenubarValue const &)=default | |
MenubarValue (MenubarValue &&)=default | |
MenubarValue & | operator= (MenubarValue const &)=delete |
MenubarValue & | operator= (MenubarValue &&)=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 | |
int | maTopDockingAreaHeight |
Additional Inherited Members | |
Protected Member Functions inherited from ImplControlValue | |
ImplControlValue (ControlType i_eType, tools::Long i_nNumber) | |
Definition at line 30 of file menubarvalue.hxx.
|
inline |
Definition at line 33 of file menubarvalue.hxx.
References maTopDockingAreaHeight.
Referenced by clone().
|
overridevirtual |
Definition at line 101 of file nativecontrols.cxx.
|
default |
|
default |
|
overridevirtual |
Reimplemented from ImplControlValue.
Definition at line 105 of file nativecontrols.cxx.
References MenubarValue().
|
delete |
|
delete |
int MenubarValue::maTopDockingAreaHeight |
Definition at line 44 of file menubarvalue.hxx.
Referenced by MenuBarWindow::HighlightItem(), ImplAddNWFSeparator(), MenubarValue(), and MenuBarWindow::Paint().