|
| QX_FUNCTION_CLASS_FCT (QxFunction_7) |
|
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, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6, typename P7>
class qx::QxFunction_7< void, R, P1, P2, P3, P4, P5, P6, P7 >
Definition at line 116 of file QxFunction_7.h.
template<typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename P7 >
typedef std::function<R (P1, P2, P3, P4, P5, P6, P7)> qx::QxFunction_7< void, R, P1, P2, P3, P4, P5, P6, P7 >::type_fct |
template<typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename P7 >
virtual int qx::QxFunction_7< void, R, P1, P2, P3, P4, P5, P6, P7 >::getParamCount |
( |
| ) |
const |
|
inlinevirtual |
template<typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename P7 >
virtual qx_bool qx::QxFunction_7< void, R, P1, P2, P3, P4, P5, P6, P7 >::isValidParams |
( |
const QString & | params | ) |
const |
|
inlinevirtual |