#include <MiscDialogs.h>
Public Member Functions | |
| TMyMultipleChoiceDialog () | |
| Default constructor. | |
| TMyMultipleChoiceDialog (wxWindow *parent, const wxString &message, const wxString &caption, int n, const wxString choices[]=NULL, int options=wxOK|wxCANCEL|wxCENTRE, const wxPoint &pos=wxDefaultPosition) | |
| Constructor. | |
| virtual | ~TMyMultipleChoiceDialog () |
| Destructor. | |
| virtual void | Check (int item, bool check=TRUE) |
| Check an item. | |
| virtual void | CheckAll (bool check=TRUE) |
| Uncheck all items. | |
| virtual bool | IsChecked (int item) const |
| Is an item checked? | |
| virtual void | OnOK (wxCommandEvent &ev) |
| OK button event handler. | |
Private Attributes | |
| wxCheckListBox * | clb |
| The checklist-box. | |
| vector< bool > | check |
|
|
Default constructor.
|
|
||||||||||||||||||||||||||||||||
|
Constructor.
|
|
|
Destructor.
|
|
||||||||||||
|
Check an item.
|
|
|
Uncheck all items.
|
|
|
Is an item checked?
|
|
|
OK button event handler.
|
|
|
|
|
|
The checklist-box.
|
1.4.1