40 #ifndef __OPENFLUID_TOOLS_QTHELPERS_HPP__    41 #define __OPENFLUID_TOOLS_QTHELPERS_HPP__    51 #include <QStringList> QStringList OPENFLUID_API toQStringList(const std::vector< std::string > &StrVect)
 
#define OPENFLUID_API
Definition: dllexport.hpp:86
 
Definition: ApplicationException.hpp:47
 
std::vector< std::string > toStdStringVector(const QStringList &StrList)
 
QString OPENFLUID_API escapeXMLEntities(const QString &Str)
 
QString OPENFLUID_API toIniCompatible(const std::string &Str)
 
QDateTime OPENFLUID_API toQDateTime(const openfluid::core::DateTime &DT)
 
QString OPENFLUID_API decodeXMLEntities(const QString &Str)
 
std::list< std::string > OPENFLUID_API toStdStringList(const QStringList &StrList)
 
std::string OPENFLUID_API fromIniCompatible(const QVariant &Var)
 
Class for management of date and time information. 
Definition: DateTime.hpp:116