VAT  3.0
Video Analysis Tool
Static Public Member Functions | List of all members
XmlParameterExtractor Class Reference

Static Public Member Functions

static bool getParameterStringValue (const QDomNode &rootNode, const QString &parameterName, QString &outParameter, QDomNode &parameterNode)
 
template<class typeData >
static bool getParameterValue (const QDomNode &rootNode, const QString &parameterLabel, typeData &outParameter)
 
template<class typeData >
static bool getParameterValue (const QDomNode &rootNode, const QString &parameterLabel, typeData &outParameter, QDomNode &parameterNode)
 
static void convertQStringTo (const QString &inValue, bool &outValue)
 
static void convertQStringTo (const QString &inValue, char &outValue)
 
static void convertQStringTo (const QString &inValue, uchar &outValue)
 
static void convertQStringTo (const QString &inValue, int &outValue)
 
static void convertQStringTo (const QString &inValue, uint &outValue)
 
static void convertQStringTo (const QString &inValue, long &outValue)
 
static void convertQStringTo (const QString &inValue, ulong &outValue)
 
static void convertQStringTo (const QString &inValue, float &outValue)
 
static void convertQStringTo (const QString &inValue, double &outValue)
 
static ParameterDataType getType (const bool &inValue)
 
static ParameterDataType getType (const char &inValue)
 
static ParameterDataType getType (const uchar &inValue)
 
static ParameterDataType getType (const int &inValue)
 
static ParameterDataType getType (const uint &inValue)
 
static ParameterDataType getType (const long &inValue)
 
static ParameterDataType getType (const ulong &inValue)
 
static ParameterDataType getType (const float &inValue)
 
static ParameterDataType getType (const double &inValue)
 
static ParameterDataType getType (const QString &inValue)
 

The documentation for this class was generated from the following files: