KiCad PCB EDA Suite
Loading...
Searching...
No Matches
DIALOG_AUTOSAVE_RECOVERY_BASE Class Reference

Class DIALOG_AUTOSAVE_RECOVERY_BASE. More...

#include <dialog_autosave_recovery_base.h>

Inheritance diagram for DIALOG_AUTOSAVE_RECOVERY_BASE:
DIALOG_AUTOSAVE_RECOVERY

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
 

Detailed Description

Constructor & Destructor Documentation

◆ DIALOG_AUTOSAVE_RECOVERY_BASE()

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 )

◆ ~DIALOG_AUTOSAVE_RECOVERY_BASE()

DIALOG_AUTOSAVE_RECOVERY_BASE::~DIALOG_AUTOSAVE_RECOVERY_BASE ( )

Member Function Documentation

◆ OnCancel()

virtual void DIALOG_AUTOSAVE_RECOVERY_BASE::OnCancel ( wxCommandEvent & event)
inlineprotectedvirtual

◆ OnKeepBoth()

virtual void DIALOG_AUTOSAVE_RECOVERY_BASE::OnKeepBoth ( wxCommandEvent & event)
inlineprotectedvirtual

◆ OnKeepCurrent()

virtual void DIALOG_AUTOSAVE_RECOVERY_BASE::OnKeepCurrent ( wxCommandEvent & event)
inlineprotectedvirtual

◆ OnRestore()

virtual void DIALOG_AUTOSAVE_RECOVERY_BASE::OnRestore ( wxCommandEvent & event)
inlineprotectedvirtual

Member Data Documentation

◆ bMainSizer

wxBoxSizer* DIALOG_AUTOSAVE_RECOVERY_BASE::bMainSizer
protected

Definition at line 37 of file dialog_autosave_recovery_base.h.

Referenced by DIALOG_AUTOSAVE_RECOVERY_BASE().

◆ m_btnCancel

wxButton* DIALOG_AUTOSAVE_RECOVERY_BASE::m_btnCancel
protected

◆ m_btnKeepBoth

wxButton* DIALOG_AUTOSAVE_RECOVERY_BASE::m_btnKeepBoth
protected

◆ m_btnKeepCurrent

wxButton* DIALOG_AUTOSAVE_RECOVERY_BASE::m_btnKeepCurrent
protected

◆ m_btnRestore

wxButton* DIALOG_AUTOSAVE_RECOVERY_BASE::m_btnRestore
protected

◆ m_explanation

wxStaticText* DIALOG_AUTOSAVE_RECOVERY_BASE::m_explanation
protected

Definition at line 38 of file dialog_autosave_recovery_base.h.

Referenced by DIALOG_AUTOSAVE_RECOVERY_BASE().

◆ m_fileList


The documentation for this class was generated from the following files: