#include <klfpobj.h>
Public Types | |
typedef T | Type |
Public Member Functions | |
KLFPObjPropRef (KLFPropertizedObject *pobj, int propId) | |
KLFPObjPropRef (const KLFPObjPropRef &other) | |
KLFPObjPropRef (KLFPropertizedObject *pobj, int builtInPropId, const QString &pname) | |
KLFPObjPropRef (KLFPropertizedObject *pobj, int builtInPropId, const QString &pname, const T &value) | |
operator QVariant () const | |
operator T () const | |
const T | operator() () const |
const KLFPObjPropRef & | operator= (const QVariant &v) |
const KLFPObjPropRef & | operator= (const T &value) |
const KLFPObjPropRef & | operator= (const KLFPObjPropRef &value) |
QVariant | variantValue () const |
const T | value () const |
template<class VariantType> | |
const T | value () const |
template<class VariantType> | |
void | set (const T &value) |
void | set (const T &value) |
template<class VariantType> | |
bool | equals (const KLFPObjPropRef &other) const |
bool | equals (const KLFPObjPropRef &other) const |
bool | operator== (const T &val) const |
bool | operator== (const KLFPObjPropRef &other) const |
typedef T KLFPObjPropRef< T >::Type |
|
inline |
Definition at line 764 of file klfpobj.h.
References propId.
Referenced by equals(), KLFPObjPropRef(), operator=(), operator=(), operator=(), and operator==().
|
inline |
Definition at line 768 of file klfpobj.h.
References KLFPObjPropRef().
|
inline |
Constructs the object and automatically registers the given property in pobj
as a built-in property.
|
inline |
Constructs the object and automatically registers the given property in pobj
as a built-in property. Initializes the property's value to value
.
|
inline |
Definition at line 852 of file klfpobj.h.
References KLFPObjPropRef(), and value().
Referenced by equals().
|
inline |
Definition at line 856 of file klfpobj.h.
References equals(), and KLFPObjPropRef().
|
inline |
Definition at line 796 of file klfpobj.h.
References variantValue().
|
inline |
|
inline |
|
inline |
Definition at line 819 of file klfpobj.h.
References KLFPObjPropRef(), operator=(), and value().
|
inline |
|
inline |
Definition at line 813 of file klfpobj.h.
References QVariant::fromValue(), KLFPObjPropRef(), and value().
|
inline |
Definition at line 865 of file klfpobj.h.
References KLFPObjPropRef(), and value().
|
inline |
|
inline |
Definition at line 842 of file klfpobj.h.
References QVariant::fromValue(), and value().
Referenced by KLFPObjPropRef(), and set().
|
inline |
|
inline |
Definition at line 829 of file klfpobj.h.
References value().
Referenced by equals(), KLFPObjPropRef(), operator T(), operator()(), operator=(), operator=(), operator==(), operator==(), set(), and value().
Definition at line 835 of file klfpobj.h.
References QVariant::value().
|
inline |
Definition at line 824 of file klfpobj.h.
Referenced by operator QVariant().