|
wxArt2D
|
#include <groupdlg.h>


Public Member Functions | |
| a2dGroupDlg (a2dHabitat *habitat, 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 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 |
| a2dHabitat * | m_habitat |
This class is used to show an execution dialog, in which commands from history can be given to the commandline to be executed by pressing the EXECUTE-button.
Definition at line 23 of file groupdlg.h.