Updraft  1.0
Open source glider flight visualisation tool.
variantfunctions.h File Reference
#include <QtGui>
#include <QMetaType>
Include dependency graph for variantfunctions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Updraft
namespace  Updraft::Core

Functions

 Q_DECLARE_METATYPE (QDir)
bool Updraft::Core::variantsEqual (const QVariant &var1, const QVariant &var2)
QString Updraft::Core::variantToString (const QVariant &var)
 This function is defined so that we can control conversion to a string for any type that a variant can hold.
QVariant Updraft::Core::variantFromString (const QString &data, const QString &typeName)
void Updraft::Core::registerMetaTypes ()

Function Documentation

Q_DECLARE_METATYPE ( QDir  )
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines