#include <qcepproperty.h>
|
static void | registerMetaTypes () |
|
static void | setSettingsValue (QSettings *settings, QString name, QVariant value) |
|
static void | writeSettings (QObject *object, QSettings *settings, QString section) |
|
static void | readSettings (QObject *object, QSettings *settings, QString section) |
|
static void | writeSettings (QObject *object, const QMetaObject *meta, QString groupName, QSettings *settings, bool includeDynamic=false) |
|
static void | readSettings (QObject *object, const QMetaObject *meta, QString groupName, QSettings *settings, bool includeDynamic=false) |
|
static void | writeSettings (QObject *object, QString groupName, QSettings *settings, bool includeDynamic=false) |
|
static void | readSettings (QObject *object, QString groupName, QSettings *settings, bool includeDynamic=false) |
|
static void | registerCustomSaver (QString typeName, CustomSettingsSaver *saver) |
|
QMutex | m_Mutex |
|
QcepSettingsSaverWPtr | m_Saver |
|
Definition at line 328 of file qcepproperty.h.
QcepDateTimeProperty::QcepDateTimeProperty |
( |
QcepSettingsSaverWPtr |
saver, |
|
|
QObject * |
parent, |
|
|
const char * |
name, |
|
|
QDateTime |
value, |
|
|
QString |
toolTip |
|
) |
| |
Definition at line 1628 of file qcepproperty.cpp.
QcepProperty(QcepSettingsSaverWPtr saver, QObject *parent, const char *name, QString toolTip)
QDateTime QcepDateTimeProperty::defaultValue |
( |
| ) |
const |
void QcepDateTimeProperty::resetValue |
( |
| ) |
|
|
slot |
void QcepDateTimeProperty::setDefaultValue |
( |
QDateTime |
val | ) |
|
|
slot |
void QcepDateTimeProperty::setValue |
( |
QDateTime |
val, |
|
|
int |
index |
|
) |
| |
|
slot |
void QcepDateTimeProperty::setValue |
( |
QDateTime |
val | ) |
|
|
slot |
Definition at line 1661 of file qcepproperty.cpp.
References QcepProperty::debug(), DEBUG_PROPERTIES, QcepProperty::incIndex(), QcepProperty::index(), QcepProperty::m_Mutex, QcepProperty::m_Saver, m_Value, QcepProperty::name(), QcepProperty::printMessage(), qcepDebug(), and valueChanged().
1666 printMessage(tr(
"%1: QcepDateTimeProperty::setValue(QDateTime \"%2\")")
1667 .arg(
name()).arg(val.toString()));
1672 printMessage(tr(
"%1: QcepDateTimeProperty::setValue(QDateTime \"%2\") [%3]")
1673 .arg(
name()).arg(val.toString()).arg(
index()));
1681 saver->changed(
this);
qint64 qcepDebug(int cond)
void valueChanged(QDateTime val, int index)
virtual void printMessage(QString msg, QDateTime dt=QDateTime::currentDateTime())
QSharedPointer< QcepSettingsSaver > QcepSettingsSaverPtr
QcepSettingsSaverWPtr m_Saver
QDateTime QcepDateTimeProperty::value |
( |
| ) |
const |
void QcepDateTimeProperty::valueChanged |
( |
QDateTime |
val, |
|
|
int |
index |
|
) |
| |
|
signal |
QDateTime QcepDateTimeProperty::m_Default |
|
private |
QDateTime QcepDateTimeProperty::m_Value |
|
private |
The documentation for this class was generated from the following files: