| 
    KiCad PCB EDA Suite
    
   | 
 
wxProgressDialog with the option to also update the application progress on the taskbar More...
#include <app_progress_dialog.h>
 Public Member Functions | |
| APP_PROGRESS_DIALOG (const wxString &aTitle, const wxString &aMessage, int aMaximum=100, wxWindow *aParent=nullptr, bool aIndeterminateTaskBarStatus=false, int aStyle=wxPD_APP_MODAL|wxPD_AUTO_HIDE) | |
| virtual bool | Update (int aValue, const wxString &aNewMsg=wxEmptyString, bool *aSkip=nullptr) override | 
Private Attributes | |
| wxAppProgressIndicator | m_appProgressIndicator | 
| bool | m_indeterminateTaskBarStatus | 
wxProgressDialog with the option to also update the application progress on the taskbar
Definition at line 40 of file app_progress_dialog.h.
| APP_PROGRESS_DIALOG::APP_PROGRESS_DIALOG | ( | const wxString & | aTitle, | 
| const wxString & | aMessage, | ||
| int | aMaximum = 100, | ||
| wxWindow * | aParent = nullptr, | ||
| bool | aIndeterminateTaskBarStatus = false, | ||
| int | aStyle = wxPD_APP_MODAL | wxPD_AUTO_HIDE ) | 
Definition at line 28 of file app_progress_dialog.cpp.
References APP_PROGRESS_DIALOG_BASE, m_appProgressIndicator, and m_indeterminateTaskBarStatus.
      
  | 
  overridevirtual | 
Definition at line 45 of file app_progress_dialog.cpp.
References m_appProgressIndicator, and m_indeterminateTaskBarStatus.
Referenced by LEGACY_SYMBOL_LIBS::LoadAllLibraries(), KICAD_MANAGER_FRAME::OnIdle(), and SYMBOL_EDIT_FRAME::SyncLibraries().
      
  | 
  private | 
Definition at line 52 of file app_progress_dialog.h.
Referenced by APP_PROGRESS_DIALOG(), and Update().
      
  | 
  private | 
Definition at line 53 of file app_progress_dialog.h.
Referenced by APP_PROGRESS_DIALOG(), and Update().