Code::Blocks
SVN r11506
|
#include <editarrayfiledlg.h>
Public Member Functions | |
EditArrayFileDlg (wxWindow *parent, wxArrayString &array, bool useRelativePaths=false, const wxString &basePath=_T("")) | |
~EditArrayFileDlg () override | |
EditArrayFileDlg & | operator= (const EditArrayFileDlg &) |
void | EndModal (int retCode) override |
Public Member Functions inherited from wxScrollingDialog | |
wxScrollingDialog () | |
wxScrollingDialog (wxWindow *parent, int id=wxID_ANY, const wxString &title=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE, const wxString &name=_("dialogBox")) | |
Public Member Functions inherited from wxDialog | |
virtual int | ShowModal () |
Protected Member Functions | |
void | OnAdd (wxCommandEvent &event) |
void | OnEdit (wxCommandEvent &event) |
void | OnDelete (wxCommandEvent &event) |
void | OnUpdateUI (wxUpdateUIEvent &event) |
Protected Attributes | |
wxArrayString & | m_Array |
bool | m_UseRelativePaths |
wxString | m_BasePath |
Definition at line 13 of file editarrayfiledlg.h.
EditArrayFileDlg::EditArrayFileDlg | ( | wxWindow * | parent, |
wxArrayString & | array, | ||
bool | useRelativePaths = false , |
||
const wxString & | basePath = _T("") |
||
) |
Definition at line 33 of file editarrayfiledlg.cpp.
References _T, wxFileName::Assign(), wxXmlResource::Get(), wxFileName::GetFullPath(), wxFileName::IsAbsolute(), wxFileName::IsRelative(), wxXmlResource::LoadObject(), wxFileName::MakeRelativeTo(), wxFileName::Normalize(), wxPATH_NORM_ALL, and wxPATH_NORM_CASE.
|
override |
Definition at line 57 of file editarrayfiledlg.cpp.
|
override |
Definition at line 62 of file editarrayfiledlg.cpp.
References wxArrayString::Add(), wxArrayString::Clear(), ScriptBindings::EndModal(), m_Array, and wxID_OK.
|
protected |
Definition at line 78 of file editarrayfiledlg.cpp.
References _(), _T, wxFileName::Assign(), FileFilters::GetFilterAll(), wxFileName::GetFullPath(), wxFileDialog::GetPath(), m_BasePath, m_UseRelativePaths, wxFileName::MakeRelativeTo(), PlaceWindow(), wxFileDialog::ShowModal(), wxFD_OPEN, and wxID_OK.
|
protected |
Definition at line 115 of file editarrayfiledlg.cpp.
References _(), cbMessageBox(), wxID_YES, and wxYES_NO.
|
protected |
Definition at line 96 of file editarrayfiledlg.cpp.
References _(), wxFileName::Assign(), FileFilters::GetFilterAll(), wxFileName::GetFullPath(), m_BasePath, m_UseRelativePaths, wxFileName::MakeRelativeTo(), PlaceWindow(), wxFD_OPEN, and wxID_OK.
|
protected |
Definition at line 124 of file editarrayfiledlg.cpp.
|
inline |
Definition at line 18 of file editarrayfiledlg.h.
References ScriptBindings::EndModal().
|
protected |
Definition at line 25 of file editarrayfiledlg.h.
Referenced by EndModal().
|
protected |
Definition at line 27 of file editarrayfiledlg.h.
|
protected |
Definition at line 26 of file editarrayfiledlg.h.