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 SYMBOL_TREE_MODEL_ADAPTER::AddLibraries(), 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(), SYMBOL_VIEWER_FRAME::loadAllLibraries(), CVPCB_MAINFRAME::LoadFootprintFiles(), GERBVIEW_FRAME::LoadListOfGerberAndDrillFiles(), DIALOG_BOARD_SETUP::onAuxiliaryAction(), DIALOG_SCHEMATIC_SETUP::onAuxiliaryAction(), PANEL_PACKAGES_VIEW::OnDownloadVersionClicked(), DIALOG_EXPORT_2581::onOKClick(), DIALOG_ZONE_MANAGER::OnUpdateDisplayedZonesClick(), PCB_EDIT_FRAME::OpenProjectFiles(), SCH_EDIT_FRAME::OpenProjectFiles(), PANEL_DESIGN_BLOCK_CHOOSER::PANEL_DESIGN_BLOCK_CHOOSER(), PANEL_FOOTPRINT_CHOOSER::PANEL_FOOTPRINT_CHOOSER(), PANEL_DESIGN_BLOCK_CHOOSER::RefreshLibs(), SYMBOL_EDIT_FRAME::SYMBOL_EDIT_FRAME(), 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().