![]() |
Fraxinus
17.12-rc2
An IGT application
|
Moc implementation of abstract interface ProbeXmlConfigParser All function return dummy values. More...
#include <ProbeXmlConfigParserMock.h>
Public Member Functions | |
| ProbeXmlConfigParserMock (QString &pathToXml, bool provideRTSource=true) | |
| virtual | ~ProbeXmlConfigParserMock () |
| virtual QString | getFileName () |
| virtual void | removeConfig (QString scanner, QString probe, QString rtsource, QString configId) |
| virtual void | saveCurrentConfig (ProbeXmlConfigParser::Configuration config) |
| virtual QStringList | getScannerList () |
| get a list of all scanner in the xml More... | |
| virtual QStringList | getProbeList (QString scanner) |
| get a list of all probes for that scanner More... | |
| virtual QStringList | getRtSourceList (QString scanner, QString probe) |
| get a list of rt sources for that scanner/probe combo More... | |
| virtual QStringList | getConfigIdList (QString scanner, QString probe, QString rtSource) |
| get a list of config ids for that scanner/probe/rsource combo More... | |
| virtual ProbeXmlConfigParser::Configuration | getConfiguration (QString scanner, QString probe, QString rtsource, QString configId) |
| get a easy-to-work-with struct of a specific config More... | |
Additional Inherited Members | |
Public Types inherited from ProbeXmlConfigParser | |
| typedef std::pair< double, double > | ColRowPair |
Moc implementation of abstract interface ProbeXmlConfigParser All function return dummy values.
ProbeXmlConfigParserMoc.h
Definition at line 52 of file ProbeXmlConfigParserMock.h.
| ProbeXmlConfigParserMock::ProbeXmlConfigParserMock | ( | QString & | pathToXml, |
| bool | provideRTSource = true |
||
| ) |
Definition at line 38 of file ProbeXmlConfigParserMock.cpp.
|
virtual |
Definition at line 43 of file ProbeXmlConfigParserMock.cpp.
|
virtual |
get a list of config ids for that scanner/probe/rsource combo
Implements ProbeXmlConfigParser.
Definition at line 81 of file ProbeXmlConfigParserMock.cpp.
|
virtual |
get a easy-to-work-with struct of a specific config
Implements ProbeXmlConfigParser.
Definition at line 89 of file ProbeXmlConfigParserMock.cpp.
|
virtual |
Implements ProbeXmlConfigParser.
Definition at line 47 of file ProbeXmlConfigParserMock.cpp.
|
virtual |
get a list of all probes for that scanner
Implements ProbeXmlConfigParser.
Definition at line 65 of file ProbeXmlConfigParserMock.cpp.
|
virtual |
get a list of rt sources for that scanner/probe combo
Implements ProbeXmlConfigParser.
Definition at line 73 of file ProbeXmlConfigParserMock.cpp.
|
virtual |
get a list of all scanner in the xml
Implements ProbeXmlConfigParser.
Definition at line 58 of file ProbeXmlConfigParserMock.cpp.
|
virtual |
Implements ProbeXmlConfigParser.
Definition at line 52 of file ProbeXmlConfigParserMock.cpp.
|
virtual |
Implements ProbeXmlConfigParser.
Definition at line 55 of file ProbeXmlConfigParserMock.cpp.