KiCad PCB EDA Suite
|
#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 |
#define PR_CAN_ABORT wxPD_CAN_ABORT |
Definition at line 37 of file wx_progress_reporters.h.
#define PR_NO_ABORT 0 |
Definition at line 36 of file wx_progress_reporters.h.
#define WX_PROGRESS_REPORTER_BASE wxProgressDialog |
Definition at line 44 of file wx_progress_reporters.h.