| 
    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.
Referenced by DIALOG_MANAGE_REPOSITORIES::addRepository(), PCB_CONTROL::AppendBoard(), AUTOPLACE_TOOL::autoplace(), PLUGIN_CONTENT_MANAGER::CacheRepository(), ZONE_FILLER_TOOL::CheckAllZones(), PCB_DESIGN_BLOCK_PREVIEW_WIDGET::DisplayDesignBlock(), ZONE_FILLER_TOOL::FillAllZones(), BOARD_EDITOR_CONTROL::GenerateODBPPFiles(), SCH_EDIT_FRAME::importFile(), FOOTPRINT_EDIT_FRAME::initLibraryTree(), FOOTPRINT_SELECT_WIDGET::Load(), CVPCB_MAINFRAME::LoadFootprintFiles(), GERBVIEW_FRAME::LoadListOfGerberAndDrillFiles(), DIALOG_BOARD_SETUP::onAuxiliaryAction(), PANEL_PACKAGES_VIEW::OnDownloadVersionClicked(), DIALOG_EXPORT_2581::onOKClick(), DIALOG_ZONE_MANAGER::OnUpdateDisplayedZonesClick(), PCB_EDIT_FRAME::OpenProjectFiles(), SCH_EDIT_FRAME::OpenProjectFiles(), PANEL_FOOTPRINT_CHOOSER::PANEL_FOOTPRINT_CHOOSER(), FOOTPRINT_EDIT_FRAME::SyncLibraryTree(), ZONE_FILLER_TOOL::ZoneFill(), and ZONE_FILLER_TOOL::ZoneFillDirty().
| #define PR_NO_ABORT 0 | 
| #define WX_PROGRESS_REPORTER_BASE wxProgressDialog | 
Definition at line 44 of file wx_progress_reporters.h.
Referenced by WX_PROGRESS_REPORTER::WX_PROGRESS_REPORTER().