![]() |
CustusX
16.12-rc1
An IGT application
|
Container for data shared between all members of a view group. More...
#include <cxViewGroupData.h>
Classes | |
| struct | Options |
Signals | |
| void | dataViewPropertiesChanged (QString uid) |
| void | videoSourceChanged (QString uid) |
| void | initialized () |
| void | optionsChanged () |
Container for data shared between all members of a view group.
Definition at line 129 of file cxViewGroupData.h.
|
explicit |
Definition at line 330 of file cxViewGroupData.cpp.
| void cx::ViewGroupData::addData | ( | QString | uid | ) |
Definition at line 373 of file cxViewGroupData.cpp.
| void cx::ViewGroupData::addDataSorted | ( | QString | uid | ) |
add data in a predefined ordering: CT/MR/SC/US/USA/Mesh/Metrics
Definition at line 380 of file cxViewGroupData.cpp.
| void cx::ViewGroupData::addXml | ( | QDomNode & | dataNode | ) |
Definition at line 608 of file cxViewGroupData.cpp.
| void cx::ViewGroupData::clearData | ( | ) |
Definition at line 446 of file cxViewGroupData.cpp.
|
signal |
|
inline |
Definition at line 156 of file cxViewGroupData.h.
| std::vector< DataPtr > cx::ViewGroupData::getData | ( | DataViewProperties | properties = DataViewProperties::createFull() | ) | const |
Definition at line 480 of file cxViewGroupData.cpp.
| SyncedValuePtr cx::ViewGroupData::getGlobal2DZoom | ( | ) |
Definition at line 571 of file cxViewGroupData.cpp.
| SyncedValuePtr cx::ViewGroupData::getGroup2DZoom | ( | ) |
Definition at line 567 of file cxViewGroupData.cpp.
| std::vector< ImagePtr > cx::ViewGroupData::getImages | ( | DataViewProperties | properties | ) | const |
Definition at line 507 of file cxViewGroupData.cpp.
| std::vector< ImagePtr > cx::ViewGroupData::getImagesAndChangingImagesFromTrackedStreams | ( | DataViewProperties | properties, |
| bool | include2D = false |
||
| ) | const |
Definition at line 535 of file cxViewGroupData.cpp.
| std::vector< MeshPtr > cx::ViewGroupData::getMeshes | ( | DataViewProperties | properties | ) | const |
Definition at line 512 of file cxViewGroupData.cpp.
| ViewGroupData::Options cx::ViewGroupData::getOptions | ( | ) | const |
Definition at line 551 of file cxViewGroupData.cpp.
| DataViewProperties cx::ViewGroupData::getProperties | ( | QString | uid | ) |
Definition at line 401 of file cxViewGroupData.cpp.
| StringListPropertyPtr cx::ViewGroupData::getSliceDefinitionProperty | ( | ) |
Definition at line 603 of file cxViewGroupData.cpp.
| PlaneTypeCollection cx::ViewGroupData::getSliceDefinitions | ( | ) |
Definition at line 591 of file cxViewGroupData.cpp.
| std::vector< TrackedStreamPtr > cx::ViewGroupData::getTracked2DStreams | ( | DataViewProperties | properties | ) | const |
Definition at line 522 of file cxViewGroupData.cpp.
| std::vector< TrackedStreamPtr > cx::ViewGroupData::getTrackedStreams | ( | DataViewProperties | properties | ) | const |
Definition at line 517 of file cxViewGroupData.cpp.
|
inline |
Definition at line 135 of file cxViewGroupData.h.
| QString cx::ViewGroupData::getVideoSource | ( | ) | const |
Definition at line 475 of file cxViewGroupData.cpp.
|
signal |
| void cx::ViewGroupData::initializeGlobal2DZoom | ( | SyncedValuePtr | val | ) |
Definition at line 562 of file cxViewGroupData.cpp.
|
signal |
| void cx::ViewGroupData::parseXml | ( | QDomNode | dataNode | ) |
Definition at line 626 of file cxViewGroupData.cpp.
| bool cx::ViewGroupData::removeData | ( | QString | uid | ) |
Definition at line 437 of file cxViewGroupData.cpp.
| void cx::ViewGroupData::requestInitialize | ( | ) |
Definition at line 368 of file cxViewGroupData.cpp.
| void cx::ViewGroupData::setOptions | ( | ViewGroupData::Options | options | ) |
Definition at line 556 of file cxViewGroupData.cpp.
| void cx::ViewGroupData::setProperties | ( | QString | uid, |
| DataViewProperties | properties | ||
| ) |
Definition at line 408 of file cxViewGroupData.cpp.
| void cx::ViewGroupData::setRegistrationMode | ( | REGISTRATION_STATUS | mode | ) |
Definition at line 652 of file cxViewGroupData.cpp.
| void cx::ViewGroupData::setSliceDefinitions | ( | PlaneTypeCollection | val | ) |
Definition at line 597 of file cxViewGroupData.cpp.
| void cx::ViewGroupData::setVideoSource | ( | QString | uid | ) |
Definition at line 467 of file cxViewGroupData.cpp.
|
signal |