This Dialog Allows The User To Edit CSV Strings.
More...
|
| void | OnSave (wxCommandEvent &) |
| | Sets Date To ReturnDate And Closes Dialog. More...
|
| |
| string | GetCsvString () |
| |
| | CSVManagerDialog (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=wxT(""), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxCAPTION|wxSYSTEM_MENU) |
| | Constructor. More...
|
| |
This Dialog Allows The User To Edit CSV Strings.
Definition at line 280 of file PrefDialog.cpp.
◆ CSVManagerDialog()
| CSVManagerDialog::CSVManagerDialog |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id = wxID_ANY, |
|
|
const wxString & |
title = wxT(""), |
|
|
const wxPoint & |
pos = wxDefaultPosition, |
|
|
const wxSize & |
size = wxDefaultSize, |
|
|
long |
style = wxCAPTION|wxSYSTEM_MENU |
|
) |
| |
◆ GetCsvString()
| string CSVManagerDialog::GetCsvString |
( |
| ) |
|
|
inline |
◆ OnSave()
| void CSVManagerDialog::OnSave |
( |
wxCommandEvent & |
| ) |
|
Sets Date To ReturnDate And Closes Dialog.
Definition at line 366 of file PrefDialog.cpp.
◆ CsvList
| wxEditableListBox* CSVManagerDialog::CsvList |
|
protected |
◆ CsvString
| string CSVManagerDialog::CsvString |
|
protected |
◆ NameCtrl
| wxTextCtrl* CSVManagerDialog::NameCtrl |
|
protected |
◆ NameText
| wxStaticText* CSVManagerDialog::NameText |
|
protected |
◆ SaveButton
| wxButton* CSVManagerDialog::SaveButton |
|
protected |
The documentation for this class was generated from the following file: