#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 599 of file qcepproperty.h.
QcepInt64Property::QcepInt64Property |
( |
QcepSettingsSaverWPtr |
saver, |
|
|
QObject * |
parent, |
|
|
const char * |
name, |
|
|
qint64 |
value, |
|
|
QString |
toolTip |
|
) |
| |
Definition at line 2828 of file qcepproperty.cpp.
QcepProperty(QcepSettingsSaverWPtr saver, QObject *parent, const char *name, QString toolTip)
qint64 QcepInt64Property::defaultValue |
( |
| ) |
const |
void QcepInt64Property::incValue |
( |
qint64 |
step | ) |
|
|
slot |
Definition at line 2889 of file qcepproperty.cpp.
References QcepProperty::debug(), DEBUG_PROPERTIES, QcepProperty::incIndex(), QcepProperty::m_Mutex, QcepProperty::m_Saver, m_Value, QcepProperty::name(), QcepProperty::printMessage(), qcepDebug(), stringValueChanged(), value(), and valueChanged().
2894 printMessage(tr(
"%1: QcepInt64Property::incValue(qint64 %2)")
2895 .arg(
name()).arg(step));
2904 saver->changed(
this);
qint64 qcepDebug(int cond)
virtual void printMessage(QString msg, QDateTime dt=QDateTime::currentDateTime())
QSharedPointer< QcepSettingsSaver > QcepSettingsSaverPtr
void valueChanged(qint64 val, int index)
void stringValueChanged(QString val)
QcepSettingsSaverWPtr m_Saver
void QcepInt64Property::resetValue |
( |
| ) |
|
|
slot |
void QcepInt64Property::setDefaultValue |
( |
qint64 |
val | ) |
|
|
slot |
void QcepInt64Property::setValue |
( |
qint64 |
val, |
|
|
int |
index |
|
) |
| |
|
slot |
void QcepInt64Property::setValue |
( |
qint64 |
val | ) |
|
|
slot |
Definition at line 2861 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(), stringValueChanged(), and valueChanged().
2866 printMessage(tr(
"%1: QcepInt64Property::setValue(qint64 %2)")
2867 .arg(
name()).arg(val));
2872 printMessage(tr(
"%1: QcepInt64Property::setValue(qint64 %2) [%3]")
2881 saver->changed(
this);
qint64 qcepDebug(int cond)
virtual void printMessage(QString msg, QDateTime dt=QDateTime::currentDateTime())
QSharedPointer< QcepSettingsSaver > QcepSettingsSaverPtr
void valueChanged(qint64 val, int index)
void stringValueChanged(QString val)
QcepSettingsSaverWPtr m_Saver
void QcepInt64Property::stringValueChanged |
( |
QString |
val | ) |
|
|
signal |
qint64 QcepInt64Property::value |
( |
| ) |
const |
void QcepInt64Property::valueChanged |
( |
qint64 |
val, |
|
|
int |
index |
|
) |
| |
|
signal |
qint64 QcepInt64Property::m_Default |
|
private |
qint64 QcepInt64Property::m_Value |
|
private |
The documentation for this class was generated from the following files: