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

Public Member Functions

 SlotArgFunctor (int *s)
 
 SlotArgFunctor (ContextObject *context, QObject *sender, int *s)
 
void operator() ()
 

Protected Attributes

int * status
 
ContextObjectcontext
 
QObjectsender
 

Detailed Description

Definition at line 6069 of file tst_qobject.cpp.

Constructor & Destructor Documentation

◆ SlotArgFunctor() [1/2]

SlotArgFunctor::SlotArgFunctor ( int *  s)
inline

Definition at line 6071 of file tst_qobject.cpp.

◆ SlotArgFunctor() [2/2]

SlotArgFunctor::SlotArgFunctor ( ContextObject context,
QObject sender,
int *  s 
)
inline

Definition at line 6072 of file tst_qobject.cpp.

Member Function Documentation

◆ operator()()

void SlotArgFunctor::operator() ( )
inline

Definition at line 6073 of file tst_qobject.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ context

ContextObject* SlotArgFunctor::context
protected

Definition at line 6077 of file tst_qobject.cpp.

◆ sender

QObject* SlotArgFunctor::sender
protected

Definition at line 6078 of file tst_qobject.cpp.

◆ status

int* SlotArgFunctor::status
protected

Definition at line 6076 of file tst_qobject.cpp.


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