|
| | QX_FUNCTION_CLASS_FCT (QxFunction_0) |
| |
| virtual int | getParamCount () const |
| |
| virtual qx_bool | isValidParams (const QString ¶ms) const |
| |
| virtual qx_bool | isValidParams (const type_any_params ¶ms) const |
| |
| | IxFunction () |
| |
| virtual | ~IxFunction () |
| |
| QString | getKey () const |
| |
| QString | getSeparator () const |
| |
| QString | getDescription () const |
| |
| void | setKey (const QString &s) |
| |
| void | setSeparator (const QString &s) |
| |
| void | setDescription (const QString &s) |
| |
| virtual qx_bool | invoke (const QString ¶ms=QString(), qx::any *ret=NULL) const =0 |
| |
| virtual qx_bool | invoke (const type_any_params ¶ms, qx::any *ret=NULL) const =0 |
| |
| virtual qx_bool | invoke (void *pOwner, const QString ¶ms=QString(), qx::any *ret=NULL) const =0 |
| |
| virtual qx_bool | invoke (void *pOwner, const type_any_params ¶ms, qx::any *ret=NULL) const =0 |
| |
| virtual qx_bool | isValidFct () const =0 |
| |
| template<class T > |
| qx_bool | isValidOwner (void *pOwner, T *dummy) const |
| |
| template<class T > |
| qx_bool | isValid (const T ¶ms) const |
| |
| template<class T , class U > |
| qx_bool | isValid (void *pOwner, const T ¶ms, U *dummy) const |
| |
| | QxPropertyBag () |
| |
| virtual | ~QxPropertyBag () |
| |
| void | setPropertyBag (const QString &key, const QVariant &value) |
| |
| QVariant | getPropertyBag (const QString &key) const |
| |
| void | removePropertyBag (const QString &key) |
| |
| void | clearPropertyBag () |
| |
| long | countPropertyBag () const |
| |
| QList< QString > | getAllPropertyBagKeys () const |
| |
template<typename R>
class qx::QxFunction_0< void, R >
Definition at line 95 of file QxFunction_0.h.