CustusX
16.5.0-rc9
An IGT application
|
#include <cxViewCollectionWidgetUsingViewWidgets.h>
Public Member Functions | |
LayoutWidgetUsingViewWidgets (QWidget *parent) | |
virtual | ~LayoutWidgetUsingViewWidgets () |
virtual ViewPtr | addView (View::Type type, LayoutRegion region) |
virtual 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, Containing a QGridLayout of QVTKWidgets, one for each view.
Definition at line 55 of file cxViewCollectionWidgetUsingViewWidgets.h.
cx::LayoutWidgetUsingViewWidgets::LayoutWidgetUsingViewWidgets | ( | QWidget * | parent | ) |
Definition at line 41 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Definition at line 57 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 61 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 86 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 162 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 157 of file cxViewCollectionWidgetUsingViewWidgets.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 122 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 167 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 111 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 152 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 147 of file cxViewCollectionWidgetUsingViewWidgets.cpp.
|
virtual |
Implements cx::ViewCollectionWidget.
Definition at line 102 of file cxViewCollectionWidgetUsingViewWidgets.cpp.