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

Class frmWaypointEditor. More...

#include <wxfred_base.h>

Inheritance diagram for fredBase::frmWaypointEditor:
frmWaypointEditor

Public Member Functions

 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 Types

enum  { ID_frmWaypointEditor = 1000 }
 

Protected Member Functions

virtual void OnClose (wxCloseEvent &event)
 

Protected Attributes

wxMenuBar * menuWaypoint
 
wxMenu * menuPaths
 
wxStaticText * lblWaypointName
 
wxTextCtrl * txtWaypointName
 

Detailed Description

Class frmWaypointEditor.

Definition at line 682 of file wxfred_base.h.

Member Enumeration Documentation

anonymous enum
protected
Enumerator
ID_frmWaypointEditor 

Definition at line 692 of file wxfred_base.h.

Constructor & Destructor Documentation

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 
)

Definition at line 1601 of file wxfred_base.cpp.

frmWaypointEditor::~frmWaypointEditor ( )

Definition at line 1630 of file wxfred_base.cpp.

Member Function Documentation

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

Reimplemented in frmWaypointEditor.

Definition at line 703 of file wxfred_base.h.

Member Data Documentation

wxStaticText* fredBase::frmWaypointEditor::lblWaypointName
protected

Definition at line 699 of file wxfred_base.h.

wxMenu* fredBase::frmWaypointEditor::menuPaths
protected

Definition at line 698 of file wxfred_base.h.

wxMenuBar* fredBase::frmWaypointEditor::menuWaypoint
protected

Definition at line 697 of file wxfred_base.h.

wxTextCtrl* fredBase::frmWaypointEditor::txtWaypointName
protected

Definition at line 700 of file wxfred_base.h.


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