Qt 5.10 Book Examples
Signals | Public Member Functions | List of all members
MyThread Class Reference
Inheritance diagram for MyThread:

Signals

void progress (int)
 

Public Member Functions

 MyThread (QObject *pobjReceiver)
 
void run ()
 
void run ()
 

Detailed Description

Definition at line 37 of file main.cpp.

Constructor & Destructor Documentation

◆ MyThread()

MyThread::MyThread ( QObject *  pobjReceiver)
inline

Definition at line 42 of file main.cpp.

Member Function Documentation

◆ progress

void MyThread::progress ( int  )
signal

◆ run() [1/2]

void MyThread::run ( )
inline

Definition at line 18 of file main.cpp.

◆ run() [2/2]

void MyThread::run ( )
inline

Definition at line 46 of file main.cpp.


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