Fraxinus
16.5.0-fx-rc5
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 106 of file cxViewGroupData.h.
|
explicit |
Definition at line 218 of file cxViewGroupData.cpp.
void cx::ViewGroupData::addData | ( | QString | uid | ) |
Definition at line 260 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 267 of file cxViewGroupData.cpp.
void cx::ViewGroupData::addXml | ( | QDomNode & | dataNode | ) |
Definition at line 491 of file cxViewGroupData.cpp.
void cx::ViewGroupData::clearData | ( | ) |
Definition at line 333 of file cxViewGroupData.cpp.
|
signal |
|
inline |
Definition at line 132 of file cxViewGroupData.h.
std::vector< DataPtr > cx::ViewGroupData::getData | ( | DataViewProperties | properties = DataViewProperties::createFull() | ) | const |
Definition at line 367 of file cxViewGroupData.cpp.
SyncedValuePtr cx::ViewGroupData::getGlobal2DZoom | ( | ) |
Definition at line 454 of file cxViewGroupData.cpp.
SyncedValuePtr cx::ViewGroupData::getGroup2DZoom | ( | ) |
Definition at line 450 of file cxViewGroupData.cpp.
std::vector< ImagePtr > cx::ViewGroupData::getImages | ( | DataViewProperties | properties | ) | const |
Definition at line 390 of file cxViewGroupData.cpp.
std::vector< ImagePtr > cx::ViewGroupData::getImagesAndChangingImagesFromTrackedStreams | ( | DataViewProperties | properties, |
bool | include2D = false |
||
) | const |
Definition at line 418 of file cxViewGroupData.cpp.
std::vector< MeshPtr > cx::ViewGroupData::getMeshes | ( | DataViewProperties | properties | ) | const |
Definition at line 395 of file cxViewGroupData.cpp.
ViewGroupData::Options cx::ViewGroupData::getOptions | ( | ) | const |
Definition at line 434 of file cxViewGroupData.cpp.
DataViewProperties cx::ViewGroupData::getProperties | ( | QString | uid | ) |
Definition at line 288 of file cxViewGroupData.cpp.
StringListPropertyPtr cx::ViewGroupData::getSliceDefinitionProperty | ( | ) |
Definition at line 486 of file cxViewGroupData.cpp.
PlaneTypeCollection cx::ViewGroupData::getSliceDefinitions | ( | ) |
Definition at line 474 of file cxViewGroupData.cpp.
std::vector< TrackedStreamPtr > cx::ViewGroupData::getTracked2DStreams | ( | DataViewProperties | properties | ) | const |
Definition at line 405 of file cxViewGroupData.cpp.
std::vector< TrackedStreamPtr > cx::ViewGroupData::getTrackedStreams | ( | DataViewProperties | properties | ) | const |
Definition at line 400 of file cxViewGroupData.cpp.
QString cx::ViewGroupData::getVideoSource | ( | ) | const |
Definition at line 362 of file cxViewGroupData.cpp.
|
signal |
void cx::ViewGroupData::initializeGlobal2DZoom | ( | SyncedValuePtr | val | ) |
Definition at line 445 of file cxViewGroupData.cpp.
|
signal |
void cx::ViewGroupData::parseXml | ( | QDomNode | dataNode | ) |
Definition at line 506 of file cxViewGroupData.cpp.
bool cx::ViewGroupData::removeData | ( | QString | uid | ) |
Definition at line 324 of file cxViewGroupData.cpp.
void cx::ViewGroupData::requestInitialize | ( | ) |
Definition at line 255 of file cxViewGroupData.cpp.
void cx::ViewGroupData::setOptions | ( | ViewGroupData::Options | options | ) |
Definition at line 439 of file cxViewGroupData.cpp.
void cx::ViewGroupData::setProperties | ( | QString | uid, |
DataViewProperties | properties | ||
) |
Definition at line 295 of file cxViewGroupData.cpp.
void cx::ViewGroupData::setRegistrationMode | ( | REGISTRATION_STATUS | mode | ) |
Definition at line 528 of file cxViewGroupData.cpp.
void cx::ViewGroupData::setSliceDefinitions | ( | PlaneTypeCollection | val | ) |
Definition at line 480 of file cxViewGroupData.cpp.
void cx::ViewGroupData::setVideoSource | ( | QString | uid | ) |
Definition at line 354 of file cxViewGroupData.cpp.
|
signal |