CustusX
22.04-rc5
An IGT application
|
#include <cxViewCollectionWidget.h>
Signals | |
void | rendered () |
Public Member Functions | |
virtual | ~ViewCollectionWidget () |
virtual ViewPtr | addView (View::Type type, LayoutRegion region)=0 |
virtual void | setOffScreenRenderingAndClear (bool on)=0 |
virtual bool | getOffScreenRendering () const =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 |
virtual int | getGridSpacing () const =0 |
virtual int | getGridMargin () const =0 |
virtual void | enableContextMenuForViews (bool enable)=0 |
virtual std::vector< ViewPtr > | getViews ()=0 |
virtual QPoint | getPosition (ViewPtr view)=0 |
Static Public Member Functions | |
static QPointer< ViewCollectionWidget > | createViewWidgetLayout (RenderWindowFactoryPtr factory, QWidget *parent=NULL) |
static QPointer< ViewCollectionWidget > | createOptimizedLayout (RenderWindowFactoryPtr factory, 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 39 of file cxViewCollectionWidget.h.
|
inlinevirtual |
Definition at line 46 of file cxViewCollectionWidget.h.
|
inlineprotected |
Definition at line 70 of file cxViewCollectionWidget.h.
|
pure virtual |
|
pure virtual |
|
static |
Definition at line 36 of file cxViewCollectionWidget.cpp.
|
static |
Definition at line 29 of file cxViewCollectionWidget.cpp.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
Get the position of the Upper Left corner of the view, given in qt-coordinates of this (the ViewCollectionWidget).
Implemented in cx::ViewCollectionWidgetMixed, cx::LayoutWidgetUsingViewWidgets, and cx::ViewCollectionWidgetUsingViewContainer.
|
pure virtual |
|
pure virtual |
|
signal |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |