Choreonoid  1.8
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
cnoid::GSMediaView Class Reference

#include <GSMediaView.h>

Inheritance diagram for cnoid::GSMediaView:
cnoid::View cnoid::Widget

Public Member Functions

 GSMediaView ()
 
 ~GSMediaView ()
 
virtual bool storeState (Archive &archive)
 
virtual bool restoreState (const Archive &archive)
 
- Public Member Functions inherited from cnoid::View
 View ()
 
virtual ~View ()
 
ViewClassviewClass () const
 
const std::string & name () const
 
virtual void setName (const std::string &name)
 
void setTitleFormat (const std::string &title)
 
void resetTitleFormat ()
 
const std::string & titleFormat () const
 
ViewAreaviewArea () const
 
bool isActive () const
 
bool hasFocus () const
 
void bringToFront ()
 
SignalProxy< void()> sigActivated ()
 
SignalProxy< void()> sigDeactivated ()
 
SignalProxy< void()> sigResized ()
 
SignalProxy< void()> sigRemoved ()
 
void setDefaultLayoutArea (LayoutArea area)
 
LayoutArea defaultLayoutArea () const
 
void setLayout (QLayout *layout, double marginRatio=0.0)
 
void setLayout (QLayout *layout, double leftMarginRatio, double topMarginRatio, double rightMarginRatio, double bottomMarginRatio)
 
QPoint viewAreaPos () const
 
virtual QWidget * indicatorOnInfoBar ()
 
void enableFontSizeZoomKeys (bool on)
 
- Public Member Functions inherited from cnoid::Widget
 Widget (QWidget *parent=0)
 
SignalProxy< void(std::string name)> sigObjectNameChanged ()
 
SignalProxy< void(std::string title)> sigWindowTitleChanged ()
 

Static Public Member Functions

static bool initializeClass (ExtensionManager *ext)
 
- Static Public Member Functions inherited from cnoid::View
static ViewlastFocusView ()
 

Protected Member Functions

virtual bool event (QEvent *event)
 
virtual void resizeEvent (QResizeEvent *event)
 
virtual QPaintEngine * paintEngine () const
 
virtual void paintEvent (QPaintEvent *event)
 
virtual void onActivated ()
 
virtual void onDeactivated ()
 
- Protected Member Functions inherited from cnoid::View
void setLayoutContentsMarginRatio (QLayout *layout, double leftMarginRatio, double topMarginRatio, double rightMarginRatio, double bottomMarginRatio)
 
void zoomFontSize (int zoom)
 
virtual void onFocusChanged (bool on)
 
virtual void onAttachedMenuRequest (MenuManager &menuManager)
 
virtual void keyPressEvent (QKeyEvent *event)
 

Additional Inherited Members

- Public Types inherited from cnoid::View
enum  LayoutArea {
  TopLeftArea = 0, MiddleLeftArea = 1, BottomLeftArea = 2, TopCenterArea = 3,
  CenterArea = 4, BottomCenterArea = 5, TopRightArea = 6, MiddleRightArea = 7,
  BottomRightArea = 8, NumLayoutAreas = 9, LEFT = TopLeftArea, LEFT_TOP = TopLeftArea,
  LEFT_BOTTOM = BottomLeftArea, CENTER = CenterArea, RIGHT = TopRightArea, BOTTOM = BottomCenterArea
}
 

Constructor & Destructor Documentation

◆ GSMediaView()

GSMediaView::GSMediaView ( )

◆ ~GSMediaView()

GSMediaView::~GSMediaView ( )

Member Function Documentation

◆ event()

bool GSMediaView::event ( QEvent *  event)
protectedvirtual

◆ initializeClass()

bool GSMediaView::initializeClass ( ExtensionManager ext)
static

◆ onActivated()

void GSMediaView::onActivated ( )
protectedvirtual

Virtual function which is called when the view becomes visible on the main window.

Note
In the current implementation, this function may be continuously called two or three times when the perspective changes, and the number of calles does not necessarily corresponds to the number of 'onDeactivated()' calles.

Reimplemented from cnoid::View.

◆ onDeactivated()

void GSMediaView::onDeactivated ( )
protectedvirtual

Reimplemented from cnoid::View.

◆ paintEngine()

QPaintEngine * GSMediaView::paintEngine ( ) const
protectedvirtual

◆ paintEvent()

void GSMediaView::paintEvent ( QPaintEvent *  event)
protectedvirtual

◆ resizeEvent()

void GSMediaView::resizeEvent ( QResizeEvent *  event)
protectedvirtual

Reimplemented from cnoid::View.

◆ restoreState()

bool GSMediaView::restoreState ( const Archive archive)
virtual

Reimplemented from cnoid::View.

◆ storeState()

bool GSMediaView::storeState ( Archive archive)
virtual

Reimplemented from cnoid::View.


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