LibreOffice Module svx (master) 1
|
Display a panel that tells the user that the current deck is intentionally empty. More...
#include <EmptyPanel.hxx>
Public Member Functions | |
EmptyPanel (weld::Widget *pParent) | |
virtual | ~EmptyPanel () override |
Public Member Functions inherited from PanelLayout | |
PanelLayout (weld::Widget *pParent, const OUString &rID, const OUString &rUIXMLDescription) | |
void | SetPanel (sfx2::sidebar::Panel *pPanel) |
virtual | ~PanelLayout () |
Size | get_preferred_size () const |
void | queue_resize () |
Additional Inherited Members | |
Protected Member Functions inherited from PanelLayout | |
virtual void | DataChanged (const DataChangedEvent &rEvent) |
virtual void | DumpAsPropertyTree (tools::JsonWriter &) |
virtual weld::Window * | GetFrameWeld () const |
Protected Attributes inherited from PanelLayout | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::unique_ptr< weld::Container > | m_xContainer |
sfx2::sidebar::Panel * | m_pPanel |
Display a panel that tells the user that the current deck is intentionally empty.
Definition at line 29 of file EmptyPanel.hxx.
|
explicit |
Definition at line 24 of file EmptyPanel.cxx.
|
overridevirtual |
Definition at line 29 of file EmptyPanel.cxx.