|
QSkinny 0.8.0
C++/Qt UI toolkit
|
Definition at line 21 of file QskMetaInvokable.h.
Public Types | |
| enum | Type : quint8 { 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 : quint8 |
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 359 of file QskMetaInvokable.cpp.
| QskMetaInvokable::QskMetaInvokable | ( | const QMetaMethod & | method | ) |
Definition at line 337 of file QskMetaInvokable.cpp.
| QskMetaInvokable::QskMetaInvokable | ( | const QObject * | object, |
| const char * | methodName | ||
| ) |
Definition at line 343 of file QskMetaInvokable.cpp.
| QskMetaInvokable::QskMetaInvokable | ( | const QMetaObject * | metaObject, |
| const char * | methodName | ||
| ) |
Definition at line 348 of file QskMetaInvokable.cpp.
| QskMetaInvokable::QskMetaInvokable | ( | const QMetaProperty & | property | ) |
Definition at line 353 of file QskMetaInvokable.cpp.
| QskMetaInvokable::QskMetaInvokable | ( | const QskMetaInvokable & | other | ) |
Definition at line 366 of file QskMetaInvokable.cpp.
| QskMetaInvokable::~QskMetaInvokable | ( | ) |
Definition at line 392 of file QskMetaInvokable.cpp.
| QskMetaFunction QskMetaInvokable::function | ( | ) | const |
Definition at line 607 of file QskMetaInvokable.cpp.
| void QskMetaInvokable::invoke | ( | QObject * | object, |
| void * | args[], | ||
| Qt::ConnectionType | connectionType = Qt::AutoConnection |
||
| ) |
Definition at line 618 of file QskMetaInvokable.cpp.
| bool QskMetaInvokable::isNull | ( | ) | const |
Definition at line 458 of file QskMetaInvokable.cpp.
| QMetaMethod QskMetaInvokable::method | ( | ) | const |
Definition at line 591 of file QskMetaInvokable.cpp.
| QByteArray QskMetaInvokable::name | ( | ) | const |
Definition at line 567 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 398 of file QskMetaInvokable.cpp.
| bool QskMetaInvokable::operator== | ( | const QskMetaInvokable & | other | ) | const |
Definition at line 434 of file QskMetaInvokable.cpp.
| int QskMetaInvokable::parameterCount | ( | ) | const |
Definition at line 493 of file QskMetaInvokable.cpp.
| int QskMetaInvokable::parameterType | ( | int | index | ) | const |
Definition at line 518 of file QskMetaInvokable.cpp.
| QMetaProperty QskMetaInvokable::property | ( | ) | const |
Definition at line 599 of file QskMetaInvokable.cpp.
| void QskMetaInvokable::reset | ( | ) |
Definition at line 485 of file QskMetaInvokable.cpp.
| int QskMetaInvokable::returnType | ( | ) | const |
Definition at line 544 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.