#include <strucdlg.h>

Public Member Functions | |
| a2dCanvasObjectsDialog (wxWindow *parent, a2dCanvasDocument *document, bool structOnly=true, bool modal=false, long style=(wxCAPTION)) | |
| constructor with a document as entry | |
| a2dCanvasObjectsDialog (wxWindow *parent, a2dCanvasObjectList *total, bool modal=false, long style=(wxCAPTION)) | |
| constructor with a specific list of objects | |
| bool | Create (wxWindow *parent, wxWindowID id, const wxString &caption, const wxPoint &pos, const wxSize &size, long style, const wxString &name) |
| ~a2dCanvasObjectsDialog () | |
| destructor. | |
| a2dCanvasObject * | GetCanvasObject () |
| Pointer to object selected. | |
| void | Init (a2dCanvasObjectList *objects) |
| take over object to show from objects | |
| void | Init (a2dCanvasDocument *document) |
Protected Member Functions | |
| void | CmOk (wxCommandEvent &) |
| Close window if OK-button is pressed. | |
| void | CmApply (wxCommandEvent &) |
| Close window if APPLY-button is pressed. | |
| void | CmCancel (wxCommandEvent &) |
| Close window if CANCEL-button is pressed. | |
| void | OnChangedDocument (a2dCommandEvent &event) |
| document changed | |
| void | OnCloseWindow (wxCloseEvent &event) |
| void | OnComEvent (a2dComEvent &event) |
| void | OnDoEvent (a2dCommandProcessorEvent &event) |
Protected Attributes | |
| bool | m_modal |
| wxPanel * | m_panel |
| wxStaticBox * | m_gb |
| wxStaticText * | m_mess1 |
| wxStaticText * | m_mess2 |
| wxListBox * | m_listbox |
| wxButton * | m_button1 |
| wxButton * | m_button2 |
| wxWindow * | m_parent |
| a2dCanvasObjectList * | m_structurelist |
| Pointer to object list. | |
| a2dCanvasObject * | m_object |
| Pointer to the choosen object. | |
| a2dCanvasDocument * | m_document |
Definition at line 26 of file strucdlg.h.