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

Public Types

enum  { ProgressType = User + 1 }
 

Public Member Functions

 ProgressEvent ()
 
void setValue (int n)
 
int value () const
 

Detailed Description

Definition at line 14 of file main.cpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ProgressType 

Definition at line 19 of file main.cpp.

Constructor & Destructor Documentation

◆ ProgressEvent()

ProgressEvent::ProgressEvent ( )
inline

Definition at line 21 of file main.cpp.

Member Function Documentation

◆ setValue()

void ProgressEvent::setValue ( int  n)
inline

Definition at line 25 of file main.cpp.

◆ value()

int ProgressEvent::value ( ) const
inline

Definition at line 30 of file main.cpp.


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