KiCad PCB EDA Suite
|
#include <filedlg_new_project.h>
Public Member Functions | |
FILEDLG_NEW_PROJECT () | |
virtual void | AddCustomControls (wxFileDialogCustomize &customizer) override |
virtual void | TransferDataFromCustomControls () override |
Gets the selected state of the create new directory checkbox. | |
bool | GetCreateNewDir () const |
Private Member Functions | |
wxDECLARE_NO_COPY_CLASS (FILEDLG_NEW_PROJECT) | |
Private Attributes | |
bool | m_createNewDir = true |
wxFileDialogCheckBox * | m_cb = nullptr |
Definition at line 25 of file filedlg_new_project.h.
|
inline |
Definition at line 28 of file filedlg_new_project.h.
Referenced by wxDECLARE_NO_COPY_CLASS().
|
inlineoverridevirtual |
Definition at line 30 of file filedlg_new_project.h.
|
inline |
Definition at line 46 of file filedlg_new_project.h.
References m_createNewDir.
Referenced by KICAD_MANAGER_CONTROL::NewProject(), and KICAD_MANAGER_CONTROL::newProjectDirectory().
|
inlineoverridevirtual |
Gets the selected state of the create new directory checkbox.
Definition at line 40 of file filedlg_new_project.h.
References m_cb, and m_createNewDir.
|
private |
References FILEDLG_NEW_PROJECT().
|
private |
Definition at line 51 of file filedlg_new_project.h.
Referenced by AddCustomControls(), and TransferDataFromCustomControls().
|
private |
Definition at line 49 of file filedlg_new_project.h.
Referenced by GetCreateNewDir(), and TransferDataFromCustomControls().