CustusX
15.4.0-beta
An IGT application
|
#include <cxViewCollectionWidget.h>
Public Member Functions | |
virtual | ~ViewCollectionWidget () |
virtual ViewPtr | addView (View::Type type, LayoutRegion region)=0 |
virtual void | clearViews ()=0 |
virtual void | setModified ()=0 |
virtual void | render ()=0 |
virtual void | setGridSpacing (int val)=0 |
virtual void | setGridMargin (int val)=0 |
Static Public Member Functions | |
static QPointer < ViewCollectionWidget > | createViewWidgetLayout (QWidget *parent=NULL) |
static QPointer < ViewCollectionWidget > | createOptimizedLayout (QWidget *parent=NULL) |
Protected Member Functions | |
ViewCollectionWidget (QWidget *parent) | |
Widget for displaying Views.
This is the main class for displaying visualizations. Add Views using addView(), then add Reps to the Views.
Definition at line 60 of file cxViewCollectionWidget.h.
|
inlinevirtual |
Definition at line 67 of file cxViewCollectionWidget.h.
|
inlineprotected |
Definition at line 77 of file cxViewCollectionWidget.h.
|
pure virtual |
|
pure virtual |
|
static |
Definition at line 56 of file cxViewCollectionWidget.cpp.
|
static |
Definition at line 49 of file cxViewCollectionWidget.cpp.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |