Fraxinus
18.10
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 108 of file cxViewGroupData.h.
|
explicit |
Definition at line 310 of file cxViewGroupData.cpp.
void cx::ViewGroupData::addData | ( | QString | uid | ) |
Definition at line 353 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 360 of file cxViewGroupData.cpp.
void cx::ViewGroupData::addXml | ( | QDomNode & | dataNode | ) |
Definition at line 611 of file cxViewGroupData.cpp.
void cx::ViewGroupData::clearData | ( | ) |
Definition at line 449 of file cxViewGroupData.cpp.
|
signal |
|
inline |
Definition at line 134 of file cxViewGroupData.h.
std::vector< DataPtr > cx::ViewGroupData::getData | ( | DataViewProperties | properties = DataViewProperties::createFull() | ) | const |
Definition at line 483 of file cxViewGroupData.cpp.
SyncedValuePtr cx::ViewGroupData::getGlobal2DZoom | ( | ) |
Definition at line 561 of file cxViewGroupData.cpp.
SyncedValuePtr cx::ViewGroupData::getGroup2DZoom | ( | ) |
Definition at line 557 of file cxViewGroupData.cpp.
std::vector< ImagePtr > cx::ViewGroupData::getImages | ( | DataViewProperties | properties | ) | const |
Definition at line 510 of file cxViewGroupData.cpp.
std::vector< ImagePtr > cx::ViewGroupData::getImagesAndChangingImagesFromTrackedStreams | ( | DataViewProperties | properties, |
bool | include2D = false |
||
) | const |
Definition at line 525 of file cxViewGroupData.cpp.
std::vector< MeshPtr > cx::ViewGroupData::getMeshes | ( | DataViewProperties | properties | ) | const |
Definition at line 515 of file cxViewGroupData.cpp.
ViewGroupData::Options cx::ViewGroupData::getOptions | ( | ) | const |
Definition at line 541 of file cxViewGroupData.cpp.
DataViewProperties cx::ViewGroupData::getProperties | ( | QString | uid | ) |
Definition at line 403 of file cxViewGroupData.cpp.
StringListPropertyPtr cx::ViewGroupData::getSliceDefinitionProperty | ( | ) |
Definition at line 606 of file cxViewGroupData.cpp.
PlaneTypeCollection cx::ViewGroupData::getSliceDefinitions | ( | ) |
Definition at line 594 of file cxViewGroupData.cpp.
std::vector< TrackedStreamPtr > cx::ViewGroupData::getTrackedStreams | ( | DataViewProperties | properties | ) | const |
Definition at line 520 of file cxViewGroupData.cpp.
|
inline |
Definition at line 115 of file cxViewGroupData.h.
QString cx::ViewGroupData::getVideoSource | ( | ) | const |
Definition at line 478 of file cxViewGroupData.cpp.
|
signal |
void cx::ViewGroupData::initializeGlobal2DZoom | ( | SyncedValuePtr | val | ) |
Definition at line 552 of file cxViewGroupData.cpp.
|
signal |
void cx::ViewGroupData::parseXml | ( | QDomNode | dataNode | ) |
Definition at line 629 of file cxViewGroupData.cpp.
bool cx::ViewGroupData::removeData | ( | QString | uid | ) |
Definition at line 440 of file cxViewGroupData.cpp.
void cx::ViewGroupData::requestInitialize | ( | ) |
Definition at line 348 of file cxViewGroupData.cpp.
void cx::ViewGroupData::setOptions | ( | ViewGroupData::Options | options | ) |
Definition at line 546 of file cxViewGroupData.cpp.
void cx::ViewGroupData::setProperties | ( | QString | uid, |
DataViewProperties | properties | ||
) |
Definition at line 410 of file cxViewGroupData.cpp.
void cx::ViewGroupData::setRegistrationMode | ( | REGISTRATION_STATUS | mode | ) |
Definition at line 655 of file cxViewGroupData.cpp.
void cx::ViewGroupData::setSliceDefinitions | ( | PlaneTypeCollection | val | ) |
Definition at line 600 of file cxViewGroupData.cpp.
void cx::ViewGroupData::setVideoSource | ( | QString | uid | ) |
Definition at line 470 of file cxViewGroupData.cpp.
|
signal |
void cx::ViewGroupData::zoomCamera3D | ( | int | zoomFactor | ) |
Definition at line 566 of file cxViewGroupData.cpp.