FS2_Open
Open source remastering of the Freespace 2 engine
fredBase::dlgAboutBox Class Reference

Class dlgAboutBox. More...

#include <wxfred_base.h>

Inheritance diagram for fredBase::dlgAboutBox:
dlgAboutBox

Public Member Functions

 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 Types

enum  { ID_dlgAboutBox = 1000 }
 

Protected Member Functions

virtual void OnClose (wxCloseEvent &event)
 

Protected Attributes

wxStaticBitmap * bmpLogo
 
wxStaticText * lblAppTitle
 
wxStaticText * lblCopywrite
 
wxStaticText * lblDevelopers
 
wxStaticText * lblQuote
 
wxButton * btnOK
 
wxButton * btnReportBug
 
wxButton * btnVisitForums
 

Detailed Description

Class dlgAboutBox.

Definition at line 1793 of file wxfred_base.h.

Member Enumeration Documentation

anonymous enum
protected
Enumerator
ID_dlgAboutBox 

Definition at line 1803 of file wxfred_base.h.

Constructor & Destructor Documentation

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 
)

Definition at line 5193 of file wxfred_base.cpp.

dlgAboutBox::~dlgAboutBox ( )

Definition at line 5272 of file wxfred_base.cpp.

Member Function Documentation

virtual void fredBase::dlgAboutBox::OnClose ( wxCloseEvent &  event)
inlineprotectedvirtual

Reimplemented in dlgAboutBox.

Definition at line 1818 of file wxfred_base.h.

Member Data Documentation

wxStaticBitmap* fredBase::dlgAboutBox::bmpLogo
protected

Definition at line 1808 of file wxfred_base.h.

wxButton* fredBase::dlgAboutBox::btnOK
protected

Definition at line 1813 of file wxfred_base.h.

wxButton* fredBase::dlgAboutBox::btnReportBug
protected

Definition at line 1814 of file wxfred_base.h.

wxButton* fredBase::dlgAboutBox::btnVisitForums
protected

Definition at line 1815 of file wxfred_base.h.

wxStaticText* fredBase::dlgAboutBox::lblAppTitle
protected

Definition at line 1809 of file wxfred_base.h.

wxStaticText* fredBase::dlgAboutBox::lblCopywrite
protected

Definition at line 1810 of file wxfred_base.h.

wxStaticText* fredBase::dlgAboutBox::lblDevelopers
protected

Definition at line 1811 of file wxfred_base.h.

wxStaticText* fredBase::dlgAboutBox::lblQuote
protected

Definition at line 1812 of file wxfred_base.h.


The documentation for this class was generated from the following files: