|
KiCad PCB EDA Suite
|
Class DIALOG_AUTOSAVE_RECOVERY_BASE. More...
#include <dialog_autosave_recovery_base.h>
Public Member Functions | |
| DIALOG_AUTOSAVE_RECOVERY_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Auto-Save Recovery"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(600, 400), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER) | |
| ~DIALOG_AUTOSAVE_RECOVERY_BASE () | |
Protected Member Functions | |
| virtual void | OnRestore (wxCommandEvent &event) |
| virtual void | OnKeepCurrent (wxCommandEvent &event) |
| virtual void | OnKeepBoth (wxCommandEvent &event) |
| virtual void | OnCancel (wxCommandEvent &event) |
Protected Attributes | |
| wxBoxSizer * | bMainSizer |
| wxStaticText * | m_explanation |
| wxListCtrl * | m_fileList |
| wxButton * | m_btnRestore |
| wxButton * | m_btnKeepCurrent |
| wxButton * | m_btnKeepBoth |
| wxButton * | m_btnCancel |
Class DIALOG_AUTOSAVE_RECOVERY_BASE.
Definition at line 32 of file dialog_autosave_recovery_base.h.
| DIALOG_AUTOSAVE_RECOVERY_BASE::DIALOG_AUTOSAVE_RECOVERY_BASE | ( | wxWindow * | parent, |
| wxWindowID | id = wxID_ANY, | ||
| const wxString & | title = _("Auto-Save Recovery"), | ||
| const wxPoint & | pos = wxDefaultPosition, | ||
| const wxSize & | size = wxSize( 600,400 ), | ||
| long | style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ) |
Definition at line 12 of file dialog_autosave_recovery_base.cpp.
References _, bMainSizer, m_btnCancel, m_btnKeepBoth, m_btnKeepCurrent, m_btnRestore, m_explanation, m_fileList, OnCancel(), OnKeepBoth(), OnKeepCurrent(), and OnRestore().
Referenced by DIALOG_AUTOSAVE_RECOVERY::DIALOG_AUTOSAVE_RECOVERY().
| DIALOG_AUTOSAVE_RECOVERY_BASE::~DIALOG_AUTOSAVE_RECOVERY_BASE | ( | ) |
Definition at line 69 of file dialog_autosave_recovery_base.cpp.
References m_btnCancel, m_btnKeepBoth, m_btnKeepCurrent, m_btnRestore, OnCancel(), OnKeepBoth(), OnKeepCurrent(), and OnRestore().
|
inlineprotectedvirtual |
Reimplemented in DIALOG_AUTOSAVE_RECOVERY.
Definition at line 49 of file dialog_autosave_recovery_base.h.
Referenced by DIALOG_AUTOSAVE_RECOVERY_BASE(), and ~DIALOG_AUTOSAVE_RECOVERY_BASE().
|
inlineprotectedvirtual |
Reimplemented in DIALOG_AUTOSAVE_RECOVERY.
Definition at line 48 of file dialog_autosave_recovery_base.h.
Referenced by DIALOG_AUTOSAVE_RECOVERY_BASE(), and ~DIALOG_AUTOSAVE_RECOVERY_BASE().
|
inlineprotectedvirtual |
Reimplemented in DIALOG_AUTOSAVE_RECOVERY.
Definition at line 47 of file dialog_autosave_recovery_base.h.
Referenced by DIALOG_AUTOSAVE_RECOVERY_BASE(), and ~DIALOG_AUTOSAVE_RECOVERY_BASE().
|
inlineprotectedvirtual |
Reimplemented in DIALOG_AUTOSAVE_RECOVERY.
Definition at line 46 of file dialog_autosave_recovery_base.h.
Referenced by DIALOG_AUTOSAVE_RECOVERY_BASE(), and ~DIALOG_AUTOSAVE_RECOVERY_BASE().
|
protected |
Definition at line 37 of file dialog_autosave_recovery_base.h.
Referenced by DIALOG_AUTOSAVE_RECOVERY_BASE().
|
protected |
Definition at line 43 of file dialog_autosave_recovery_base.h.
Referenced by DIALOG_AUTOSAVE_RECOVERY_BASE(), and ~DIALOG_AUTOSAVE_RECOVERY_BASE().
|
protected |
Definition at line 42 of file dialog_autosave_recovery_base.h.
Referenced by DIALOG_AUTOSAVE_RECOVERY_BASE(), DIALOG_AUTOSAVE_RECOVERY::updateActionButtons(), and ~DIALOG_AUTOSAVE_RECOVERY_BASE().
|
protected |
Definition at line 41 of file dialog_autosave_recovery_base.h.
Referenced by DIALOG_AUTOSAVE_RECOVERY_BASE(), DIALOG_AUTOSAVE_RECOVERY::updateActionButtons(), and ~DIALOG_AUTOSAVE_RECOVERY_BASE().
|
protected |
Definition at line 40 of file dialog_autosave_recovery_base.h.
Referenced by DIALOG_AUTOSAVE_RECOVERY_BASE(), DIALOG_AUTOSAVE_RECOVERY::updateActionButtons(), and ~DIALOG_AUTOSAVE_RECOVERY_BASE().
|
protected |
Definition at line 38 of file dialog_autosave_recovery_base.h.
Referenced by DIALOG_AUTOSAVE_RECOVERY_BASE().
|
protected |
Definition at line 39 of file dialog_autosave_recovery_base.h.
Referenced by DIALOG_AUTOSAVE_RECOVERY::DIALOG_AUTOSAVE_RECOVERY(), DIALOG_AUTOSAVE_RECOVERY_BASE(), DIALOG_AUTOSAVE_RECOVERY::GetSelectedStale(), and DIALOG_AUTOSAVE_RECOVERY::updateActionButtons().