![]() |
wxIScan
|
The (abstract) option for an options dialog. More...
#include <wxoptionsdialog.h>
Public Member Functions | |
wxOptionBase () | |
Default constructor. | |
virtual | ~wxOptionBase () |
Virtual destructor. | |
virtual bool | AddToSizer (wxBoxSizer *poSizer)=0 |
... | |
virtual void | Setup (wxWindow *poWindow, int nId)=0 |
... | |
virtual void | StoreValue ()=0 |
In implementation: Store the value in the connected variables. |
The (abstract) option for an options dialog.
This class represents an (abstract) option (more or less an inteface) used by inheriting classes in an options dialog.
Definition at line 39 of file wxoptionsdialog.h.
wxOptionBase::wxOptionBase | ( | ) | [inline] |
virtual wxOptionBase::~wxOptionBase | ( | ) | [inline, virtual] |
virtual bool wxOptionBase::AddToSizer | ( | wxBoxSizer * | poSizer | ) | [pure virtual] |
...
Implemented in wxOptionStaticLine, wxOptionCheckBox, wxOptionTextBox, and wxOptionComboBox.
Referenced by wxOptionsDialog::SetupDialog().
virtual void wxOptionBase::Setup | ( | wxWindow * | poWindow, |
int | nId | ||
) | [pure virtual] |
...
Implemented in wxOptionStaticLine, wxOptionCheckBox, wxOptionTextBox, and wxOptionComboBox.
Referenced by wxOptionsDialog::AppendOption().
virtual void wxOptionBase::StoreValue | ( | ) | [pure virtual] |
In implementation: Store the value in the connected variables.
Implemented in wxOptionStaticLine, wxOptionCheckBox, wxOptionTextBox, and wxOptionComboBox.
Referenced by wxOptionsDialog::OnOk().