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

Class frmWingEditor. More...

#include <wxfred_base.h>

Inheritance diagram for fredBase::frmWingEditor:
frmWingEditor

Public Member Functions

 frmWingEditor (wxWindow *parent, wxWindowID id=ID_frmWingEditor, const wxString &title=wxT("Wing Editor"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxCAPTION|wxCLOSE_BOX|wxSYSTEM_MENU|wxTAB_TRAVERSAL)
 
 ~frmWingEditor ()
 

Protected Types

enum  { ID_frmWingEditor = 1000, ID_btnInitialOrders, ID_btnHideCues }
 

Protected Member Functions

virtual void OnClose (wxCloseEvent &event)
 

Protected Attributes

wxPanel * pnlProperties
 
wxStaticText * lblWingName
 
wxTextCtrl * txtWingName
 
wxStaticText * lblLeader
 
wxChoice * cboWingLeader
 
wxStaticText * lblWaveNumber
 
wxSpinCtrl * spnWaveNumber
 
wxStaticText * lblWaveThreshold
 
wxSpinCtrl * spnWaveThreshold
 
wxStaticText * lblHotkey
 
wxChoice * cboHotkey
 
wxButton * btnSquadLogo
 
wxTextCtrl * txtSquadLogo
 
wxCheckBox * chkReinforcement
 
wxCheckBox * chkIgnoreForGoals
 
wxCheckBox * chkNoArrivalMusic
 
wxCheckBox * chkNoArrivalMessage
 
wxCheckBox * chkNoDynamicGoals
 
wxButton * btnPrev
 
wxButton * btnNext
 
wxButton * btnDeleteWing
 
wxButton * btnDisbandWing
 
wxButton * btnInitialOrders
 
wxToggleButton * btnHideCues
 
wxPanel * pnlCues
 
wxStaticText * lblMinWaveDelay
 
wxSpinCtrl * spnMinWaveDelay
 
wxStaticText * lblMaxWaveDelay
 
wxSpinCtrl * spnMaxWaveDelay
 
wxStaticText * lblArrivalLocation
 
wxChoice * cboArrivalLocation
 
wxStaticText * lblArrivalTarget
 
wxChoice * cboArrivalTarget
 
wxStaticText * lblArrivalDistance
 
wxTextCtrl * txtArrivalDistance
 
wxStaticText * lblArrivalDelay
 
wxSpinCtrl * spnArrivalDelay
 
wxStaticText * lblArrivalDelaySeconds
 
wxButton * btnRestrictArrivalPaths
 
wxStaticText * lblArrivalCue
 
wxTreeCtrl * tctArrivalCues
 
wxCheckBox * chkNoArrivalWarp
 
wxStaticText * lblDepatureLocation
 
wxChoice * cboDepartureLocation
 
wxStaticText * lblDepartureTarget
 
wxChoice * cboDepartureTarget
 
wxStaticText * lblDepartureDelay
 
wxSpinCtrl * spnArrivalDelay1
 
wxStaticText * m_staticText1711
 
wxButton * btnRestrictDeparturePaths
 
wxStaticText * lblDepartureCue
 
wxTreeCtrl * tctDepartureCues
 
wxCheckBox * chkNoDepartureWarp
 
wxMenuBar * mbrWingEditor
 
wxMenu * mnuSelectWing
 

Detailed Description

Class frmWingEditor.

Definition at line 529 of file wxfred_base.h.

Member Enumeration Documentation

anonymous enum
protected
Enumerator
ID_frmWingEditor 
ID_btnInitialOrders 
ID_btnHideCues 

Definition at line 539 of file wxfred_base.h.

Constructor & Destructor Documentation

frmWingEditor::frmWingEditor ( wxWindow *  parent,
wxWindowID  id = ID_frmWingEditor,
const wxString &  title = wxT("Wing Editor"),
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxSize( -1,-1 ),
long  style = wxCAPTION|wxCLOSE_BOX|wxSYSTEM_MENU|wxTAB_TRAVERSAL 
)

Definition at line 1099 of file wxfred_base.cpp.

frmWingEditor::~frmWingEditor ( )

Definition at line 1401 of file wxfred_base.cpp.

Member Function Documentation

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

Reimplemented in frmWingEditor.

Definition at line 603 of file wxfred_base.h.

Member Data Documentation

wxButton* fredBase::frmWingEditor::btnDeleteWing
protected

Definition at line 566 of file wxfred_base.h.

wxButton* fredBase::frmWingEditor::btnDisbandWing
protected

Definition at line 567 of file wxfred_base.h.

wxToggleButton* fredBase::frmWingEditor::btnHideCues
protected

Definition at line 569 of file wxfred_base.h.

wxButton* fredBase::frmWingEditor::btnInitialOrders
protected

Definition at line 568 of file wxfred_base.h.

wxButton* fredBase::frmWingEditor::btnNext
protected

Definition at line 565 of file wxfred_base.h.

wxButton* fredBase::frmWingEditor::btnPrev
protected

Definition at line 564 of file wxfred_base.h.

wxButton* fredBase::frmWingEditor::btnRestrictArrivalPaths
protected

Definition at line 584 of file wxfred_base.h.

wxButton* fredBase::frmWingEditor::btnRestrictDeparturePaths
protected

Definition at line 595 of file wxfred_base.h.

wxButton* fredBase::frmWingEditor::btnSquadLogo
protected

Definition at line 557 of file wxfred_base.h.

wxChoice* fredBase::frmWingEditor::cboArrivalLocation
protected

Definition at line 576 of file wxfred_base.h.

wxChoice* fredBase::frmWingEditor::cboArrivalTarget
protected

Definition at line 578 of file wxfred_base.h.

wxChoice* fredBase::frmWingEditor::cboDepartureLocation
protected

Definition at line 589 of file wxfred_base.h.

wxChoice* fredBase::frmWingEditor::cboDepartureTarget
protected

Definition at line 591 of file wxfred_base.h.

wxChoice* fredBase::frmWingEditor::cboHotkey
protected

Definition at line 556 of file wxfred_base.h.

wxChoice* fredBase::frmWingEditor::cboWingLeader
protected

Definition at line 550 of file wxfred_base.h.

wxCheckBox* fredBase::frmWingEditor::chkIgnoreForGoals
protected

Definition at line 560 of file wxfred_base.h.

wxCheckBox* fredBase::frmWingEditor::chkNoArrivalMessage
protected

Definition at line 562 of file wxfred_base.h.

wxCheckBox* fredBase::frmWingEditor::chkNoArrivalMusic
protected

Definition at line 561 of file wxfred_base.h.

wxCheckBox* fredBase::frmWingEditor::chkNoArrivalWarp
protected

Definition at line 587 of file wxfred_base.h.

wxCheckBox* fredBase::frmWingEditor::chkNoDepartureWarp
protected

Definition at line 598 of file wxfred_base.h.

wxCheckBox* fredBase::frmWingEditor::chkNoDynamicGoals
protected

Definition at line 563 of file wxfred_base.h.

wxCheckBox* fredBase::frmWingEditor::chkReinforcement
protected

Definition at line 559 of file wxfred_base.h.

wxStaticText* fredBase::frmWingEditor::lblArrivalCue
protected

Definition at line 585 of file wxfred_base.h.

wxStaticText* fredBase::frmWingEditor::lblArrivalDelay
protected

Definition at line 581 of file wxfred_base.h.

wxStaticText* fredBase::frmWingEditor::lblArrivalDelaySeconds
protected

Definition at line 583 of file wxfred_base.h.

wxStaticText* fredBase::frmWingEditor::lblArrivalDistance
protected

Definition at line 579 of file wxfred_base.h.

wxStaticText* fredBase::frmWingEditor::lblArrivalLocation
protected

Definition at line 575 of file wxfred_base.h.

wxStaticText* fredBase::frmWingEditor::lblArrivalTarget
protected

Definition at line 577 of file wxfred_base.h.

wxStaticText* fredBase::frmWingEditor::lblDepartureCue
protected

Definition at line 596 of file wxfred_base.h.

wxStaticText* fredBase::frmWingEditor::lblDepartureDelay
protected

Definition at line 592 of file wxfred_base.h.

wxStaticText* fredBase::frmWingEditor::lblDepartureTarget
protected

Definition at line 590 of file wxfred_base.h.

wxStaticText* fredBase::frmWingEditor::lblDepatureLocation
protected

Definition at line 588 of file wxfred_base.h.

wxStaticText* fredBase::frmWingEditor::lblHotkey
protected

Definition at line 555 of file wxfred_base.h.

wxStaticText* fredBase::frmWingEditor::lblLeader
protected

Definition at line 549 of file wxfred_base.h.

wxStaticText* fredBase::frmWingEditor::lblMaxWaveDelay
protected

Definition at line 573 of file wxfred_base.h.

wxStaticText* fredBase::frmWingEditor::lblMinWaveDelay
protected

Definition at line 571 of file wxfred_base.h.

wxStaticText* fredBase::frmWingEditor::lblWaveNumber
protected

Definition at line 551 of file wxfred_base.h.

wxStaticText* fredBase::frmWingEditor::lblWaveThreshold
protected

Definition at line 553 of file wxfred_base.h.

wxStaticText* fredBase::frmWingEditor::lblWingName
protected

Definition at line 547 of file wxfred_base.h.

wxStaticText* fredBase::frmWingEditor::m_staticText1711
protected

Definition at line 594 of file wxfred_base.h.

wxMenuBar* fredBase::frmWingEditor::mbrWingEditor
protected

Definition at line 599 of file wxfred_base.h.

wxMenu* fredBase::frmWingEditor::mnuSelectWing
protected

Definition at line 600 of file wxfred_base.h.

wxPanel* fredBase::frmWingEditor::pnlCues
protected

Definition at line 570 of file wxfred_base.h.

wxPanel* fredBase::frmWingEditor::pnlProperties
protected

Definition at line 546 of file wxfred_base.h.

wxSpinCtrl* fredBase::frmWingEditor::spnArrivalDelay
protected

Definition at line 582 of file wxfred_base.h.

wxSpinCtrl* fredBase::frmWingEditor::spnArrivalDelay1
protected

Definition at line 593 of file wxfred_base.h.

wxSpinCtrl* fredBase::frmWingEditor::spnMaxWaveDelay
protected

Definition at line 574 of file wxfred_base.h.

wxSpinCtrl* fredBase::frmWingEditor::spnMinWaveDelay
protected

Definition at line 572 of file wxfred_base.h.

wxSpinCtrl* fredBase::frmWingEditor::spnWaveNumber
protected

Definition at line 552 of file wxfred_base.h.

wxSpinCtrl* fredBase::frmWingEditor::spnWaveThreshold
protected

Definition at line 554 of file wxfred_base.h.

wxTreeCtrl* fredBase::frmWingEditor::tctArrivalCues
protected

Definition at line 586 of file wxfred_base.h.

wxTreeCtrl* fredBase::frmWingEditor::tctDepartureCues
protected

Definition at line 597 of file wxfred_base.h.

wxTextCtrl* fredBase::frmWingEditor::txtArrivalDistance
protected

Definition at line 580 of file wxfred_base.h.

wxTextCtrl* fredBase::frmWingEditor::txtSquadLogo
protected

Definition at line 558 of file wxfred_base.h.

wxTextCtrl* fredBase::frmWingEditor::txtWingName
protected

Definition at line 548 of file wxfred_base.h.


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