| 
    FS2_Open
    
   Open source remastering of the Freespace 2 engine 
   | 
 
#include <dlgasteroidfieldeditor.h>
  
 Public Member Functions | |
| dlgAsteroidFieldEditor (wxWindow *parent, wxWindowID id) | |
  Public Member Functions inherited from fredBase::dlgAsteroidFieldEditor | |
| dlgAsteroidFieldEditor (wxWindow *parent, wxWindowID id=ID_dlgAsteroidFieldEditor, const wxString &title=wxT("Asteroid Field Editor"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxCAPTION|wxCLOSE_BOX|wxRESIZE_BORDER) | |
| ~dlgAsteroidFieldEditor () | |
Protected Member Functions | |
| dlgAsteroidFieldEditor (void) | |
| dlgAsteroidFieldEditor (const dlgAsteroidFieldEditor &T) | |
| void | OnClose (wxCloseEvent &event) | 
| void | OnEnable (wxCommandEvent &event) | 
| void | OnContentType (wxCommandEvent &event) | 
| void | OnMode (wxCommandEvent &event) | 
| void | OnInnerBoxEnable (wxCommandEvent &event) | 
| void | OnOK (wxCommandEvent &event) | 
| void | OnCancel (wxCommandEvent &event) | 
Additional Inherited Members | |
  Protected Types inherited from fredBase::dlgAsteroidFieldEditor | |
| enum | { ID_dlgAsteroidFieldEditor = 1000 } | 
  Protected Attributes inherited from fredBase::dlgAsteroidFieldEditor | |
| wxCheckBox * | chkAsteroidsEnabled | 
| wxPanel * | pFieldProperties | 
| wxRadioButton * | optFieldActive | 
| wxRadioButton * | optFieldPassive | 
| wxRadioButton * | optFieldtypeAsteroid | 
| wxRadioButton * | optFieldTypeShip | 
| wxCheckBox * | chkBrownRocks | 
| wxChoice * | cboObjType1 | 
| wxCheckBox * | chkBlueRocks | 
| wxChoice * | cboObjType2 | 
| wxCheckBox * | chkOrangeRocks | 
| wxChoice * | cboObjType3 | 
| wxStaticLine * | m_staticline1 | 
| wxStaticText * | lblNumberObjects | 
| wxSpinCtrl * | spnObjects | 
| wxStaticText * | m_staticText68 | 
| wxTextCtrl * | numAvgSpeed | 
| wxPanel * | pBoundingBoxes | 
| wxStaticText * | lblOuterMinimum | 
| wxStaticText * | lblOuterMaximum | 
| wxStaticText * | lblOuterX | 
| wxTextCtrl * | txtOuterMinimumX | 
| wxTextCtrl * | txtOuterMaximumX | 
| wxStaticText * | lblOuterY | 
| wxTextCtrl * | txtOuterMinimumY | 
| wxTextCtrl * | txtOuterMaximumY | 
| wxStaticText * | lblOuterZ | 
| wxTextCtrl * | txtOuterMinimumZ | 
| wxTextCtrl * | txtOuterMaximumZ | 
| wxCheckBox * | chkInnerBoxEnable | 
| wxStaticText * | lblInnerMinimum | 
| wxStaticText * | lblInnerMaximum | 
| wxStaticText * | lblInnerX | 
| wxTextCtrl * | numInnerBoxMinX | 
| wxTextCtrl * | numInnerBoxMaxX | 
| wxStaticText * | lblInnerY | 
| wxTextCtrl * | numInnerBoxMinY | 
| wxTextCtrl * | numInnerBoxMaxY | 
| wxStaticText * | lblInnerZ | 
| wxTextCtrl * | numInnerBoxMinZ | 
| wxTextCtrl * | numInnerBoxMaxZ | 
| wxStdDialogButtonSizer * | grpButtons | 
| wxButton * | grpButtonsOK | 
| wxButton * | grpButtonsCancel | 
Definition at line 15 of file dlgasteroidfieldeditor.h.
| dlgAsteroidFieldEditor::dlgAsteroidFieldEditor | ( | wxWindow * | parent, | 
| wxWindowID | id | ||
| ) | 
Definition at line 16 of file dlgasteroidfieldeditor.cpp.
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
Definition at line 50 of file dlgasteroidfieldeditor.cpp.
      
  | 
  protectedvirtual | 
Reimplemented from fredBase::dlgAsteroidFieldEditor.
Definition at line 23 of file dlgasteroidfieldeditor.cpp.
      
  | 
  protected | 
Definition at line 33 of file dlgasteroidfieldeditor.cpp.
      
  | 
  protected | 
Definition at line 29 of file dlgasteroidfieldeditor.cpp.
      
  | 
  protected | 
Definition at line 41 of file dlgasteroidfieldeditor.cpp.
      
  | 
  protected | 
Definition at line 37 of file dlgasteroidfieldeditor.cpp.
      
  | 
  protected | 
Definition at line 45 of file dlgasteroidfieldeditor.cpp.