#include <StateDialog.h>
Public Member Functions | |
| StateDialog (wxWindow *parent) | |
| void | OnOk (wxCommandEvent &event) |
| Ok clicked - save the selection to the vector m_strSelStates. | |
Public Attributes | |
| std::vector< wxString > | m_strSelStates |
Private Attributes | |
| wxListCtrl * | m_ctlStates |
| List control containing the list of states. | |
Definition at line 32 of file MainPage.txt.
| StateDialog::StateDialog | ( | wxWindow * | parent | ) |
| void StateDialog::OnOk | ( | wxCommandEvent & | event | ) |
Ok clicked - save the selection to the vector m_strSelStates.
Definition at line 105 of file StateDialog.cpp.
| std::vector<wxString> StateDialog::m_strSelStates |
Definition at line 46 of file StateDialog.h.
wxListCtrl* StateDialog::m_ctlStates [private] |
1.5.5