![]() |
CustusX
15.4.0-beta
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) |
![]() | |
virtual | ~ViewCollectionWidget () |
Additional Inherited Members | |
![]() | |
static QPointer < ViewCollectionWidget > | createViewWidgetLayout (QWidget *parent=NULL) |
static QPointer < ViewCollectionWidget > | createOptimizedLayout (QWidget *parent=NULL) |
![]() | |
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.