QXRD  0.11.16
Classes | Macros | Typedefs
qcepproperty.h File Reference

(Commit a65ccc9... : jennings : 2016-03-15 14:00:18 -0500)

#include "qcepmacros.h"
#include <QObject>
#include <QVariant>
#include <QMutex>
#include <QVector>
#include <QList>
#include <QString>
#include <QDateTime>
#include <QStringList>
#include "qcepsettingssaver-ptr.h"
#include <QSpinBox>
#include <QComboBox>
#include <QLineEdit>
#include <QDoubleSpinBox>
#include <QLabel>
#include <QAbstractButton>
#include <QSettings>
#include <QProgressBar>
#include <QLCDNumber>
#include <QTextEdit>
Include dependency graph for qcepproperty.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QcepProperty
 
class  QcepDoubleProperty
 
class  QcepDoublePropertyDoubleSpinBoxHelper
 
class  QcepIntProperty
 
class  QcepIntPropertySpinBoxHelper
 
class  QcepIntPropertyComboBoxHelper
 
class  QcepBoolProperty
 
class  QcepBoolPropertyButtonHelper
 
class  QcepStringProperty
 
class  QcepStringPropertyComboBoxHelper
 
class  QcepStringPropertyLineEditHelper
 
class  QcepStringPropertyTextEditHelper
 
class  QcepDateTimeProperty
 
class  QcepDoubleListProperty
 
class  QcepDoubleVectorProperty
 
class  QcepIntListProperty
 
class  QcepIntVectorProperty
 
class  QcepStringListProperty
 
class  QcepByteArrayProperty
 
class  QcepDoublePointProperty
 
class  QcepDoublePointPropertyDoubleSpinBoxHelper
 
class  QcepDoubleRectProperty
 
class  QcepPolygonProperty
 
class  QcepInt64Property
 

Macros

#define QCEP_DOUBLE_PROPERTY(propname)
 
#define QCEP_STRING_PROPERTY(propname)
 
#define QCEP_INTEGER_PROPERTY(propname)
 
#define QCEP_BOOLEAN_PROPERTY(propname)
 
#define QCEP_DATETIME_PROPERTY(propname)
 
#define QCEP_DOUBLE_LIST_PROPERTY(propname)
 
#define QCEP_DOUBLE_VECTOR_PROPERTY(propname)
 
#define QCEP_INTEGER_LIST_PROPERTY(propname)
 
#define QCEP_INTEGER_VECTOR_PROPERTY(propname)
 
#define QCEP_STRING_LIST_PROPERTY(propname)
 
#define QCEP_BYTE_ARRAY_PROPERTY(propname)
 
#define QCEP_DOUBLE_POINT_PROPERTY(propname)
 
#define QCEP_DOUBLE_RECT_PROPERTY(propname)
 
#define QCEP_POLYGON_PROPERTY(propname)
 
#define QCEP_INTEGER64_PROPERTY(propname)
 

Typedefs

typedef void( CustomSettingsSaver) (const QVariant &val, QSettings *settings, QString name)
 

Macro Definition Documentation

#define QCEP_BOOLEAN_PROPERTY (   propname)

Definition at line 732 of file qcepproperty.h.

#define QCEP_BYTE_ARRAY_PROPERTY (   propname)

Definition at line 975 of file qcepproperty.h.

#define QCEP_DATETIME_PROPERTY (   propname)

Definition at line 771 of file qcepproperty.h.

#define QCEP_DOUBLE_LIST_PROPERTY (   propname)

Definition at line 805 of file qcepproperty.h.

#define QCEP_DOUBLE_POINT_PROPERTY (   propname)

Definition at line 1009 of file qcepproperty.h.

#define QCEP_DOUBLE_PROPERTY (   propname)

Definition at line 629 of file qcepproperty.h.

#define QCEP_DOUBLE_RECT_PROPERTY (   propname)

Definition at line 1043 of file qcepproperty.h.

#define QCEP_DOUBLE_VECTOR_PROPERTY (   propname)

Definition at line 839 of file qcepproperty.h.

#define QCEP_INTEGER64_PROPERTY (   propname)

Definition at line 1111 of file qcepproperty.h.

#define QCEP_INTEGER_LIST_PROPERTY (   propname)

Definition at line 873 of file qcepproperty.h.

#define QCEP_INTEGER_PROPERTY (   propname)

Definition at line 698 of file qcepproperty.h.

#define QCEP_INTEGER_VECTOR_PROPERTY (   propname)

Definition at line 907 of file qcepproperty.h.

#define QCEP_POLYGON_PROPERTY (   propname)

Definition at line 1077 of file qcepproperty.h.

#define QCEP_STRING_LIST_PROPERTY (   propname)

Definition at line 941 of file qcepproperty.h.

#define QCEP_STRING_PROPERTY (   propname)

Definition at line 664 of file qcepproperty.h.

Typedef Documentation

typedef void( CustomSettingsSaver) (const QVariant &val, QSettings *settings, QString name)

Definition at line 28 of file qcepproperty.h.