HatchKeeper  0.90
The Free Open-Source Egg Incubation Software
CSVManagerDialog Class Reference

This Dialog Allows The User To Edit CSV Strings. More...

Inheritance diagram for CSVManagerDialog:

Public Member Functions

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...
 

Protected Attributes

wxStaticText * NameText
 
wxTextCtrl * NameCtrl
 
wxEditableListBox * CsvList
 
wxButton * SaveButton
 
string CsvString
 

Detailed Description

This Dialog Allows The User To Edit CSV Strings.

Definition at line 280 of file PrefDialog.cpp.

Constructor & Destructor Documentation

◆ 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 
)

Constructor.

Definition at line 296 of file PrefDialog.cpp.

Member Function Documentation

◆ GetCsvString()

string CSVManagerDialog::GetCsvString ( )
inline

Definition at line 290 of file PrefDialog.cpp.

◆ OnSave()

void CSVManagerDialog::OnSave ( wxCommandEvent &  )

Sets Date To ReturnDate And Closes Dialog.

Definition at line 366 of file PrefDialog.cpp.

Member Data Documentation

◆ CsvList

wxEditableListBox* CSVManagerDialog::CsvList
protected

Definition at line 285 of file PrefDialog.cpp.

◆ CsvString

string CSVManagerDialog::CsvString
protected

Definition at line 287 of file PrefDialog.cpp.

◆ NameCtrl

wxTextCtrl* CSVManagerDialog::NameCtrl
protected

Definition at line 284 of file PrefDialog.cpp.

◆ NameText

wxStaticText* CSVManagerDialog::NameText
protected

Definition at line 283 of file PrefDialog.cpp.

◆ SaveButton

wxButton* CSVManagerDialog::SaveButton
protected

Definition at line 286 of file PrefDialog.cpp.


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