KiCad PCB EDA Suite
Loading...
Searching...
No Matches
wx_progress_reporters.h File Reference
#include <wx/progdlg.h>
#include <wx/gauge.h>
#include <wx/appprogress.h>
#include <widgets/progress_reporter_base.h>

Go to the source code of this file.

Classes

class  WX_PROGRESS_REPORTER
 Multi-thread safe progress reporter dialog, intended for use of tasks that parallel reporting back of work status. More...
 
class  GAUGE_PROGRESS_REPORTER
 

Macros

#define PR_NO_ABORT   0
 
#define PR_CAN_ABORT   wxPD_CAN_ABORT
 
#define WX_PROGRESS_REPORTER_BASE   wxProgressDialog
 

Macro Definition Documentation

◆ PR_CAN_ABORT

#define PR_CAN_ABORT   wxPD_CAN_ABORT

Definition at line 37 of file wx_progress_reporters.h.

◆ PR_NO_ABORT

#define PR_NO_ABORT   0

Definition at line 36 of file wx_progress_reporters.h.

◆ WX_PROGRESS_REPORTER_BASE

#define WX_PROGRESS_REPORTER_BASE   wxProgressDialog

Definition at line 44 of file wx_progress_reporters.h.