|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <dlgaboutbox.h>
Public Member Functions | |
| dlgAboutBox (wxWindow *parent, wxWindowID id) | |
Public Member Functions inherited from fredBase::dlgAboutBox | |
| dlgAboutBox (wxWindow *parent, wxWindowID id=ID_dlgAboutBox, const wxString &title=wxT("About FRED2"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxCAPTION|wxCLOSE_BOX|wxSTAY_ON_TOP|wxSYSTEM_MENU) | |
| ~dlgAboutBox () | |
Protected Member Functions | |
| dlgAboutBox (void) | |
| dlgAboutBox (const dlgAboutBox &T) | |
| void | OnClose (wxCloseEvent &event) |
Additional Inherited Members | |
Protected Types inherited from fredBase::dlgAboutBox | |
| enum | { ID_dlgAboutBox = 1000 } |
Protected Attributes inherited from fredBase::dlgAboutBox | |
| wxStaticBitmap * | bmpLogo |
| wxStaticText * | lblAppTitle |
| wxStaticText * | lblCopywrite |
| wxStaticText * | lblDevelopers |
| wxStaticText * | lblQuote |
| wxButton * | btnOK |
| wxButton * | btnReportBug |
| wxButton * | btnVisitForums |
Definition at line 15 of file dlgaboutbox.h.
| dlgAboutBox::dlgAboutBox | ( | wxWindow * | parent, |
| wxWindowID | id | ||
| ) |
Definition at line 17 of file dlgaboutbox.cpp.
|
protected |
|
protected |
|
protectedvirtual |
Reimplemented from fredBase::dlgAboutBox.
Definition at line 23 of file dlgaboutbox.cpp.