|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <frmwaypointeditor.h>
Public Member Functions | |
| frmWaypointEditor (wxWindow *parent, wxWindowID id) | |
Public Member Functions inherited from fredBase::frmWaypointEditor | |
| frmWaypointEditor (wxWindow *parent, wxWindowID id=ID_frmWaypointEditor, const wxString &title=wxT("Waypoint Path/Jump Node"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(300, 80), long style=wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL) | |
| ~frmWaypointEditor () | |
Protected Member Functions | |
| frmWaypointEditor (void) | |
| frmWaypointEditor (const frmWaypointEditor &T) | |
| void | OnClose (wxCloseEvent &event) |
Additional Inherited Members | |
Protected Types inherited from fredBase::frmWaypointEditor | |
| enum | { ID_frmWaypointEditor = 1000 } |
Protected Attributes inherited from fredBase::frmWaypointEditor | |
| wxMenuBar * | menuWaypoint |
| wxMenu * | menuPaths |
| wxStaticText * | lblWaypointName |
| wxTextCtrl * | txtWaypointName |
Definition at line 15 of file frmwaypointeditor.h.
| frmWaypointEditor::frmWaypointEditor | ( | wxWindow * | parent, |
| wxWindowID | id | ||
| ) |
Definition at line 16 of file frmwaypointeditor.cpp.
|
protected |
|
protected |
|
protectedvirtual |
Reimplemented from fredBase::frmWaypointEditor.
Definition at line 23 of file frmwaypointeditor.cpp.