![]() |
Lumiera 0.pre.04
»edit your freedom«
|
#include "stage/panel/viewer-panel.hpp"
A panel to display the video output.
Definition at line 33 of file viewer-panel.hpp.
Public Attributes | |
| ctrl::DemoController | demoPlayback_ |
Static Public Member Functions | |
| static const char * | getTitle () |
| static const gchar * | getStockID () |
Public Member Functions | |
| ViewerPanel (workspace::PanelManager &, Gdl::DockItem &) | |
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. | |
Private Attributes | |
| widget::VideoDisplayWidget | display_ |
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 | |
| 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. | |
| ViewerPanel | ( | workspace::PanelManager & | panelManager, |
| Gdl::DockItem & | dockItem | ||
| ) |
Definition at line 30 of file viewer-panel.cpp.
References DemoController::activate(), ViewerPanel::demoPlayback_, ViewerPanel::display_, DemoController::output_, VideoDisplayWidget::pushFrame(), and VideoDisplayWidget::signal_activate.
Here is the call graph for this function:
|
static |
Definition at line 46 of file viewer-panel.cpp.
References _.
|
static |
Definition at line 52 of file viewer-panel.cpp.
|
private |
Definition at line 36 of file viewer-panel.hpp.
Referenced by ViewerPanel::ViewerPanel().
| ctrl::DemoController demoPlayback_ |
Definition at line 44 of file viewer-panel.hpp.
Referenced by ViewerPanel::ViewerPanel(), PlayPanel::dispatchPause(), PlayPanel::dispatchPlay(), and PlayPanel::dispatchStop().
Inheritance diagram for ViewerPanel:
Collaboration diagram for ViewerPanel: