Fraxinus
22.09
An IGT application
|
#include <cxViewCollectionWidgetUsingViewContainer.h>
Public Member Functions | |
ViewCollectionWidgetUsingViewContainer (RenderWindowFactoryPtr factory, QWidget *parent) | |
virtual | ~ViewCollectionWidgetUsingViewContainer () |
ViewPtr | addView (View::Type type, LayoutRegion region) |
virtual void | setOffScreenRenderingAndClear (bool on) |
virtual bool | getOffScreenRendering () const |
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 () |
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, using only a single QVTKWidget/vtkRenderWindow, but one vtkRenderer for each View inside.
Definition at line 35 of file cxViewCollectionWidgetUsingViewContainer.h.
cx::ViewCollectionWidgetUsingViewContainer::ViewCollectionWidgetUsingViewContainer | ( | RenderWindowFactoryPtr | factory, |
QWidget * | parent | ||
) |
Definition at line 25 of file cxViewCollectionWidgetUsingViewContainer.cpp.
|
virtual |
Definition at line 39 of file cxViewCollectionWidgetUsingViewContainer.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 43 of file cxViewCollectionWidgetUsingViewContainer.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 70 of file cxViewCollectionWidgetUsingViewContainer.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 127 of file cxViewCollectionWidgetUsingViewContainer.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 103 of file cxViewCollectionWidgetUsingViewContainer.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 98 of file cxViewCollectionWidgetUsingViewContainer.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 65 of file cxViewCollectionWidgetUsingViewContainer.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 113 of file cxViewCollectionWidgetUsingViewContainer.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 108 of file cxViewCollectionWidgetUsingViewContainer.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 82 of file cxViewCollectionWidgetUsingViewContainer.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 93 of file cxViewCollectionWidgetUsingViewContainer.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 88 of file cxViewCollectionWidgetUsingViewContainer.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 77 of file cxViewCollectionWidgetUsingViewContainer.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 59 of file cxViewCollectionWidgetUsingViewContainer.cpp.