Lumiera  0.pre.03
»edit your freedom«
AssetsPanel Class Reference

Description

Definition at line 45 of file assets-panel.hpp.

Public Member Functions

 AssetsPanel (workspace::PanelManager &, Gdl::DockItem &)
 Build a new Asset-Panel. More...
 
- Public Member Functions inherited from Panel
Gdl::DockItem & getDockItem ()
 
workspace::PanelManagergetPanelManager ()
 
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 ()
 

Protected Attributes

Gtk::IconView clips_
 
Gtk::IconView effects_
 
Gtk::IconView media_
 
Gtk::Notebook notebook_
 
Gtk::IconView transitions_
 
- 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::PanelManagerpanelManager_
 The owner panel manager object. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Panel
 Panel (workspace::PanelManager &, Gdl::DockItem &, const gchar *longName, const gchar *stockID)
 
workspace::WorkspaceWindowgetWorkspaceWindow ()
 

Constructor & Destructor Documentation

◆ AssetsPanel()

AssetsPanel ( workspace::PanelManager panelManager,
Gdl::DockItem &  dockItem 
)

Build a new Asset-Panel.

Parameters
PanelManagerThe owner panel manager widget.
DockItemThe GdlDockItem that will host this panel.

Definition at line 34 of file assets-panel.cpp.

+ Inheritance diagram for AssetsPanel:
+ Collaboration diagram for AssetsPanel:

The documentation for this class was generated from the following files: