![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
#include "stage/panel/assets-panel.hpp"
Definition at line 36 of file assets-panel.hpp.
Static Public Member Functions | |
| static const char * | getTitle () |
| static const gchar * | getStockID () |
Public Member Functions | |
| AssetsPanel (workspace::PanelManager &, Gdl::DockItem &) | |
| Build a new Asset-Panel. | |
Public Member Functions inherited from Panel | |
| ~Panel () | |
| Gdl::DockItem & | getDockItem () |
| void | show (bool show=true) |
| Shows or hides the panel. | |
| bool | is_shown () const |
| void | iconify () |
| bool | is_iconified () const |
| void | lock (bool show=true) |
| Locks or unlocks the panel against modifications. | |
| bool | is_locked () const |
| workspace::PanelManager & | getPanelManager () |
| sigc::signal< void > & | signal_hidePanel () |
| fires when the dock item gets hidden. | |
Protected Attributes | |
| Gtk::Notebook | notebook_ |
| Gtk::IconView | media_ |
| Gtk::IconView | clips_ |
| Gtk::IconView | effects_ |
| Gtk::IconView | transitions_ |
Protected Attributes inherited from Panel | |
| workspace::PanelManager & | panelManager_ |
| The owner panel manager object. | |
| Gdl::DockItem & | dockItem_ |
| owner dock item widget that will host the widgets in this panel. | |
| sigc::signal< void > | hidePanelSignal_ |
| signal that fires when the dock item is hidden. | |
| widget::PanelBar | panelBar_ |
| panel bar to attach to the panel grip. | |
Additional Inherited Members | |
Protected Member Functions inherited from Panel | |
| Panel (workspace::PanelManager &, Gdl::DockItem &, const gchar *longName, const gchar *stockID) | |
| workspace::WorkspaceWindow & | getWorkspaceWindow () |
| AssetsPanel | ( | workspace::PanelManager & | panelManager, |
| Gdl::DockItem & | dockItem | ||
| ) |
Build a new Asset-Panel.
| PanelManager | The owner panel manager widget. |
| DockItem | The GdlDockItem that will host this panel. |
Definition at line 25 of file assets-panel.cpp.
References _, AssetsPanel::clips_, AssetsPanel::effects_, AssetsPanel::media_, AssetsPanel::notebook_, and AssetsPanel::transitions_.
|
static |
Definition at line 37 of file assets-panel.cpp.
References _.
|
static |
Definition at line 43 of file assets-panel.cpp.
|
protected |
Definition at line 52 of file assets-panel.hpp.
Referenced by AssetsPanel::AssetsPanel().
|
protected |
Definition at line 54 of file assets-panel.hpp.
Referenced by AssetsPanel::AssetsPanel().
|
protected |
Definition at line 55 of file assets-panel.hpp.
Referenced by AssetsPanel::AssetsPanel().
|
protected |
Definition at line 56 of file assets-panel.hpp.
Referenced by AssetsPanel::AssetsPanel().
|
protected |
Definition at line 57 of file assets-panel.hpp.
Referenced by AssetsPanel::AssetsPanel().
Inheritance diagram for AssetsPanel:
Collaboration diagram for AssetsPanel: