QtBase  v6.3.1
Public Member Functions | List of all members
ComplexFunctorDeriv Struct Reference
Inheritance diagram for ComplexFunctorDeriv:
Inheritance graph
[legend]
Collaboration diagram for ComplexFunctorDeriv:
Collaboration graph
[legend]

Public Member Functions

 ComplexFunctorDeriv (int &overload, QList< QVariant > &result)
 
void operator() () const
 
void operator() (int a, int b)
 
- Public Member Functions inherited from ComplexFunctor
void operator() (int a, int b)
 
void operator() (double a, double b)
 
void operator() (const QString &s)
 
void operator() (const QString &) const
 
template<typename T1 , typename T2 , typename T3 , typename T4 >
void operator() (const T1 &t1, const T2 &t2, const T3 &t3, const T4 &t4)
 

Additional Inherited Members

- Public Slots inherited from ComplexFunctor
 ComplexFunctor (int &overload, QList< QVariant > &result)
 
- Public Attributes inherited from ComplexFunctor
int & overload
 
QList< QVariant > & result
 
- Protected Member Functions inherited from ComplexFunctor
void operator() () const
 

Detailed Description

Definition at line 6424 of file tst_qobject.cpp.

Constructor & Destructor Documentation

◆ ComplexFunctorDeriv()

ComplexFunctorDeriv::ComplexFunctorDeriv ( int &  overload,
QList< QVariant > &  result 
)
inline

Definition at line 6425 of file tst_qobject.cpp.

Member Function Documentation

◆ operator()() [1/2]

void ComplexFunctorDeriv::operator() ( ) const
inline

Definition at line 6427 of file tst_qobject.cpp.

◆ operator()() [2/2]

void ComplexFunctorDeriv::operator() ( int  a,
int  b 
)
inline

Definition at line 6430 of file tst_qobject.cpp.


The documentation for this struct was generated from the following file: