![]() |
Fraxinus
17.12-rc2
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 331 of file cxViewGroupData.cpp.
void cx::ViewGroupData::addData | ( | QString | uid | ) |
Definition at line 374 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 381 of file cxViewGroupData.cpp.
void cx::ViewGroupData::addXml | ( | QDomNode & | dataNode | ) |
Definition at line 645 of file cxViewGroupData.cpp.
void cx::ViewGroupData::clearData | ( | ) |
Definition at line 470 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 504 of file cxViewGroupData.cpp.
SyncedValuePtr cx::ViewGroupData::getGlobal2DZoom | ( | ) |
Definition at line 595 of file cxViewGroupData.cpp.
SyncedValuePtr cx::ViewGroupData::getGroup2DZoom | ( | ) |
Definition at line 591 of file cxViewGroupData.cpp.
std::vector< ImagePtr > cx::ViewGroupData::getImages | ( | DataViewProperties | properties | ) | const |
Definition at line 531 of file cxViewGroupData.cpp.
std::vector< ImagePtr > cx::ViewGroupData::getImagesAndChangingImagesFromTrackedStreams | ( | DataViewProperties | properties, |
bool | include2D = false |
||
) | const |
Definition at line 559 of file cxViewGroupData.cpp.
std::vector< MeshPtr > cx::ViewGroupData::getMeshes | ( | DataViewProperties | properties | ) | const |
Definition at line 536 of file cxViewGroupData.cpp.
ViewGroupData::Options cx::ViewGroupData::getOptions | ( | ) | const |
Definition at line 575 of file cxViewGroupData.cpp.
DataViewProperties cx::ViewGroupData::getProperties | ( | QString | uid | ) |
Definition at line 424 of file cxViewGroupData.cpp.
StringListPropertyPtr cx::ViewGroupData::getSliceDefinitionProperty | ( | ) |
Definition at line 640 of file cxViewGroupData.cpp.
PlaneTypeCollection cx::ViewGroupData::getSliceDefinitions | ( | ) |
Definition at line 628 of file cxViewGroupData.cpp.
std::vector< TrackedStreamPtr > cx::ViewGroupData::getTracked2DStreams | ( | DataViewProperties | properties | ) | const |
Definition at line 546 of file cxViewGroupData.cpp.
std::vector< TrackedStreamPtr > cx::ViewGroupData::getTrackedStreams | ( | DataViewProperties | properties | ) | const |
Definition at line 541 of file cxViewGroupData.cpp.
|
inline |
Definition at line 136 of file cxViewGroupData.h.
QString cx::ViewGroupData::getVideoSource | ( | ) | const |
Definition at line 499 of file cxViewGroupData.cpp.
|
signal |
void cx::ViewGroupData::initializeGlobal2DZoom | ( | SyncedValuePtr | val | ) |
Definition at line 586 of file cxViewGroupData.cpp.
|
signal |
void cx::ViewGroupData::parseXml | ( | QDomNode | dataNode | ) |
Definition at line 663 of file cxViewGroupData.cpp.
bool cx::ViewGroupData::removeData | ( | QString | uid | ) |
Definition at line 461 of file cxViewGroupData.cpp.
void cx::ViewGroupData::requestInitialize | ( | ) |
Definition at line 369 of file cxViewGroupData.cpp.
void cx::ViewGroupData::setOptions | ( | ViewGroupData::Options | options | ) |
Definition at line 580 of file cxViewGroupData.cpp.
void cx::ViewGroupData::setProperties | ( | QString | uid, |
DataViewProperties | properties | ||
) |
Definition at line 431 of file cxViewGroupData.cpp.
void cx::ViewGroupData::setRegistrationMode | ( | REGISTRATION_STATUS | mode | ) |
Definition at line 689 of file cxViewGroupData.cpp.
void cx::ViewGroupData::setSliceDefinitions | ( | PlaneTypeCollection | val | ) |
Definition at line 634 of file cxViewGroupData.cpp.
void cx::ViewGroupData::setVideoSource | ( | QString | uid | ) |
Definition at line 491 of file cxViewGroupData.cpp.
|
signal |
void cx::ViewGroupData::zoomCamera3D | ( | int | zoomFactor | ) |
Definition at line 600 of file cxViewGroupData.cpp.