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

Class dlgShieldSystemEditor. More...

#include <wxfred_base.h>

Inheritance diagram for fredBase::dlgShieldSystemEditor:
dlgShieldSystemEditor

Public Member Functions

 dlgShieldSystemEditor (wxWindow *parent, wxWindowID id=ID_dlgShieldSystemEditor, const wxString &title=wxT("Shield System Editor"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(350, 153), long style=wxDEFAULT_DIALOG_STYLE)
 
 ~dlgShieldSystemEditor ()
 

Protected Types

enum  { ID_dlgShieldSystemEditor = 1000 }
 

Protected Member Functions

virtual void OnClose (wxCloseEvent &event)
 

Protected Attributes

wxChoice * cboShipType
 
wxRadioButton * optShipTypeHasShieldSystem
 
wxRadioButton * optShipTypeNoShieldSystem
 
wxChoice * cboShipTeam
 
wxRadioButton * optShipTeamHasShieldSystem
 
wxRadioButton * optShipTeamNoShieldSystem
 
wxStdDialogButtonSizer * dlgShieldConfirm
 
wxButton * dlgShieldConfirmOK
 
wxButton * dlgShieldConfirmCancel
 

Detailed Description

Class dlgShieldSystemEditor.

Definition at line 1546 of file wxfred_base.h.

Member Enumeration Documentation

anonymous enum
protected
Enumerator
ID_dlgShieldSystemEditor 

Definition at line 1556 of file wxfred_base.h.

Constructor & Destructor Documentation

dlgShieldSystemEditor::dlgShieldSystemEditor ( wxWindow *  parent,
wxWindowID  id = ID_dlgShieldSystemEditor,
const wxString &  title = wxT("Shield System Editor"),
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxSize( 350,153 ),
long  style = wxDEFAULT_DIALOG_STYLE 
)

Definition at line 4572 of file wxfred_base.cpp.

dlgShieldSystemEditor::~dlgShieldSystemEditor ( )

Definition at line 4637 of file wxfred_base.cpp.

Member Function Documentation

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

Reimplemented in dlgShieldSystemEditor.

Definition at line 1572 of file wxfred_base.h.

Member Data Documentation

wxChoice* fredBase::dlgShieldSystemEditor::cboShipTeam
protected

Definition at line 1564 of file wxfred_base.h.

wxChoice* fredBase::dlgShieldSystemEditor::cboShipType
protected

Definition at line 1561 of file wxfred_base.h.

wxStdDialogButtonSizer* fredBase::dlgShieldSystemEditor::dlgShieldConfirm
protected

Definition at line 1567 of file wxfred_base.h.

wxButton* fredBase::dlgShieldSystemEditor::dlgShieldConfirmCancel
protected

Definition at line 1569 of file wxfred_base.h.

wxButton* fredBase::dlgShieldSystemEditor::dlgShieldConfirmOK
protected

Definition at line 1568 of file wxfred_base.h.

wxRadioButton* fredBase::dlgShieldSystemEditor::optShipTeamHasShieldSystem
protected

Definition at line 1565 of file wxfred_base.h.

wxRadioButton* fredBase::dlgShieldSystemEditor::optShipTeamNoShieldSystem
protected

Definition at line 1566 of file wxfred_base.h.

wxRadioButton* fredBase::dlgShieldSystemEditor::optShipTypeHasShieldSystem
protected

Definition at line 1562 of file wxfred_base.h.

wxRadioButton* fredBase::dlgShieldSystemEditor::optShipTypeNoShieldSystem
protected

Definition at line 1563 of file wxfred_base.h.


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