wxArrayEditorDialog Class Reference
#include <props.h>
List of all members.
Public Member Functions |
bool | Create (wxWindow *parent, const wxString &message, const wxString &caption, long style=wxAEDIALOG_STYLE, const wxPoint &pos=wxDefaultPosition, const wxSize &sz=wxDefaultSize) |
virtual wxVariant | GetDialogValue () const |
virtual wxValidator * | GetTextCtrlValidator () const |
void | Init () |
bool | IsModified () const |
void | OnAddClick (wxCommandEvent &event) |
void | OnDeleteClick (wxCommandEvent &event) |
void | OnDownClick (wxCommandEvent &event) |
void | OnIdle (wxIdleEvent &event) |
void | OnListBoxClick (wxCommandEvent &event) |
void | OnUpClick (wxCommandEvent &event) |
void | OnUpdateClick (wxCommandEvent &event) |
virtual void | SetDialogValue (const wxVariant &WXUNUSED(value)) |
| wxArrayEditorDialog (wxWindow *parent, const wxString &message, const wxString &caption, long style=wxAEDIALOG_STYLE, const wxPoint &pos=wxDefaultPosition, const wxSize &sz=wxDefaultSize) |
| wxArrayEditorDialog () |
virtual | ~wxArrayEditorDialog () |
Protected Member Functions |
virtual wxString | ArrayGet (size_t index)=0 |
virtual size_t | ArrayGetCount ()=0 |
virtual bool | ArrayInsert (const wxString &str, int index)=0 |
virtual void | ArrayRemoveAt (int index)=0 |
virtual bool | ArraySet (size_t index, const wxString &str)=0 |
virtual void | ArraySwap (size_t first, size_t second)=0 |
Protected Attributes |
wxButton * | m_butAdd |
wxButton * | m_butCustom |
wxButton * | m_butDown |
wxButton * | m_butRemove |
wxButton * | m_butUp |
wxButton * | m_butUpdate |
unsigned char | m_curFocus |
const wxChar * | m_custBtText |
wxTextCtrl * | m_edValue |
wxListBox * | m_lbStrings |
bool | m_modified |
Detailed Description
Definition at line 985 of file props.h.
Constructor & Destructor Documentation
wxArrayEditorDialog::wxArrayEditorDialog |
( |
|
) |
|
virtual wxArrayEditorDialog::~wxArrayEditorDialog |
( |
|
) |
[inline, virtual] |
wxArrayEditorDialog::wxArrayEditorDialog |
( |
wxWindow * |
parent, |
|
|
const wxString & |
message, |
|
|
const wxString & |
caption, |
|
|
long |
style = wxAEDIALOG_STYLE , |
|
|
const wxPoint & |
pos = wxDefaultPosition , |
|
|
const wxSize & |
sz = wxDefaultSize | |
|
) |
| | |
Member Function Documentation
virtual wxString wxArrayEditorDialog::ArrayGet |
( |
size_t |
index |
) |
[protected, pure virtual] |
virtual size_t wxArrayEditorDialog::ArrayGetCount |
( |
|
) |
[protected, pure virtual] |
virtual bool wxArrayEditorDialog::ArrayInsert |
( |
const wxString & |
str, |
|
|
int |
index | |
|
) |
| | [protected, pure virtual] |
virtual void wxArrayEditorDialog::ArrayRemoveAt |
( |
int |
index |
) |
[protected, pure virtual] |
virtual bool wxArrayEditorDialog::ArraySet |
( |
size_t |
index, |
|
|
const wxString & |
str | |
|
) |
| | [protected, pure virtual] |
virtual void wxArrayEditorDialog::ArraySwap |
( |
size_t |
first, |
|
|
size_t |
second | |
|
) |
| | [protected, pure virtual] |
bool wxArrayEditorDialog::Create |
( |
wxWindow * |
parent, |
|
|
const wxString & |
message, |
|
|
const wxString & |
caption, |
|
|
long |
style = wxAEDIALOG_STYLE , |
|
|
const wxPoint & |
pos = wxDefaultPosition , |
|
|
const wxSize & |
sz = wxDefaultSize | |
|
) |
| | |
virtual wxVariant wxArrayEditorDialog::GetDialogValue |
( |
|
) |
const [inline, virtual] |
virtual wxValidator* wxArrayEditorDialog::GetTextCtrlValidator |
( |
|
) |
const [inline, virtual] |
Override to return wxValidator to be used with the wxTextCtrl in dialog. Note that the validator is used in the standard wx way, ie. it immediately prevents user from entering invalid input.
Definition at line 1030 of file props.h.
void wxArrayEditorDialog::Init |
( |
|
) |
|
bool wxArrayEditorDialog::IsModified |
( |
|
) |
const [inline] |
void wxArrayEditorDialog::OnAddClick |
( |
wxCommandEvent & |
event |
) |
|
void wxArrayEditorDialog::OnDeleteClick |
( |
wxCommandEvent & |
event |
) |
|
void wxArrayEditorDialog::OnDownClick |
( |
wxCommandEvent & |
event |
) |
|
void wxArrayEditorDialog::OnIdle |
( |
wxIdleEvent & |
event |
) |
|
void wxArrayEditorDialog::OnListBoxClick |
( |
wxCommandEvent & |
event |
) |
|
void wxArrayEditorDialog::OnUpClick |
( |
wxCommandEvent & |
event |
) |
|
void wxArrayEditorDialog::OnUpdateClick |
( |
wxCommandEvent & |
event |
) |
|
virtual void wxArrayEditorDialog::SetDialogValue |
( |
const wxVariant & |
WXUNUSEDvalue |
) |
[inline, virtual] |
Set value modified by dialog.
Definition at line 1009 of file props.h.
Member Data Documentation
The documentation for this class was generated from the following file: