#include <groupdlg.h>

Public Member Functions | |
| a2dGroupDlg (wxFrame *parent, const wxString &title=wxT("group settings"), long style=(wxDEFAULT_DIALOG_STYLE), const wxString &name=_T("frame")) | |
| void | Init () |
| void | OnCloseWindow (wxCloseEvent &event) |
Protected Member Functions | |
| void | CmAdd_A (wxCommandEvent &) |
| void | CmAdd_B (wxCommandEvent &) |
| void | CmAdd_D (wxCommandEvent &) |
| void | CmRemove_A (wxCommandEvent &) |
| void | CmRemove_B (wxCommandEvent &) |
| void | CmRemove_D (wxCommandEvent &) |
| void | CmClear_A (wxCommandEvent &) |
| void | CmClear_B (wxCommandEvent &) |
| void | CmOk (wxCommandEvent &) |
| void | CmCancel (wxCommandEvent &) |
Protected Attributes | |
| wxListCtrl * | m_listbox_main |
| wxCheckBox * | m_onlyselect_A |
| wxCheckBox * | m_onlyselect_B |
| wxListCtrl * | m_listbox_a |
| wxListCtrl * | m_listbox_b |
| wxTextCtrl * | m_destination |
| int | m_target |
| wxCheckBox * | m_clearTarget |
| a2dSmrtPtr< a2dLayers > | m_layersetup |
Definition at line 23 of file groupdlg.h.