CustusX
16.5.0-rc9
An IGT application
|
#include <cxViewCollectionWidgetUsingViewContainer.h>
Public Member Functions | |
ViewCollectionWidgetUsingViewContainer (QWidget *parent) | |
virtual | ~ViewCollectionWidgetUsingViewContainer () |
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 int | getGridSpacing () const |
virtual int | getGridMargin () const |
virtual std::vector< ViewPtr > | getViews () |
virtual QPoint | getPosition (ViewPtr view) |
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 (QWidget *parent=NULL) |
static QPointer < ViewCollectionWidget > | createOptimizedLayout (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 56 of file cxViewCollectionWidgetUsingViewContainer.h.
cx::ViewCollectionWidgetUsingViewContainer::ViewCollectionWidgetUsingViewContainer | ( | QWidget * | parent | ) |
Definition at line 46 of file cxViewCollectionWidgetUsingViewContainer.cpp.
|
virtual |
Definition at line 60 of file cxViewCollectionWidgetUsingViewContainer.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 64 of file cxViewCollectionWidgetUsingViewContainer.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 80 of file cxViewCollectionWidgetUsingViewContainer.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 113 of file cxViewCollectionWidgetUsingViewContainer.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 108 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 123 of file cxViewCollectionWidgetUsingViewContainer.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 118 of file cxViewCollectionWidgetUsingViewContainer.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 92 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 87 of file cxViewCollectionWidgetUsingViewContainer.cpp.