FS2_Open
Open source remastering of the Freespace 2 engine
player_start_editor Class Reference

#include <playerstarteditor.h>

Inheritance diagram for player_start_editor:

Public Types

enum  { IDD = IDD_LOADOUT_EDITOR }
 

Public Member Functions

 player_start_editor (CWnd *pParent=NULL)
 

Public Attributes

CSpinButtonCtrl m_pool_spin
 
CSpinButtonCtrl m_delay_spin
 
CSpinButtonCtrl m_spin1
 
CCheckListBox m_ship_list
 
CCheckListBox m_weapon_list
 
CCheckListBox m_ship_variable_list
 
CCheckListBox m_weapon_variable_list
 
int m_delay
 
int m_weapon_pool
 
int m_ship_pool
 
CComboBox m_ship_quantity_variable
 
CComboBox m_weapon_quantity_variable
 
CStatic m_ships_used_in_wings
 
CStatic m_weapons_used_in_wings
 

Protected Member Functions

virtual void DoDataExchange (CDataExchange *pDX)
 
virtual BOOL OnCommand (WPARAM wParam, LPARAM lParam)
 
virtual BOOL OnInitDialog ()
 
afx_msg void OnInitMenu (CMenu *pMenu)
 
afx_msg void OnSelchangeShipList ()
 
afx_msg void OnSelchangeWeaponList ()
 
afx_msg void OnUpdateShipPool ()
 
afx_msg void OnUpdateWeaponPool ()
 
void OnCancel ()
 
void OnOK ()
 
afx_msg void OnSelchangeShipVariablesList ()
 
afx_msg void OnSelchangeWeaponVariablesList ()
 
afx_msg void OnSelchangeShipVariablesCombo ()
 
afx_msg void OnSelchangeWeaponVariablesCombo ()
 

Detailed Description

Definition at line 17 of file playerstarteditor.h.

Member Enumeration Documentation

anonymous enum
Enumerator
IDD 

Definition at line 25 of file playerstarteditor.h.

Constructor & Destructor Documentation

player_start_editor::player_start_editor ( CWnd *  pParent = NULL)

Definition at line 29 of file playerstarteditor.cpp.

Member Function Documentation

void player_start_editor::DoDataExchange ( CDataExchange *  pDX)
protectedvirtual

Definition at line 43 of file playerstarteditor.cpp.

void player_start_editor::OnCancel ( )
protected

Definition at line 727 of file playerstarteditor.cpp.

BOOL player_start_editor::OnCommand ( WPARAM  wParam,
LPARAM  lParam 
)
protectedvirtual

Definition at line 370 of file playerstarteditor.cpp.

BOOL player_start_editor::OnInitDialog ( )
protectedvirtual

Definition at line 85 of file playerstarteditor.cpp.

void player_start_editor::OnInitMenu ( CMenu *  pMenu)
protected

Definition at line 337 of file playerstarteditor.cpp.

void player_start_editor::OnOK ( )
protected

Definition at line 734 of file playerstarteditor.cpp.

void player_start_editor::OnSelchangeShipList ( )
protected

Definition at line 399 of file playerstarteditor.cpp.

void player_start_editor::OnSelchangeShipVariablesCombo ( )
protected

Definition at line 512 of file playerstarteditor.cpp.

void player_start_editor::OnSelchangeShipVariablesList ( )
protected

Definition at line 459 of file playerstarteditor.cpp.

void player_start_editor::OnSelchangeWeaponList ( )
protected

Definition at line 564 of file playerstarteditor.cpp.

void player_start_editor::OnSelchangeWeaponVariablesCombo ( )
protected

Definition at line 675 of file playerstarteditor.cpp.

void player_start_editor::OnSelchangeWeaponVariablesList ( )
protected

Definition at line 623 of file playerstarteditor.cpp.

void player_start_editor::OnUpdateShipPool ( )
protected

Definition at line 991 of file playerstarteditor.cpp.

void player_start_editor::OnUpdateWeaponPool ( )
protected

Definition at line 1021 of file playerstarteditor.cpp.

Member Data Documentation

int player_start_editor::m_delay

Definition at line 33 of file playerstarteditor.h.

CSpinButtonCtrl player_start_editor::m_delay_spin

Definition at line 27 of file playerstarteditor.h.

CSpinButtonCtrl player_start_editor::m_pool_spin

Definition at line 26 of file playerstarteditor.h.

CCheckListBox player_start_editor::m_ship_list

Definition at line 29 of file playerstarteditor.h.

int player_start_editor::m_ship_pool

Definition at line 35 of file playerstarteditor.h.

CComboBox player_start_editor::m_ship_quantity_variable

Definition at line 36 of file playerstarteditor.h.

CCheckListBox player_start_editor::m_ship_variable_list

Definition at line 31 of file playerstarteditor.h.

CStatic player_start_editor::m_ships_used_in_wings

Definition at line 38 of file playerstarteditor.h.

CSpinButtonCtrl player_start_editor::m_spin1

Definition at line 28 of file playerstarteditor.h.

CCheckListBox player_start_editor::m_weapon_list

Definition at line 30 of file playerstarteditor.h.

int player_start_editor::m_weapon_pool

Definition at line 34 of file playerstarteditor.h.

CComboBox player_start_editor::m_weapon_quantity_variable

Definition at line 37 of file playerstarteditor.h.

CCheckListBox player_start_editor::m_weapon_variable_list

Definition at line 32 of file playerstarteditor.h.

CStatic player_start_editor::m_weapons_used_in_wings

Definition at line 39 of file playerstarteditor.h.


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