#include <ax/ax_menu_choice.h>

Public Member Functions | |
| AxChoiceValidator (const AxChoiceValidator &validator) | |
| AxChoiceValidator (wxString *ptr) | |
| AxChoiceValidator (int *ptr) | |
| AxChoiceValidator () | |
| ~AxChoiceValidator () | |
| void | Copy (const AxChoiceValidator &validator) |
| virtual AxValidator * | Clone () const |
| Override to make the object clonable. | |
| virtual bool | TransferDataFromMenu () |
| Override to pass a value from the UI to a data structure. | |
| virtual bool | TransferDataToMenu () |
| Override to pass a value from a data structure to the UI. | |
| void | Init () |
| Initialize variables. | |
Protected Attributes | |
| wxString * | m_stringPtr |
| int * | m_intPtr |
| AxChoiceValidator::AxChoiceValidator | ( | const AxChoiceValidator & | validator | ) | [inline] |
| AxChoiceValidator::AxChoiceValidator | ( | wxString * | ptr | ) | [inline] |
| AxChoiceValidator::AxChoiceValidator | ( | int * | ptr | ) | [inline] |
| AxChoiceValidator::AxChoiceValidator | ( | ) | [inline] |
| AxChoiceValidator::~AxChoiceValidator | ( | ) | [inline] |
| virtual AxValidator* AxChoiceValidator::Clone | ( | ) | const [inline, virtual] |
| void AxChoiceValidator::Copy | ( | const AxChoiceValidator & | validator | ) | [inline] |
| void AxChoiceValidator::Init | ( | ) | [inline] |
| bool AxChoiceValidator::TransferDataFromMenu | ( | ) | [virtual] |
| bool AxChoiceValidator::TransferDataToMenu | ( | ) | [virtual] |
int* AxChoiceValidator::m_intPtr [protected] |
wxString* AxChoiceValidator::m_stringPtr [protected] |
1.5.8