#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 553 of file qcepproperty.h.
QcepDoubleRectProperty::QcepDoubleRectProperty |
( |
QcepSettingsSaverWPtr |
saver, |
|
|
QObject * |
parent, |
|
|
const char * |
name, |
|
|
QRectF |
value, |
|
|
QString |
toolTip |
|
) |
| |
Definition at line 2657 of file qcepproperty.cpp.
QcepProperty(QcepSettingsSaverWPtr saver, QObject *parent, const char *name, QString toolTip)
QRectF QcepDoubleRectProperty::defaultValue |
( |
| ) |
const |
void QcepDoubleRectProperty::resetValue |
( |
| ) |
|
|
slot |
void QcepDoubleRectProperty::setDefaultValue |
( |
QRectF |
val | ) |
|
|
slot |
void QcepDoubleRectProperty::setValue |
( |
QRectF |
val, |
|
|
int |
index |
|
) |
| |
|
slot |
void QcepDoubleRectProperty::setValue |
( |
QRectF |
val | ) |
|
|
slot |
Definition at line 2690 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().
2695 printMessage(tr(
"%1: QcepDoubleRectProperty::setValue(QRectF([%2,%3],[%4,%5])")
2696 .arg(
name()).arg(val.top()).arg(val.right()).arg(val.bottom()));
2701 printMessage(tr(
"%1: QcepDoubleRectProperty::setValue(QRectF([%2,%3],[%4,%5])) [%6]")
2702 .arg(
name()).arg(val.top()).arg(val.right()).arg(val.bottom()).arg(
index()));
2710 saver->changed(
this);
qint64 qcepDebug(int cond)
virtual void printMessage(QString msg, QDateTime dt=QDateTime::currentDateTime())
void valueChanged(QRectF val, int index)
QSharedPointer< QcepSettingsSaver > QcepSettingsSaverPtr
QcepSettingsSaverWPtr m_Saver
QRectF QcepDoubleRectProperty::value |
( |
| ) |
const |
void QcepDoubleRectProperty::valueChanged |
( |
QRectF |
val, |
|
|
int |
index |
|
) |
| |
|
signal |
QRectF QcepDoubleRectProperty::m_Default |
|
private |
QRectF QcepDoubleRectProperty::m_Value |
|
private |
The documentation for this class was generated from the following files: