Lumiera
0.pre.03
»edit your freedom«
|
Definition at line 48 of file infobox-panel.hpp.
Public Member Functions | |
InfoBoxPanel (workspace::PanelManager &, Gdl::DockItem &) | |
Build a new InfoBox-Panel. More... | |
widget::ErrorLogDisplay & | getLog () |
on demand allocate display of information / error log More... | |
Public Member Functions inherited from Panel | |
Gdl::DockItem & | getDockItem () |
workspace::PanelManager & | getPanelManager () |
void | iconify () |
bool | is_iconified () const |
bool | is_locked () const |
bool | is_shown () const |
void | lock (bool show=true) |
Locks or unlocks the panel against modifications. | |
void | show (bool show=true) |
Shows or hides the panel. More... | |
sigc::signal< void > & | signal_hidePanel () |
fires when the dock item gets hidden. More... | |
Static Public Member Functions | |
static const gchar * | getStockID () |
static const char * | getTitle () |
Private Member Functions | |
void | reflect_LogErrorState (bool) |
Private Attributes | |
Gtk::Button | buttonClear_ |
Gtk::Button | buttonClearErr_ |
Gtk::Button | buttonClearInfo_ |
Gtk::ButtonBox | buttons_ |
Gtk::Frame | frame_ |
Gtk::Expander | logExpander_ |
std::unique_ptr< widget::ErrorLogDisplay > | theLog_ |
Gtk::Box | twoParts_ |
Additional Inherited Members | |
Protected Member Functions inherited from Panel | |
Panel (workspace::PanelManager &, Gdl::DockItem &, const gchar *longName, const gchar *stockID) | |
workspace::WorkspaceWindow & | getWorkspaceWindow () |
Protected Attributes inherited from Panel | |
Gdl::DockItem & | dockItem_ |
owner dock item widget that will host the widgets in this panel. More... | |
sigc::signal< void > | hidePanelSignal_ |
signal that fires when the dock item is hidden. More... | |
widget::PanelBar | panelBar_ |
panel bar to attach to the panel grip. More... | |
workspace::PanelManager & | panelManager_ |
The owner panel manager object. More... | |
InfoBoxPanel | ( | workspace::PanelManager & | panelManager, |
Gdl::DockItem & | dockItem | ||
) |
Build a new InfoBox-Panel.
PanelManager | The owner panel manager widget. |
DockItem | The GdlDockItem that will host this panel. |
Definition at line 39 of file infobox-panel.cpp.
|
static |
Definition at line 88 of file infobox-panel.cpp.
ErrorLogDisplay & getLog | ( | ) |
on demand allocate display of information / error log
Definition at line 109 of file infobox-panel.cpp.
References Panel::show().