#include <version_dialog.h>
Definition at line 68 of file version_dialog.h.
Public Member Functions | |
VersionDialog () | |
Constructors. | |
VersionDialog (wxWindow *parent, wxWindowID id=SYMBOL_VERSIONDIALOG_IDNAME, const wxString &caption=SYMBOL_VERSIONDIALOG_TITLE, const wxPoint &pos=SYMBOL_VERSIONDIALOG_POSITION, const wxSize &size=SYMBOL_VERSIONDIALOG_SIZE, long style=SYMBOL_VERSIONDIALOG_STYLE) | |
bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_VERSIONDIALOG_IDNAME, const wxString &caption=SYMBOL_VERSIONDIALOG_TITLE, const wxPoint &pos=SYMBOL_VERSIONDIALOG_POSITION, const wxSize &size=SYMBOL_VERSIONDIALOG_SIZE, long style=SYMBOL_VERSIONDIALOG_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? |
VersionDialog::VersionDialog | ( | ) |
VersionDialog constructors
Definition at line 66 of file version_dialog.cpp.
VersionDialog::VersionDialog | ( | wxWindow * | parent, | |
wxWindowID | id = SYMBOL_VERSIONDIALOG_IDNAME , |
|||
const wxString & | caption = SYMBOL_VERSIONDIALOG_TITLE , |
|||
const wxPoint & | pos = SYMBOL_VERSIONDIALOG_POSITION , |
|||
const wxSize & | size = SYMBOL_VERSIONDIALOG_SIZE , |
|||
long | style = SYMBOL_VERSIONDIALOG_STYLE | |||
) |
Definition at line 70 of file version_dialog.cpp.
References Create().
Here is the call graph for this function:
bool VersionDialog::Create | ( | wxWindow * | parent, | |
wxWindowID | id = SYMBOL_VERSIONDIALOG_IDNAME , |
|||
const wxString & | caption = SYMBOL_VERSIONDIALOG_TITLE , |
|||
const wxPoint & | pos = SYMBOL_VERSIONDIALOG_POSITION , |
|||
const wxSize & | size = SYMBOL_VERSIONDIALOG_SIZE , |
|||
long | style = SYMBOL_VERSIONDIALOG_STYLE | |||
) |
MyDialog creator
Definition at line 79 of file version_dialog.cpp.
References CreateControls().
Referenced by VersionDialog().
Here is the call graph for this function:
Here is the caller graph for this function:
void VersionDialog::CreateControls | ( | ) |
Control creation for MyDialog
Definition at line 100 of file version_dialog.cpp.
Referenced by Create().
Here is the caller graph for this function:
wxBitmap VersionDialog::GetBitmapResource | ( | const wxString & | name | ) |
Get bitmap resources
Definition at line 136 of file version_dialog.cpp.
wxIcon VersionDialog::GetIconResource | ( | const wxString & | name | ) |
Get icon resources
Definition at line 148 of file version_dialog.cpp.
bool VersionDialog::ShowToolTips | ( | ) | [static] |
Should we show tooltips?
Definition at line 127 of file version_dialog.cpp.