|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <dlgobjecteditor.h>
Public Member Functions | |
| dlgObjectEditor (wxWindow *parent, wxWindowID id) | |
Public Member Functions inherited from fredBase::dlgObjectEditor | |
| dlgObjectEditor (wxWindow *parent, wxWindowID id=ID_dlgObjectEditor, const wxString &title=wxT("Object Editor"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE) | |
| ~dlgObjectEditor () | |
Protected Member Functions | |
| dlgObjectEditor (void) | |
| dlgObjectEditor (const dlgObjectEditor &T) | |
| void | OnClose (wxCloseEvent &event) |
| void | OnPointTo (wxCommandEvent &event) |
| void | OnOK (wxCommandEvent &event) |
| void | OnCancel (wxCommandEvent &event) |
Protected Member Functions inherited from fredBase::dlgObjectEditor | |
| virtual void | OnFace (wxCommandEvent &event) |
| virtual void | OnOrientationOpt (wxCommandEvent &event) |
Additional Inherited Members | |
Protected Types inherited from fredBase::dlgObjectEditor | |
| enum | { ID_dlgObjectEditor = 1000 } |
Protected Attributes inherited from fredBase::dlgObjectEditor | |
| wxStaticText * | m_staticText217 |
| wxSpinCtrl * | spnPositionX |
| wxStaticText * | m_staticText218 |
| wxSpinCtrl * | spnPositionY |
| wxStaticText * | m_staticText220 |
| wxSpinCtrl * | spnPositionZ |
| wxCheckBox * | chkPointTo |
| wxPanel * | pnlOrientation |
| wxRadioButton * | optObject |
| wxChoice * | cbObject |
| wxRadioButton * | optLocation |
| wxStaticText * | lblLocationX |
| wxSpinCtrl * | spnLocationX |
| wxStaticText * | lblLocationY |
| wxSpinCtrl * | spnLocationY |
| wxStaticText * | lblLocationZ |
| wxSpinCtrl * | spnLocationZ |
| wxRadioButton * | optAngle |
| wxStaticText * | lblPitch |
| wxSpinCtrl * | spnPitch |
| wxStaticText * | lblBank |
| wxSpinCtrl * | spnBank |
| wxStaticText * | lblHeading |
| wxSpinCtrl * | spnHeading |
| wxStdDialogButtonSizer * | sdbObjectEditor |
| wxButton * | sdbObjectEditorOK |
| wxButton * | sdbObjectEditorCancel |
Definition at line 15 of file dlgobjecteditor.h.
| dlgObjectEditor::dlgObjectEditor | ( | wxWindow * | parent, |
| wxWindowID | id | ||
| ) |
Definition at line 15 of file dlgobjecteditor.cpp.
|
protected |
|
protected |
|
protectedvirtual |
Reimplemented from fredBase::dlgObjectEditor.
Definition at line 67 of file dlgobjecteditor.cpp.
|
protectedvirtual |
Reimplemented from fredBase::dlgObjectEditor.
Definition at line 22 of file dlgobjecteditor.cpp.
|
protectedvirtual |
Reimplemented from fredBase::dlgObjectEditor.
Definition at line 61 of file dlgobjecteditor.cpp.
|
protected |
Definition at line 29 of file dlgobjecteditor.cpp.