Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
ViewerPanel Class Reference

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

Description

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::PanelManagergetPanelManager ()
 
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::WorkspaceWindowgetWorkspaceWindow ()
 
- 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.
 

Constructor & Destructor Documentation

◆ ViewerPanel()

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:

Member Function Documentation

◆ getTitle()

const char * getTitle ( )
static

Definition at line 46 of file viewer-panel.cpp.

References _.

◆ getStockID()

const gchar * getStockID ( )
static

Definition at line 52 of file viewer-panel.cpp.

Member Data Documentation

◆ display_

widget::VideoDisplayWidget display_
private

Definition at line 36 of file viewer-panel.hpp.

Referenced by ViewerPanel::ViewerPanel().

◆ demoPlayback_

+ Inheritance diagram for ViewerPanel:
+ Collaboration diagram for ViewerPanel:

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