#include <infodialog.h>
Public Member Functions | |
| InfoDialog () | |
| Constructors. | |
| InfoDialog (wxWindow *parent, wxWindowID id=SYMBOL_INFODIALOG_IDNAME, const wxString &caption=SYMBOL_INFODIALOG_TITLE, const wxPoint &pos=SYMBOL_INFODIALOG_POSITION, const wxSize &size=SYMBOL_INFODIALOG_SIZE, long style=SYMBOL_INFODIALOG_STYLE) | |
| bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_INFODIALOG_IDNAME, const wxString &caption=SYMBOL_INFODIALOG_TITLE, const wxPoint &pos=SYMBOL_INFODIALOG_POSITION, const wxSize &size=SYMBOL_INFODIALOG_SIZE, long style=SYMBOL_INFODIALOG_STYLE) |
| Creation. | |
| void | CreateControls () |
| Creates the controls and sizers. | |
| void | OnOkButtonClick (wxCommandEvent &event) |
| wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_OK_BUTTON | |
| void | OnHyperlink (wxCommandEvent &event) |
| wxBitmap | GetBitmapResource (const wxString &name) |
| Retrieves bitmap resources. | |
| wxIcon | GetIconResource (const wxString &name) |
| Retrieves icon resources. | |
Static Public Member Functions | |
| static bool | ShowToolTips () |
| Should we show tooltips? | |
Public Attributes | |
| wxPanel * | m_left_panel |
| wxBoxSizer * | m_left_sizer |
| wxStaticText * | m_caenvmetool_rev |
Definition at line 65 of file infodialog.h.
|
|
Constructors. InfoDialog constructors Definition at line 65 of file infodialog.cpp. |
|
||||||||||||||||||||||||||||
|
Definition at line 69 of file infodialog.cpp. References Create(). |
|
||||||||||||||||||||||||||||
|
Creation. InfoDialog creator Definition at line 78 of file infodialog.cpp. References CreateControls(), GetIconResource(), m_caenvmetool_rev, m_left_panel, and m_left_sizer. Referenced by InfoDialog(). |
|
|
Creates the controls and sizers. Control creation for InfoDialog Definition at line 105 of file infodialog.cpp. References wxHyperlinkCtrl::AutoBrowse(), GetBitmapResource(), ID_HYPERLINK, ID_OK_BUTTON, ID_PANEL1, ID_PANEL2, m_caenvmetool_rev, m_left_panel, m_left_sizer, wxHyperlinkCtrl::SetLinkCursor(), wxHyperlinkCtrl::SetURL(), ShowToolTips(), and wxHyperlinkCtrl::UpdateLink(). Referenced by Create(). |
|
|
Retrieves bitmap resources. Get bitmap resources Definition at line 191 of file infodialog.cpp. Referenced by CreateControls(). |
|
|
Retrieves icon resources. Get icon resources Definition at line 209 of file infodialog.cpp. Referenced by Create(). |
|
|
|
|
|
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_OK_BUTTON wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_OK_BUTTON Definition at line 226 of file infodialog.cpp. |
|
|
Should we show tooltips? Should we show tooltips? Definition at line 182 of file infodialog.cpp. Referenced by CreateControls(). |
|
|
Definition at line 104 of file infodialog.h. Referenced by Create(), and CreateControls(). |
|
|
Definition at line 102 of file infodialog.h. Referenced by Create(), and CreateControls(). |
|
|
Definition at line 103 of file infodialog.h. Referenced by Create(), and CreateControls(). |
1.4.6-NO