#include <about_dialog.h>
Definition at line 68 of file about_dialog.h.
Public Member Functions | |
| AboutDialog () | |
| Constructors. | |
| AboutDialog (wxWindow *parent, wxWindowID id=SYMBOL_ABOUTDIALOG_IDNAME, const wxString &caption=SYMBOL_ABOUTDIALOG_TITLE, const wxPoint &pos=SYMBOL_ABOUTDIALOG_POSITION, const wxSize &size=SYMBOL_ABOUTDIALOG_SIZE, long style=SYMBOL_ABOUTDIALOG_STYLE) | |
| bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_ABOUTDIALOG_IDNAME, const wxString &caption=SYMBOL_ABOUTDIALOG_TITLE, const wxPoint &pos=SYMBOL_ABOUTDIALOG_POSITION, const wxSize &size=SYMBOL_ABOUTDIALOG_SIZE, long style=SYMBOL_ABOUTDIALOG_STYLE) |
| Creation. | |
| void | CreateControls () |
| Creates the controls and sizers. | |
| 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? | |
| AboutDialog::AboutDialog | ( | ) |
AboutDialog constructors
Definition at line 64 of file about_dialog.cpp.
| AboutDialog::AboutDialog | ( | wxWindow * | parent, | |
| wxWindowID | id = SYMBOL_ABOUTDIALOG_IDNAME, |
|||
| const wxString & | caption = SYMBOL_ABOUTDIALOG_TITLE, |
|||
| const wxPoint & | pos = SYMBOL_ABOUTDIALOG_POSITION, |
|||
| const wxSize & | size = SYMBOL_ABOUTDIALOG_SIZE, |
|||
| long | style = SYMBOL_ABOUTDIALOG_STYLE | |||
| ) |
Definition at line 68 of file about_dialog.cpp.
References Create().
Here is the call graph for this function:

| bool AboutDialog::Create | ( | wxWindow * | parent, | |
| wxWindowID | id = SYMBOL_ABOUTDIALOG_IDNAME, |
|||
| const wxString & | caption = SYMBOL_ABOUTDIALOG_TITLE, |
|||
| const wxPoint & | pos = SYMBOL_ABOUTDIALOG_POSITION, |
|||
| const wxSize & | size = SYMBOL_ABOUTDIALOG_SIZE, |
|||
| long | style = SYMBOL_ABOUTDIALOG_STYLE | |||
| ) |
AboutDialog creator
Definition at line 77 of file about_dialog.cpp.
References CreateControls().
Referenced by AboutDialog().
Here is the call graph for this function:

Here is the caller graph for this function:

| void AboutDialog::CreateControls | ( | ) |
Control creation for AboutDialog
Definition at line 98 of file about_dialog.cpp.
Referenced by Create().
Here is the caller graph for this function:

| wxBitmap AboutDialog::GetBitmapResource | ( | const wxString & | name | ) |
Get bitmap resources
Definition at line 140 of file about_dialog.cpp.
| wxIcon AboutDialog::GetIconResource | ( | const wxString & | name | ) |
Get icon resources
Definition at line 152 of file about_dialog.cpp.
| bool AboutDialog::ShowToolTips | ( | ) | [static] |
Should we show tooltips?
Definition at line 131 of file about_dialog.cpp.
1.4.7