Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
AssetsPanel Class Reference

#include "stage/panel/assets-panel.hpp"

Description

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::PanelManagergetPanelManager ()
 
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::PanelManagerpanelManager_
 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::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 25 of file assets-panel.cpp.

References _, AssetsPanel::clips_, AssetsPanel::effects_, AssetsPanel::media_, AssetsPanel::notebook_, and AssetsPanel::transitions_.

Member Function Documentation

◆ getTitle()

const char * getTitle ( )
static

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

References _.

◆ getStockID()

const gchar * getStockID ( )
static

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

Member Data Documentation

◆ notebook_

Gtk::Notebook notebook_
protected

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

Referenced by AssetsPanel::AssetsPanel().

◆ media_

Gtk::IconView media_
protected

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

Referenced by AssetsPanel::AssetsPanel().

◆ clips_

Gtk::IconView clips_
protected

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

Referenced by AssetsPanel::AssetsPanel().

◆ effects_

Gtk::IconView effects_
protected

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

Referenced by AssetsPanel::AssetsPanel().

◆ transitions_

Gtk::IconView transitions_
protected

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

Referenced by AssetsPanel::AssetsPanel().

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

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