QXRD
0.11.16
|
#include <qcepproperty.h>
Public Slots | |
void | setValue (QcepIntList val, int index) |
void | setValue (QcepIntList val) |
void | incValue (QcepIntList step) |
void | setDefaultValue (QcepIntList val) |
void | resetValue () |
void | clear () |
void | appendValue (int val) |
Signals | |
void | valueChanged (QcepIntList val, int index) |
Public Member Functions | |
QcepIntListProperty (QcepSettingsSaverWPtr saver, QObject *parent, const char *name, QcepIntList value, QString toolTip) | |
QcepIntList | value () const |
QcepIntList | defaultValue () const |
QString | toString (const QcepIntList &list) |
Public Member Functions inherited from QcepProperty | |
QcepProperty (QcepSettingsSaverWPtr saver, QObject *parent, const char *name, QString toolTip) | |
virtual void | printMessage (QString msg, QDateTime dt=QDateTime::currentDateTime()) |
QString | name () const |
void | setName (QString name) |
QString | parentName () const |
QString | toolTip () const |
void | setToolTip (QString tip) |
QString | expandedToolTip () const |
void | setWidgetToolTip (QWidget *widget) |
int | index () |
int | incIndex (int step) |
int | debug () const |
void | setDebug (int dbg) |
void | setSaver (QcepSettingsSaverWPtr saver) |
Private Attributes | |
QcepIntList | m_Default |
QcepIntList | m_Value |
Additional Inherited Members | |
Static Public Member Functions inherited from QcepProperty | |
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) |
Protected Attributes inherited from QcepProperty | |
QMutex | m_Mutex |
QcepSettingsSaverWPtr | m_Saver |
Definition at line 403 of file qcepproperty.h.
QcepIntListProperty::QcepIntListProperty | ( | QcepSettingsSaverWPtr | saver, |
QObject * | parent, | ||
const char * | name, | ||
QcepIntList | value, | ||
QString | toolTip | ||
) |
Definition at line 1976 of file qcepproperty.cpp.
|
slot |
Definition at line 2038 of file qcepproperty.cpp.
References QcepProperty::m_Mutex, setValue(), and value().
|
slot |
Definition at line 2031 of file qcepproperty.cpp.
References QcepProperty::m_Mutex, and setValue().
QcepIntList QcepIntListProperty::defaultValue | ( | ) | const |
Definition at line 1990 of file qcepproperty.cpp.
References m_Default, and QcepProperty::m_Mutex.
Referenced by resetValue().
|
slot |
Definition at line 2009 of file qcepproperty.cpp.
References QcepProperty::debug(), DEBUG_PROPERTIES, QcepProperty::incIndex(), QcepProperty::m_Mutex, QcepProperty::m_Saver, m_Value, QcepProperty::name(), QcepProperty::printMessage(), qcepDebug(), and valueChanged().
|
slot |
Definition at line 2102 of file qcepproperty.cpp.
References DEBUG_PROPERTIES, defaultValue(), QcepProperty::name(), QcepProperty::printMessage(), qcepDebug(), and setValue().
|
slot |
Definition at line 2095 of file qcepproperty.cpp.
References m_Default, and QcepProperty::m_Mutex.
|
slot |
Definition at line 1997 of file qcepproperty.cpp.
References QcepProperty::debug(), QcepProperty::index(), QcepProperty::name(), QcepProperty::printMessage(), and toString().
Referenced by appendValue(), clear(), and resetValue().
|
slot |
Definition at line 2068 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(), toString(), and valueChanged().
QString QcepIntListProperty::toString | ( | const QcepIntList & | list | ) |
Definition at line 2048 of file qcepproperty.cpp.
References QcepProperty::m_Mutex.
Referenced by setValue().
QcepIntList QcepIntListProperty::value | ( | ) | const |
Definition at line 1983 of file qcepproperty.cpp.
References QcepProperty::m_Mutex, and m_Value.
Referenced by appendValue().
|
signal |
|
private |
Definition at line 425 of file qcepproperty.h.
Referenced by defaultValue(), and setDefaultValue().
|
private |
Definition at line 426 of file qcepproperty.h.
Referenced by incValue(), setValue(), and value().