![]() |
CustusX
16.12
An IGT application
|
#include <cxViewGroup.h>
Public Member Functions | |
| ViewGroup (CoreServicesPtr backend, QString uid) | |
| virtual | ~ViewGroup () |
| void | addView (ViewWrapperPtr wrapper) |
| void | removeViews () |
| ViewWrapperPtr | getViewWrapperFromViewUid (QString viewUid) |
| std::vector< ViewWrapperPtr > | getWrappers () const |
| std::vector< ViewPtr > | getViews () const |
| ViewGroupDataPtr | getData () |
| virtual void | addXml (QDomNode &dataNode) |
| store internal state info in dataNode More... | |
| virtual void | parseXml (QDomNode dataNode) |
| load internal state info from dataNode More... | |
| void | clearPatientData () |
| CameraStylePtr | getCameraStyle () |
| bool | contains3DView () const |
| void | initializeActiveView (SyncedValuePtr val) |
Protected Slots | |
| void | mouseClickInViewGroupSlot () |
Protected Attributes | |
| std::vector< ViewPtr > | mViews |
| ViewGroupDataPtr | mViewGroupData |
| std::vector< ViewWrapperPtr > | mViewWrappers |
| CameraStylePtr | mCameraStyle |
| CoreServicesPtr | mBackend |
| SyncedValuePtr | mActiveView |
Definition at line 69 of file cxViewGroup.h.
|
explicit |
Definition at line 67 of file cxViewGroup.cpp.
|
virtual |
Definition at line 77 of file cxViewGroup.cpp.
| void cx::ViewGroup::addView | ( | ViewWrapperPtr | wrapper | ) |
Add one view wrapper and setup the necessary connections.
Definition at line 88 of file cxViewGroup.cpp.
|
virtual |
store internal state info in dataNode
Definition at line 167 of file cxViewGroup.cpp.
| void cx::ViewGroup::clearPatientData | ( | ) |
Definition at line 172 of file cxViewGroup.cpp.
| bool cx::ViewGroup::contains3DView | ( | ) | const |
Definition at line 182 of file cxViewGroup.cpp.
|
inline |
Definition at line 85 of file cxViewGroup.h.
|
inline |
Definition at line 81 of file cxViewGroup.h.
| std::vector< ViewPtr > cx::ViewGroup::getViews | ( | ) | const |
Definition at line 157 of file cxViewGroup.cpp.
| ViewWrapperPtr cx::ViewGroup::getViewWrapperFromViewUid | ( | QString | viewUid | ) |
Definition at line 121 of file cxViewGroup.cpp.
|
inline |
Definition at line 79 of file cxViewGroup.h.
| void cx::ViewGroup::initializeActiveView | ( | SyncedValuePtr | val | ) |
Definition at line 162 of file cxViewGroup.cpp.
|
protectedslot |
Definition at line 131 of file cxViewGroup.cpp.
|
virtual |
load internal state info from dataNode
Definition at line 177 of file cxViewGroup.cpp.
| void cx::ViewGroup::removeViews | ( | ) |
Definition at line 104 of file cxViewGroup.cpp.
|
protected |
Definition at line 100 of file cxViewGroup.h.
|
protected |
Definition at line 99 of file cxViewGroup.h.
|
protected |
Definition at line 98 of file cxViewGroup.h.
|
protected |
Definition at line 96 of file cxViewGroup.h.
|
protected |
Definition at line 94 of file cxViewGroup.h.
|
protected |
Definition at line 97 of file cxViewGroup.h.