![]() |
Fraxinus
17.12-rc2
An IGT application
|
#include <cxViewCollectionWidgetUsingViewWidgets.h>
Public Member Functions | |
| LayoutWidgetUsingViewWidgets (RenderWindowFactoryPtr factory, QWidget *parent) | |
| virtual | ~LayoutWidgetUsingViewWidgets () |
| virtual ViewPtr | addView (View::Type type, LayoutRegion region) |
| virtual void | setOffScreenRenderingAndClear (bool on) |
| virtual bool | getOffScreenRendering () const |
| virtual void | clearViews () |
| virtual void | setModified () |
| virtual void | render () |
| virtual void | setGridSpacing (int val) |
| virtual void | setGridMargin (int val) |
| virtual int | getGridSpacing () const |
| virtual int | getGridMargin () const |
| virtual std::vector< ViewPtr > | getViews () |
| virtual QPoint | getPosition (ViewPtr view) |
| virtual void | enableContextMenuForViews (bool enable) |
Public Member Functions inherited from cx::ViewCollectionWidget | |
| virtual | ~ViewCollectionWidget () |
Protected Attributes | |
| std::vector< ViewWidget * > | mViews |
Additional Inherited Members | |
Signals inherited from cx::ViewCollectionWidget | |
| void | rendered () |
Static Public Member Functions inherited from cx::ViewCollectionWidget | |
| static QPointer< ViewCollectionWidget > | createViewWidgetLayout (RenderWindowFactoryPtr factory, QWidget *parent=NULL) |
| static QPointer< ViewCollectionWidget > | createOptimizedLayout (RenderWindowFactoryPtr factory, QWidget *parent=NULL) |
Protected Member Functions inherited from cx::ViewCollectionWidget | |
| ViewCollectionWidget (QWidget *parent) | |
Widget for displaying Views, Containing a QGridLayout of QVTKWidgets, one for each view.
Definition at line 59 of file cxViewCollectionWidgetUsingViewWidgets.h.
| cx::LayoutWidgetUsingViewWidgets::LayoutWidgetUsingViewWidgets | ( | RenderWindowFactoryPtr | factory, |
| QWidget * | parent | ||
| ) |
Definition at line 43 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Definition at line 57 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 61 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 86 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 134 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 169 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 164 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 81 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Get the position of the Upper Left corner of the view, given in qt-coordinates of this (the ViewCollectionWidget).
Implements cx::ViewCollectionWidget.
Definition at line 120 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 174 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 109 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 159 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 154 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 100 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 75 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
protected |
Definition at line 81 of file cxViewCollectionWidgetUsingViewWidgets.h.