|
typedef std::function< R(P1, P2, P3, P4, P5, P6, P7, P8)> | type_fct |
|
typedef qx::trait::remove_attr< P1, false >::type | type_P1 |
|
typedef qx::trait::remove_attr< P2, false >::type | type_P2 |
|
typedef qx::trait::remove_attr< P3, false >::type | type_P3 |
|
typedef qx::trait::remove_attr< P4, false >::type | type_P4 |
|
typedef qx::trait::remove_attr< P5, false >::type | type_P5 |
|
typedef qx::trait::remove_attr< P6, false >::type | type_P6 |
|
typedef qx::trait::remove_attr< P7, false >::type | type_P7 |
|
typedef qx::trait::remove_attr< P8, false >::type | type_P8 |
|
typedef std::vector< qx::any > | type_any_params |
|
|
| QX_FUNCTION_CLASS_FCT (QxFunction_8) |
|
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, typename P8>
class qx::QxFunction_8< void, R, P1, P2, P3, P4, P5, P6, P7, P8 >
Definition at line 119 of file QxFunction_8.h.
template<typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename P7 , typename P8 >
typedef std::function<R (P1, P2, P3, P4, P5, P6, P7, P8)> qx::QxFunction_8< void, R, P1, P2, P3, P4, P5, P6, P7, P8 >::type_fct |
template<typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename P7 , typename P8 >
virtual int qx::QxFunction_8< void, R, P1, P2, P3, P4, P5, P6, P7, P8 >::getParamCount |
( |
| ) |
const |
|
inlinevirtual |
template<typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename P7 , typename P8 >
virtual qx_bool qx::QxFunction_8< void, R, P1, P2, P3, P4, P5, P6, P7, P8 >::isValidParams |
( |
const QString & | params | ) |
const |
|
inlinevirtual |
template<typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename P7 , typename P8 >