CountyDialog Class Reference
[Roadnav Dialog Classes]

Prompts the user to select one or more counties. More...

#include <CountyDialog.h>

List of all members.

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


Detailed Description

Prompts the user to select one or more counties.

Definition at line 41 of file CountyDialog.h.


Constructor & Destructor Documentation

CountyDialog::CountyDialog ( wxWindow *  parent,
wxFont *  pFont,
std::vector< wxString >  vHighlight 
)


Member Function Documentation

void CountyDialog::OnOk ( wxCommandEvent &  event  ) 

Ok clicked - save the selection to the vector m_strSelCounties.

Definition at line 152 of file CountyDialog.cpp.


Member Data Documentation

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.


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

Generated on Sun Jul 27 17:26:09 2008 for Roadnav by  doxygen 1.5.5