step/stepcore
StepCore::MetaPropertyHelper< C, T > Struct Template Reference
#include <object.h>
Detailed Description
template<class C, typename T>
struct StepCore::MetaPropertyHelper< C, T >
Definition at line 257 of file object.h.
Static Public Member Functions | |
| template<const T &(C::*)() const _read> | |
| static QVariant | read (const Object *obj) |
| template<T(C::*)() const _read> | |
| static QVariant | read (const Object *obj) |
| static QVariant | readNull (const Object *obj) |
| template<const T &(C::*)() const _read> | |
| static QString | readString (const Object *obj) |
| template<T(C::*)() const _read> | |
| static QString | readString (const Object *obj) |
| static QString | readStringNull (const Object *obj) |
| template<bool(C::*)(const T &) _write> | |
| static bool | write (Object *obj, const QVariant &v) |
| template<bool(C::*)(T) _write> | |
| static bool | write (Object *obj, const QVariant &v) |
| template<void(C::*)(const T &) _write> | |
| static bool | write (Object *obj, const QVariant &v) |
| template<void(C::*)(T) _write> | |
| static bool | write (Object *obj, const QVariant &v) |
| static bool | writeNull (Object *obj, const QVariant &v) |
| template<bool(C::*)(const T &) _write> | |
| static bool | writeString (Object *obj, const QString &s) |
| template<bool(C::*)(T) _write> | |
| static bool | writeString (Object *obj, const QString &s) |
| template<void(C::*)(const T &) _write> | |
| static bool | writeString (Object *obj, const QString &s) |
| template<void(C::*)(T) _write> | |
| static bool | writeString (Object *obj, const QString &s) |
| static bool | writeStringNull (Object *obj, const QString &s) |
Member Function Documentation
template<class C, typename T>
template<const T &(C::*)() const _read>
| static QVariant StepCore::MetaPropertyHelper< C, T >::read | ( | const Object * | obj | ) | [inline, static] |
template<class C, typename T>
template<T(C::*)() const _read>
| static QVariant StepCore::MetaPropertyHelper< C, T >::read | ( | const Object * | obj | ) | [inline, static] |
template<class C, typename T>
| static QVariant StepCore::MetaPropertyHelper< C, T >::readNull | ( | const Object * | obj | ) | [inline, static] |
template<class C, typename T>
template<const T &(C::*)() const _read>
| static QString StepCore::MetaPropertyHelper< C, T >::readString | ( | const Object * | obj | ) | [inline, static] |
template<class C, typename T>
template<T(C::*)() const _read>
| static QString StepCore::MetaPropertyHelper< C, T >::readString | ( | const Object * | obj | ) | [inline, static] |
template<class C, typename T>
| static QString StepCore::MetaPropertyHelper< C, T >::readStringNull | ( | const Object * | obj | ) | [inline, static] |
template<class C, typename T>
template<bool(C::*)(const T &) _write>
| static bool StepCore::MetaPropertyHelper< C, T >::write | ( | Object * | obj, | |
| const QVariant & | v | |||
| ) | [inline, static] |
template<class C, typename T>
template<bool(C::*)(T) _write>
| static bool StepCore::MetaPropertyHelper< C, T >::write | ( | Object * | obj, | |
| const QVariant & | v | |||
| ) | [inline, static] |
template<class C, typename T>
template<void(C::*)(const T &) _write>
| static bool StepCore::MetaPropertyHelper< C, T >::write | ( | Object * | obj, | |
| const QVariant & | v | |||
| ) | [inline, static] |
template<class C, typename T>
template<void(C::*)(T) _write>
| static bool StepCore::MetaPropertyHelper< C, T >::write | ( | Object * | obj, | |
| const QVariant & | v | |||
| ) | [inline, static] |
template<class C, typename T>
| static bool StepCore::MetaPropertyHelper< C, T >::writeNull | ( | Object * | obj, | |
| const QVariant & | v | |||
| ) | [inline, static] |
template<class C, typename T>
template<bool(C::*)(const T &) _write>
| static bool StepCore::MetaPropertyHelper< C, T >::writeString | ( | Object * | obj, | |
| const QString & | s | |||
| ) | [inline, static] |
template<class C, typename T>
template<bool(C::*)(T) _write>
| static bool StepCore::MetaPropertyHelper< C, T >::writeString | ( | Object * | obj, | |
| const QString & | s | |||
| ) | [inline, static] |
template<class C, typename T>
template<void(C::*)(const T &) _write>
| static bool StepCore::MetaPropertyHelper< C, T >::writeString | ( | Object * | obj, | |
| const QString & | s | |||
| ) | [inline, static] |
template<class C, typename T>
template<void(C::*)(T) _write>
| static bool StepCore::MetaPropertyHelper< C, T >::writeString | ( | Object * | obj, | |
| const QString & | s | |||
| ) | [inline, static] |
template<class C, typename T>
| static bool StepCore::MetaPropertyHelper< C, T >::writeStringNull | ( | Object * | obj, | |
| const QString & | s | |||
| ) | [inline, static] |
The documentation for this struct was generated from the following file:
KDE 4.2 API Reference