QSkinny 0.8.0
C++/Qt UI toolkit
|
Definition at line 21 of file QskMetaInvokable.h.
Public Types | |
enum | Type { Invalid = 0 , MetaMethod , MetaProperty , MetaFunction } |
Public Member Functions | |
QskMetaInvokable (const QskMetaFunction &) | |
QskMetaInvokable (const QMetaMethod &) | |
QskMetaInvokable (const QObject *, const char *methodName) | |
QskMetaInvokable (const QMetaObject *, const char *methodName) | |
QskMetaInvokable (const QMetaProperty &) | |
QskMetaInvokable (const QskMetaInvokable &) | |
QskMetaInvokable & | operator= (const QskMetaInvokable &) |
bool | operator== (const QskMetaInvokable &) const |
bool | operator!= (const QskMetaInvokable &) const |
operator bool () const | |
Type | type () const |
bool | isNull () const |
int | parameterCount () const |
int | parameterType (int index) const |
int | returnType () const |
void | invoke (QObject *, void *args[], Qt::ConnectionType=Qt::AutoConnection) |
void | reset () |
QByteArray | name () const |
QMetaMethod | method () const |
QMetaProperty | property () const |
QskMetaFunction | function () const |
enum QskMetaInvokable::Type |
Definition at line 24 of file QskMetaInvokable.h.
|
inline |
Definition at line 99 of file QskMetaInvokable.h.
QskMetaInvokable::QskMetaInvokable | ( | const QskMetaFunction & | function | ) |
Definition at line 358 of file QskMetaInvokable.cpp.
QskMetaInvokable::QskMetaInvokable | ( | const QMetaMethod & | method | ) |
Definition at line 336 of file QskMetaInvokable.cpp.
QskMetaInvokable::QskMetaInvokable | ( | const QObject * | object, |
const char * | methodName | ||
) |
Definition at line 342 of file QskMetaInvokable.cpp.
QskMetaInvokable::QskMetaInvokable | ( | const QMetaObject * | metaObject, |
const char * | methodName | ||
) |
Definition at line 347 of file QskMetaInvokable.cpp.
QskMetaInvokable::QskMetaInvokable | ( | const QMetaProperty & | property | ) |
Definition at line 352 of file QskMetaInvokable.cpp.
QskMetaInvokable::QskMetaInvokable | ( | const QskMetaInvokable & | other | ) |
Definition at line 365 of file QskMetaInvokable.cpp.
QskMetaInvokable::~QskMetaInvokable | ( | ) |
Definition at line 391 of file QskMetaInvokable.cpp.
QskMetaFunction QskMetaInvokable::function | ( | ) | const |
Definition at line 606 of file QskMetaInvokable.cpp.
void QskMetaInvokable::invoke | ( | QObject * | object, |
void * | args[], | ||
Qt::ConnectionType | connectionType = Qt::AutoConnection |
||
) |
Definition at line 617 of file QskMetaInvokable.cpp.
bool QskMetaInvokable::isNull | ( | ) | const |
Definition at line 457 of file QskMetaInvokable.cpp.
QMetaMethod QskMetaInvokable::method | ( | ) | const |
Definition at line 590 of file QskMetaInvokable.cpp.
QByteArray QskMetaInvokable::name | ( | ) | const |
Definition at line 566 of file QskMetaInvokable.cpp.
|
inlineexplicit |
Definition at line 109 of file QskMetaInvokable.h.
|
inline |
Definition at line 104 of file QskMetaInvokable.h.
QskMetaInvokable & QskMetaInvokable::operator= | ( | const QskMetaInvokable & | other | ) |
Definition at line 397 of file QskMetaInvokable.cpp.
bool QskMetaInvokable::operator== | ( | const QskMetaInvokable & | other | ) | const |
Definition at line 433 of file QskMetaInvokable.cpp.
int QskMetaInvokable::parameterCount | ( | ) | const |
Definition at line 492 of file QskMetaInvokable.cpp.
int QskMetaInvokable::parameterType | ( | int | index | ) | const |
Definition at line 517 of file QskMetaInvokable.cpp.
QMetaProperty QskMetaInvokable::property | ( | ) | const |
Definition at line 598 of file QskMetaInvokable.cpp.
void QskMetaInvokable::reset | ( | ) |
Definition at line 484 of file QskMetaInvokable.cpp.
int QskMetaInvokable::returnType | ( | ) | const |
Definition at line 543 of file QskMetaInvokable.cpp.
|
inline |
Definition at line 114 of file QskMetaInvokable.h.
FunctionData QskMetaInvokable::m_functionData |
Definition at line 92 of file QskMetaInvokable.h.
MetaData QskMetaInvokable::m_metaData |
Definition at line 93 of file QskMetaInvokable.h.