Fraxinus
22.04-rc5
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 38 of file cxViewCollectionWidgetUsingViewWidgets.h.
cx::LayoutWidgetUsingViewWidgets::LayoutWidgetUsingViewWidgets | ( | RenderWindowFactoryPtr | factory, |
QWidget * | parent | ||
) |
Definition at line 22 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Definition at line 36 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 40 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 65 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 113 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 148 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 143 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 60 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 99 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 153 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 88 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 138 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 133 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 79 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 54 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
protected |
Definition at line 60 of file cxViewCollectionWidgetUsingViewWidgets.h.