![]() |
CustusX
15.8
An IGT application
|
#include <cxViewCollectionWidgetMixed.h>
Public Member Functions | |
| ViewCollectionWidgetMixed (QWidget *parent) | |
| virtual | ~ViewCollectionWidgetMixed () |
| ViewPtr | addView (View::Type type, LayoutRegion region) |
| void | clearViews () |
| virtual void | setModified () |
| virtual void | render () |
| virtual void | setGridSpacing (int val) |
| virtual void | setGridMargin (int val) |
Public Member Functions inherited from cx::ViewCollectionWidget | |
| virtual | ~ViewCollectionWidget () |
Additional Inherited Members | |
Static Public Member Functions inherited from cx::ViewCollectionWidget | |
| static QPointer < ViewCollectionWidget > | createViewWidgetLayout (QWidget *parent=NULL) |
| static QPointer < ViewCollectionWidget > | createOptimizedLayout (QWidget *parent=NULL) |
Protected Member Functions inherited from cx::ViewCollectionWidget | |
| ViewCollectionWidget (QWidget *parent) | |
Widget for displaying Views, minimizing number of renderwindows but keeping the 3D views in separate renderwindows.
The rationale behind this class is:
The solution here is to use a LayoutWidgetUsingViewCollection as basis, then adding LayoutWidgetUsingViewWidgets each containing one 3D view, and placing these on top of the basis in the QGridLayout.
Definition at line 69 of file cxViewCollectionWidgetMixed.h.
| cx::ViewCollectionWidgetMixed::ViewCollectionWidgetMixed | ( | QWidget * | parent | ) |
Definition at line 45 of file cxViewCollectionWidgetMixed.cpp.
|
virtual |
Definition at line 55 of file cxViewCollectionWidgetMixed.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 70 of file cxViewCollectionWidgetMixed.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 104 of file cxViewCollectionWidgetMixed.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 132 of file cxViewCollectionWidgetMixed.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 148 of file cxViewCollectionWidgetMixed.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 142 of file cxViewCollectionWidgetMixed.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 125 of file cxViewCollectionWidgetMixed.cpp.