|
| enum | { arity =2
} |
| |
|
typedef void(T::* | memProcPtr) (P1, P2) |
| |
|
typedef LocVarType< P1 >::Type | PL1 |
| |
|
typedef LocVarType< P2 >::Type | PL2 |
| |
|
|
| memProc2 (T *pobj, memProcPtr pproc) |
| |
| virtual int | operator() (const QValueVector< QVariant > &parms, QString &err) |
| |
| virtual int | argc () |
| |
|
virtual int | operator() (const QValueVector< QVariant > &, QString &) |
| |
|
virtual int | argc () |
| |
|
|
memProcPtr | m_pproc |
| |
|
T * | m_pobj |
| |
◆ argc()
template<class T , class P1 , class P2 >
| virtual int memProc2< T, P1, P2 >::argc |
( |
| ) |
|
|
inlinevirtual |
◆ operator()()
template<class T , class P1 , class P2 >
| virtual int memProc2< T, P1, P2 >::operator() |
( |
const QValueVector< QVariant > & |
parms, |
|
|
QString & |
err |
|
) |
| |
|
inlinevirtual |
The documentation for this struct was generated from the following file: