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

Public Slots

 ComplexFunctor (int &overload, QList< QVariant > &result)
 

Public Member Functions

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)
 

Public Attributes

int & overload
 
QList< QVariant > & result
 

Protected Member Functions

void operator() () const
 

Detailed Description

Definition at line 6392 of file tst_qobject.cpp.

Member Function Documentation

◆ ComplexFunctor

ComplexFunctor::ComplexFunctor ( int &  overload,
QList< QVariant > &  result 
)
inlineslot

Definition at line 6393 of file tst_qobject.cpp.

◆ operator()() [1/6]

void ComplexFunctor::operator() ( ) const
inlineprotected

Definition at line 6418 of file tst_qobject.cpp.

◆ operator()() [2/6]

void ComplexFunctor::operator() ( const QString ) const
inline

Definition at line 6406 of file tst_qobject.cpp.

◆ operator()() [3/6]

void ComplexFunctor::operator() ( const QString s)
inline

Definition at line 6402 of file tst_qobject.cpp.

◆ operator()() [4/6]

template<typename T1 , typename T2 , typename T3 , typename T4 >
void ComplexFunctor::operator() ( const T1 t1,
const T2 t2,
const T3 t3,
const T4 &  t4 
)
inline

Definition at line 6411 of file tst_qobject.cpp.

Here is the call graph for this function:

◆ operator()() [5/6]

void ComplexFunctor::operator() ( double  a,
double  b 
)
inline

Definition at line 6398 of file tst_qobject.cpp.

◆ operator()() [6/6]

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

Definition at line 6394 of file tst_qobject.cpp.

Member Data Documentation

◆ overload

int& ComplexFunctor::overload

Definition at line 6415 of file tst_qobject.cpp.

◆ result

QList<QVariant>& ComplexFunctor::result

Definition at line 6416 of file tst_qobject.cpp.


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