#include <TItemEditDialog.h>
Public Member Functions | |
| TItemEditDialog (wxWindow *parent, const wxString &title, TVectorItem &_vi) | |
| Constructor. | |
| virtual | ~TItemEditDialog () |
| Destructor. | |
| virtual void | OnCharHook (wxKeyEvent &event) |
| Key event handler. | |
| virtual void | OnColor (wxCommandEvent &ev) |
| Color button event handler. | |
| virtual void | OnOK (wxCommandEvent &ev) |
| OK button event handler. | |
| virtual void | OnCancel (wxCommandEvent &ev) |
| Cancel button event handler. | |
| virtual void | OnUseOffset (wxCommandEvent &ev) |
| Offset checkbox event handler. | |
| virtual void | OnList (wxCommandEvent &WXUNUSED(ev)) |
| Context list box event handler. | |
| virtual void | initlb () |
| Initialized list box. | |
Public Attributes | |
| TVectorItem * | vi |
| Pointer to the TVectorItem. | |
| wxRadioBox * | rb |
| The different item types. | |
| wxCheckBox * | useOffset |
| The offset checkbox. | |
| wxTextCtrl * | offset |
| The offset value. | |
| wxListBox * | lb |
| The list box. | |
|
||||||||||||||||
|
Constructor.
|
|
|
Destructor.
|
|
|
Initialized list box.
|
|
|
Cancel button event handler.
|
|
|
Key event handler.
|
|
|
Color button event handler.
|
|
|
Context list box event handler.
|
|
|
OK button event handler.
|
|
|
Offset checkbox event handler.
|
|
|
The list box.
|
|
|
The offset value.
|
|
|
The different item types.
|
|
|
The offset checkbox.
|
|
|
Pointer to the TVectorItem.
|
1.4.1