#include <CountyDialog.h>
Public Member Functions | |
| CountyDialog (wxWindow *parent, wxFont *pFont, std::vector< wxString > vHighlight) | |
| void | OnOk (wxCommandEvent &event) |
| Ok clicked - save the selection to the vector m_strSelCounties. | |
Public Attributes | |
| std::vector< wxString > | m_strSelCounties |
Private Attributes | |
| wxListCtrl * | m_ctlCounties |
| multiselect list control containing the list of counties | |
Definition at line 41 of file CountyDialog.h.
| CountyDialog::CountyDialog | ( | wxWindow * | parent, | |
| wxFont * | pFont, | |||
| std::vector< wxString > | vHighlight | |||
| ) |
| void CountyDialog::OnOk | ( | wxCommandEvent & | event | ) |
Ok clicked - save the selection to the vector m_strSelCounties.
Definition at line 152 of file CountyDialog.cpp.
| std::vector<wxString> CountyDialog::m_strSelCounties |
Definition at line 47 of file CountyDialog.h.
wxListCtrl* CountyDialog::m_ctlCounties [private] |
multiselect list control containing the list of counties
Definition at line 51 of file CountyDialog.h.
1.5.5