CustusX
16.5.0-rc9
An IGT application
|
#include <cxProbe.h>
Signals | |
void | sectorChanged () |
< Return a ProbeSectorPtr for the given uid. Use 'active' to get the default. More... | |
void | activeConfigChanged () |
void | videoSourceAdded (VideoSourcePtr source) |
Public Member Functions | |
virtual | ~Probe () |
virtual bool | isValid () const =0 |
virtual void | addXml (QDomNode &dataNode)=0 |
virtual void | parseXml (QDomNode &dataNode)=0 |
virtual QStringList | getConfigIdList () const =0 |
virtual QString | getConfigName (QString uid)=0 |
virtual QString | getConfigId () const =0 |
virtual QString | getConfigurationPath () const =0 |
virtual void | removeCurrentConfig ()=0 |
remove the current config from disk More... | |
virtual void | saveCurrentConfig (QString uid, QString name)=0 |
save current config to disk under ids (uid,name). More... | |
virtual void | applyNewConfigurationWithId (QString uid)=0 |
virtual void | setTemporalCalibration (double val)=0 |
virtual void | setSoundSpeedCompensationFactor (double val)=0 |
virtual void | setProbeDefinition (ProbeDefinition probeDefinition)=0 |
virtual void | setRTSource (VideoSourcePtr source)=0 |
virtual void | removeRTSource (VideoSourcePtr source)=0 |
virtual void | setActiveStream (QString uid)=0 |
virtual QString | getActiveStream () const =0 |
virtual QStringList | getAvailableVideoSources ()=0 |
Return a list of all available video source. The default is one with uid=='active'. More... | |
virtual VideoSourcePtr | getRTSource (QString uid="active") const =0 |
Return a VideoSource for the given uid. Use 'active' to get the default stream. More... | |
virtual ProbeDefinition | getProbeDefinition (QString uid="active") const =0 |
Return a ProbeDefinition for the given uid. Use 'active' to get the default. More... | |
virtual ProbeSectorPtr | getSector (QString uid="active")=0 |
|
signal |
|
pure virtual |
Implemented in cx::DummyProbe, and cx::ProbeImpl.
|
pure virtual |
Implemented in cx::DummyProbe, and cx::ProbeImpl.
|
pure virtual |
Implemented in cx::ProbeImpl, and cx::DummyProbe.
|
pure virtual |
Return a list of all available video source. The default is one with uid=='active'.
Implemented in cx::ProbeImpl, and cx::DummyProbe.
|
pure virtual |
Implemented in cx::DummyProbe, and cx::ProbeImpl.
|
pure virtual |
Implemented in cx::DummyProbe, and cx::ProbeImpl.
|
pure virtual |
Implemented in cx::DummyProbe, and cx::ProbeImpl.
|
pure virtual |
Implemented in cx::DummyProbe, and cx::ProbeImpl.
|
pure virtual |
Return a ProbeDefinition for the given uid. Use 'active' to get the default.
Implemented in cx::ProbeImpl, and cx::DummyProbe.
|
pure virtual |
Return a VideoSource for the given uid. Use 'active' to get the default stream.
Implemented in cx::DummyProbe, and cx::ProbeImpl.
|
pure virtual |
Implemented in cx::ProbeImpl, and cx::DummyProbe.
|
pure virtual |
Implemented in cx::ProbeImpl, and cx::DummyProbe.
|
pure virtual |
Implemented in cx::DummyProbe, and cx::ProbeImpl.
|
pure virtual |
remove the current config from disk
Implemented in cx::ProbeImpl, and cx::DummyProbe.
|
pure virtual |
Implemented in cx::DummyProbe, and cx::ProbeImpl.
|
pure virtual |
save current config to disk under ids (uid,name).
Implemented in cx::ProbeImpl, and cx::DummyProbe.
|
signal |
< Return a ProbeSectorPtr for the given uid. Use 'active' to get the default.
|
pure virtual |
Implemented in cx::ProbeImpl, and cx::DummyProbe.
|
pure virtual |
Implemented in cx::DummyProbe, and cx::ProbeImpl.
|
pure virtual |
Implemented in cx::DummyProbe, and cx::ProbeImpl.
|
pure virtual |
Implemented in cx::DummyProbe, and cx::ProbeImpl.
|
pure virtual |
Implemented in cx::DummyProbe, and cx::ProbeImpl.
|
signal |