iVS3D v2.0.0
Loading...
Searching...
No Matches
ProgressDisplay Class Referenceabstract

The ProgressDisplay class is an interface for classes that can display progression in any form. Most of the time it is used to display the progress of a thread. More...

#include <progressdisplay.h>

Inheritance diagram for ProgressDisplay:
ProgressDialog ProgressWidget TerminalInteraction

Public Member Functions

virtual void slot_displayProgress (int progress, QString currentOperation)=0
 [slot] slot_displayProgress is used to display a progression
 
virtual void slot_displayMessage (QString message)=0
 slot_displayMessage can show a message without specific format
 

Detailed Description

The ProgressDisplay class is an interface for classes that can display progression in any form. Most of the time it is used to display the progress of a thread.

Author
Dominic Zahn
Date
2021/09/28

Member Function Documentation

◆ slot_displayMessage()

virtual void ProgressDisplay::slot_displayMessage ( QString  message)
pure virtual

slot_displayMessage can show a message without specific format

Parameters
messageas a QString, which will be displayed

◆ slot_displayProgress()

virtual void ProgressDisplay::slot_displayProgress ( int  progress,
QString  currentOperation 
)
pure virtual

[slot] slot_displayProgress is used to display a progression

Parameters
progress[0, 100] as percentage
currentOperationas a QString, which is currently running

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