FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <dlgbackgroundeditor.h>
Public Member Functions | |
dlgBackgroundEditor (wxWindow *parent, wxWindowID id) | |
![]() | |
dlgBackgroundEditor (wxWindow *parent, wxWindowID id=ID_BackgroundEditor, const wxString &title=wxT("Background Editor"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE) | |
~dlgBackgroundEditor () | |
Protected Member Functions | |
void | OnClose (wxCloseEvent &event) |
Additional Inherited Members | |
![]() | |
enum | { ID_BackgroundEditor = 1000 } |
![]() | |
wxChoice * | cboBackgroundPreset |
wxButton * | btnImportBackground |
wxListCtrl * | lclBGBitmaps |
wxButton * | btnBitmapAdd |
wxButton * | btnBitmapDelete |
wxStaticText * | lblBitmap |
wxChoice * | cboBitmapSelect |
wxStaticText * | lblBitmapPitch |
wxStaticText * | lblBitmapBank |
wxStaticText * | lblBitmapHeading |
wxSpinCtrl * | spnBitmapPitch |
wxSpinCtrl * | spnBitmapBank |
wxSpinCtrl * | spnBitmapHeading |
wxStaticText * | lblBitmapScale |
wxSpinCtrl * | spnBitmapScaleX |
wxSpinCtrl * | spnBitmapScaleY |
wxStaticText * | lblBitmapDivisions |
wxSpinCtrl * | spnBitmapDivisionsX |
wxSpinCtrl * | spnBitmapDivisionsY |
wxCheckBox * | chkFullNebula |
wxCheckBox * | chkToggleShipTrails |
wxStaticText * | lblNebulaRange |
wxTextCtrl * | txtNebulaRange |
wxStaticText * | lblNebulaPattern |
wxChoice * | cboNebulaPattern |
wxStaticText * | lblLightningStorm |
wxChoice * | cboLightningStorm |
wxStaticText * | lblNebulaFogNear |
wxSpinCtrl * | m_spinCtrl49 |
wxStaticText * | lblNebulaFogMultiplier |
wxSpinCtrl * | m_spinCtrl50 |
wxStaticText * | lblNebulaPoofs |
wxCheckListBox * | clbNebulaPoofs |
wxStaticText * | m_staticText160 |
wxChoice * | cboNebulaPattern1 |
wxStaticText * | m_staticText161 |
wxChoice * | cboNebulaColour |
wxStaticText * | lblBitmapPitch2 |
wxStaticText * | lblBitmapBank2 |
wxStaticText * | lblBitmapHeading2 |
wxSpinCtrl * | spnBitmapPitch2 |
wxSpinCtrl * | spnBitmapBank2 |
wxSpinCtrl * | spnBitmapHeading2 |
wxButton * | btnBGSwap |
wxChoice * | cboBackgroundSwap |
wxListCtrl * | lclBGSunbitmaps |
wxButton * | btnAddSunBitmap |
wxButton * | btnDeleteSunBitmap |
wxStaticText * | lblSun |
wxChoice * | cboSunSelect |
wxStaticText * | lblBitmapPitch1 |
wxStaticText * | lblBitmapBank1 |
wxStaticText * | lblBitmapHeading1 |
wxSpinCtrl * | spnBitmapPitch1 |
wxSpinCtrl * | spnBitmapBank1 |
wxSpinCtrl * | spnBitmapHeading1 |
wxStaticText * | m_staticText179 |
wxSpinCtrl * | spnSunScale |
wxStaticText * | lblAmbientRed |
wxSlider * | sldAmbientRed |
wxSpinCtrl * | spnAmbientRed |
wxStaticText * | lblAmbientGreen |
wxSlider * | sldAmbientGreen |
wxSpinCtrl * | spnAmbientGreen |
wxStaticText * | lblAmbientBlue |
wxSlider * | sldAmbientBlue |
wxSpinCtrl * | spnAmbientBlue |
wxButton * | btnSkyboxSelect |
wxTextCtrl * | txtSkybox |
wxButton * | btnSkyboxMap |
wxTextCtrl * | m_textCtrl73 |
wxStaticText * | lblBitmapPitch21 |
wxStaticText * | lblBitmapBank21 |
wxStaticText * | lblBitmapHeading21 |
wxSpinCtrl * | spnBitmapPitch21 |
wxSpinCtrl * | spnBitmapBank21 |
wxSpinCtrl * | spnBitmapHeading21 |
wxCheckBox * | chkSBNoCull |
wxCheckBox * | chkSBNoGlowmaps |
wxCheckBox * | chkSBNoLighting |
wxCheckBox * | chkSBNoZBuffer |
wxCheckBox * | chkSBForceClamp |
wxCheckBox * | chkSBTransparent |
wxStaticText * | m_staticText186 |
wxSlider * | sldNumStars |
wxSpinCtrl * | m_spinCtrl43 |
wxCheckBox * | m_checkBox48 |
wxButton * | btnEnvMap |
wxTextCtrl * | txtEnvMap |
Definition at line 15 of file dlgbackgroundeditor.h.
dlgBackgroundEditor::dlgBackgroundEditor | ( | wxWindow * | parent, |
wxWindowID | id | ||
) |
Definition at line 17 of file dlgbackgroundeditor.cpp.
|
protectedvirtual |
Reimplemented from fredBase::dlgBackgroundEditor.
Definition at line 24 of file dlgbackgroundeditor.cpp.