LibreOffice Module vcl (master)
1
|
#include <IPrioritable.hxx>
Public Member Functions | |
virtual | ~IPrioritable () |
int | GetPriority () const |
void | SetPriority (int nPriority) |
virtual void | HideContent ()=0 |
virtual void | ShowContent ()=0 |
virtual bool | IsHidden ()=0 |
Protected Member Functions | |
IPrioritable () | |
Private Attributes | |
int | m_nPriority |
Definition at line 20 of file IPrioritable.hxx.
|
inlineprotected |
Definition at line 23 of file IPrioritable.hxx.
|
inlinevirtual |
Definition at line 28 of file IPrioritable.hxx.
|
inline |
Definition at line 32 of file IPrioritable.hxx.
Referenced by PriorityHBox::calculateRequisition(), and PriorityHBox::GetChildrenWithPriorities().
|
pure virtual |
Implemented in DropdownBox, and OptionalBox.
Referenced by NotebookbarPopup::PopupModeEnd(), and PriorityHBox::Resize().
|
pure virtual |
Implemented in DropdownBox, and OptionalBox.
Definition at line 37 of file IPrioritable.hxx.
Referenced by VclBuilder::handleObject(), and NotebookBarAddonsMerger::MergeNotebookBarAddons().
|
pure virtual |
Implemented in DropdownBox, and OptionalBox.
Referenced by PriorityHBox::Resize().
|
private |
Definition at line 47 of file IPrioritable.hxx.