![]() |
Lumiera 0.pre.04
»edit your freedom«
|
#include "stage/workspace/workspace-window.hpp"
The main Lumiera workspace window.
Definition at line 40 of file workspace-window.hpp.
Public Member Functions | |
| WorkspaceWindow (ctrl::UiManager &) | |
| ~WorkspaceWindow () | |
| PanelManager & | getPanelManager () |
Private Member Functions | |
| void | createUI (ctrl::UiManager &uiManager) |
Private Attributes | |
| Gtk::VBox | baseContainer_ |
| Gtk::HBox | dockContainer_ |
| PanelManager | panelManager_ |
| Gtk::Statusbar | statusBar_ |
| WorkspaceWindow | ( | ctrl::UiManager & | uiManager | ) |
Definition at line 35 of file workspace-window.cpp.
References WorkspaceWindow::createUI().
Here is the call graph for this function:| ~WorkspaceWindow | ( | ) |
Definition at line 42 of file workspace-window.cpp.
| PanelManager & getPanelManager | ( | ) |
Definition at line 50 of file workspace-window.cpp.
References WorkspaceWindow::panelManager_.
|
private |
Definition at line 57 of file workspace-window.cpp.
References WorkspaceWindow::baseContainer_, WorkspaceWindow::dockContainer_, Config::get(), PanelManager::getDock(), PanelManager::getDockBar(), stage::KEY_TITLE, NULL, WorkspaceWindow::panelManager_, PanelManager::setupDock(), WorkspaceWindow::statusBar_, and UiManager::updateWindowFocusRelatedActions().
Referenced by WorkspaceWindow::WorkspaceWindow().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 55 of file workspace-window.hpp.
Referenced by WorkspaceWindow::createUI().
|
private |
Definition at line 56 of file workspace-window.hpp.
Referenced by WorkspaceWindow::createUI().
|
private |
Definition at line 58 of file workspace-window.hpp.
Referenced by WorkspaceWindow::createUI(), and WorkspaceWindow::getPanelManager().
|
private |
Definition at line 61 of file workspace-window.hpp.
Referenced by WorkspaceWindow::createUI().
Inheritance diagram for WorkspaceWindow:
Collaboration diagram for WorkspaceWindow: