okteta
PrimitiveFactory Namespace Reference
Functions | |
PrimitiveDataInformation * | newInstance (const QString &name, const QString &typeString, const LoggerWithContext &logger, DataInformation *parent=0) |
PrimitiveDataInformation * | newInstance (const QString &name, PrimitiveDataType type, const LoggerWithContext &logger, DataInformation *parent) |
PrimitiveDataType | typeStringToType (const QString &typeStr, const LoggerWithContext &logger) |
Function Documentation
|
inline |
Definition at line 44 of file primitivefactory.h.
PrimitiveDataInformation * PrimitiveFactory::newInstance | ( | const QString & | name, |
PrimitiveDataType | type, | ||
const LoggerWithContext & | logger, | ||
DataInformation * | parent | ||
) |
Definition at line 66 of file primitivefactory.cpp.
PrimitiveDataType PrimitiveFactory::typeStringToType | ( | const QString & | typeStr, |
const LoggerWithContext & | logger | ||
) |
Converts typeStr
to a PrimitiveDataType case-insensitively.
- Returns
- The corresponding type or PrimitiveDataTypeEnum::Type_Invalid if string is not regcognized
Definition at line 30 of file primitivefactory.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.