#include <identifydlg.h>

Public Member Functions | |
| IdentifyDialog () | |
| Constructors. | |
| IdentifyDialog (wxWindow *parent, wxWindowID id=SYMBOL_IDENTIFYDIALOG_IDNAME, const wxString &caption=SYMBOL_IDENTIFYDIALOG_TITLE, const wxPoint &pos=SYMBOL_IDENTIFYDIALOG_POSITION, const wxSize &size=SYMBOL_IDENTIFYDIALOG_SIZE, long style=SYMBOL_IDENTIFYDIALOG_STYLE) | |
| bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_IDENTIFYDIALOG_IDNAME, const wxString &caption=SYMBOL_IDENTIFYDIALOG_TITLE, const wxPoint &pos=SYMBOL_IDENTIFYDIALOG_POSITION, const wxSize &size=SYMBOL_IDENTIFYDIALOG_SIZE, long style=SYMBOL_IDENTIFYDIALOG_STYLE) |
| Creation. | |
| void | CreateControls () |
| Creates the controls and sizers. | |
| void | Init (a2dCanvasObject *showObject) |
| selected child objects with this as parent will be shown | |
Protected Member Functions | |
| void | hide (wxCommandEvent &) |
| void | OnCloseWindow (wxCloseEvent &event) |
| void | Update (wxCommandEvent &) |
| void | OnActivate (wxActivateEvent &viewevent) |
| void | OnSize (wxSizeEvent &event) |
| void | OnDoEvent (a2dCommandProcessorEvent &event) |
| void | OnComEvent (a2dComEvent &event) |
| wxBitmap | GetBitmapResource (const wxString &name) |
| Retrieves bitmap resources. | |
| wxIcon | GetIconResource (const wxString &name) |
| Retrieves icon resources. | |
Static Protected Member Functions | |
| static bool | ShowToolTips () |
| Should we show tooltips? | |
Protected Attributes | |
| wxListBox * | m_objectsList |
| wxButton * | m_update |
| a2dCanvasObject * | m_showObject |
| selected child objects with this as parent will be shown | |
Definition at line 49 of file identifydlg.h.
| IdentifyDialog::IdentifyDialog | ( | ) |
| bool IdentifyDialog::Create | ( | wxWindow * | parent, | |
| wxWindowID | id = SYMBOL_IDENTIFYDIALOG_IDNAME, |
|||
| const wxString & | caption = SYMBOL_IDENTIFYDIALOG_TITLE, |
|||
| const wxPoint & | pos = SYMBOL_IDENTIFYDIALOG_POSITION, |
|||
| const wxSize & | size = SYMBOL_IDENTIFYDIALOG_SIZE, |
|||
| long | style = SYMBOL_IDENTIFYDIALOG_STYLE | |||
| ) |
| void IdentifyDialog::CreateControls | ( | ) |
Creates the controls and sizers.
Control creation for IdentifyDialog
Definition at line 79 of file identifydlg.cpp.
| bool IdentifyDialog::ShowToolTips | ( | ) | [static, protected] |