HostBattleDialog Class Reference

#include <hostbattledialog.h>

Inherits WindowHintsPickle.

Collaboration diagram for HostBattleDialog:
Collaboration graph
[legend]

Public Member Functions

 HostBattleDialog (wxWindow *parent)
void ReloadModList ()

Protected Types

enum  {
  HOST_CANCEL = wxID_HIGHEST, HOST_OK, CHOSE_NAT, PICK_RELAYHOST,
  AUTO_PICK_HOST, MANUAL_PICK_HOST, BTN_REFRESH, CHK_USE_RELAY
}

Protected Member Functions

int GetSelectedRank ()
void OnOk (wxCommandEvent &event)
void OnCancel (wxCommandEvent &event)
void OnNatChange (wxCommandEvent &event)
void OnReloadMods (wxCommandEvent &event)
void OnRelayChoice (wxCommandEvent &event)
void OnUseRelay (wxCommandEvent &event)
void OnPickRelayHost (wxCommandEvent &event)
void SaveAttributes ()
void LoadAttributes ()

Protected Attributes

wxScrolledWindowm_panel
wxStaticText * m_desc_lbl
wxTextCtrl * m_desc_text
wxStaticText * m_mod_lbl
wxChoice * m_mod_pic
wxStaticText * m_pwd_lbl
wxTextCtrl * m_pwd_text
wxChoice * m_rank_direction
wxStaticText * m_port_lbl
wxTextCtrl * m_port_text
wxTextCtrl * m_relayhost_name
wxCheckBox * m_relayed_host_check
wxCheckBox * m_desc_check
wxSlider * m_players_slide
wxRadioBox * m_nat_radios
wxRadioButton * m_rank0_radio
wxStaticBitmap * m_rank0_img
wxRadioButton * m_rank1_radio
wxStaticBitmap * m_rank1_img
wxRadioButton * m_rank2_radio
wxStaticBitmap * m_rank2_img
wxRadioButton * m_rank3_radio
wxStaticBitmap * m_rank3_img
wxRadioButton * m_rank4_radio
wxStaticBitmap * m_rank4_img
wxRadioButton * m_rank5_radio
wxStaticBitmap * m_rank5_img
wxRadioButton * m_rank6_radio
wxStaticBitmap * m_rank6_img
wxRadioButton * m_rank7_radio
wxStaticBitmap * m_rank7_img
wxStaticLine * m_buttons_sep
wxButton * m_cancel_btn
wxButton * m_host_btn
wxMenu * m_relayhost_list
wxButton * m_relayed_host_pick
wxBitmapButton * m_refresh_btn
wxString m_last_relayhost
wxArrayString m_relayhost_array_list

Detailed Description

Definition at line 22 of file hostbattledialog.h.


Member Enumeration Documentation

anonymous enum [protected]
Enumerator:
HOST_CANCEL 
HOST_OK 
CHOSE_NAT 
PICK_RELAYHOST 
AUTO_PICK_HOST 
MANUAL_PICK_HOST 
BTN_REFRESH 
CHK_USE_RELAY 

Definition at line 85 of file hostbattledialog.h.


Constructor & Destructor Documentation

HostBattleDialog::HostBattleDialog ( wxWindow *  parent  ) 

Definition at line 62 of file hostbattledialog.cpp.


Member Function Documentation

int HostBattleDialog::GetSelectedRank (  )  [protected]

Definition at line 338 of file hostbattledialog.cpp.

void WindowHintsPickle::LoadAttributes (  )  [protected, inherited]

Definition at line 46 of file windowattributespickle.cpp.

void HostBattleDialog::OnCancel ( wxCommandEvent &  event  )  [protected]

Definition at line 332 of file hostbattledialog.cpp.

void HostBattleDialog::OnNatChange ( wxCommandEvent &  event  )  [protected]

Definition at line 353 of file hostbattledialog.cpp.

void HostBattleDialog::OnOk ( wxCommandEvent &  event  )  [protected]

Definition at line 303 of file hostbattledialog.cpp.

void HostBattleDialog::OnPickRelayHost ( wxCommandEvent &  event  )  [protected]

Definition at line 365 of file hostbattledialog.cpp.

void HostBattleDialog::OnRelayChoice ( wxCommandEvent &  event  )  [protected]

Definition at line 370 of file hostbattledialog.cpp.

void HostBattleDialog::OnReloadMods ( wxCommandEvent &  event  )  [protected]

Definition at line 359 of file hostbattledialog.cpp.

void HostBattleDialog::OnUseRelay ( wxCommandEvent &  event  )  [protected]

Definition at line 385 of file hostbattledialog.cpp.

void HostBattleDialog::ReloadModList (  ) 

Definition at line 285 of file hostbattledialog.cpp.

void WindowHintsPickle::SaveAttributes (  )  [protected, inherited]

Definition at line 62 of file windowattributespickle.cpp.


Field Documentation

wxStaticLine* HostBattleDialog::m_buttons_sep [protected]

Definition at line 74 of file hostbattledialog.h.

wxButton* HostBattleDialog::m_cancel_btn [protected]

Definition at line 75 of file hostbattledialog.h.

wxCheckBox* HostBattleDialog::m_desc_check [protected]

Definition at line 54 of file hostbattledialog.h.

wxStaticText* HostBattleDialog::m_desc_lbl [protected]

Definition at line 41 of file hostbattledialog.h.

wxTextCtrl* HostBattleDialog::m_desc_text [protected]

Definition at line 42 of file hostbattledialog.h.

wxButton* HostBattleDialog::m_host_btn [protected]

Definition at line 77 of file hostbattledialog.h.

Definition at line 96 of file hostbattledialog.h.

wxStaticText* HostBattleDialog::m_mod_lbl [protected]

Definition at line 43 of file hostbattledialog.h.

wxChoice* HostBattleDialog::m_mod_pic [protected]

Definition at line 44 of file hostbattledialog.h.

wxRadioBox* HostBattleDialog::m_nat_radios [protected]

Definition at line 56 of file hostbattledialog.h.

Definition at line 40 of file hostbattledialog.h.

wxSlider* HostBattleDialog::m_players_slide [protected]

Definition at line 55 of file hostbattledialog.h.

wxStaticText* HostBattleDialog::m_port_lbl [protected]

Definition at line 48 of file hostbattledialog.h.

wxTextCtrl* HostBattleDialog::m_port_text [protected]

Definition at line 49 of file hostbattledialog.h.

wxStaticText* HostBattleDialog::m_pwd_lbl [protected]

Definition at line 45 of file hostbattledialog.h.

wxTextCtrl* HostBattleDialog::m_pwd_text [protected]

Definition at line 46 of file hostbattledialog.h.

wxStaticBitmap* HostBattleDialog::m_rank0_img [protected]

Definition at line 58 of file hostbattledialog.h.

wxRadioButton* HostBattleDialog::m_rank0_radio [protected]

Definition at line 57 of file hostbattledialog.h.

wxStaticBitmap* HostBattleDialog::m_rank1_img [protected]

Definition at line 60 of file hostbattledialog.h.

wxRadioButton* HostBattleDialog::m_rank1_radio [protected]

Definition at line 59 of file hostbattledialog.h.

wxStaticBitmap* HostBattleDialog::m_rank2_img [protected]

Definition at line 62 of file hostbattledialog.h.

wxRadioButton* HostBattleDialog::m_rank2_radio [protected]

Definition at line 61 of file hostbattledialog.h.

wxStaticBitmap* HostBattleDialog::m_rank3_img [protected]

Definition at line 64 of file hostbattledialog.h.

wxRadioButton* HostBattleDialog::m_rank3_radio [protected]

Definition at line 63 of file hostbattledialog.h.

wxStaticBitmap* HostBattleDialog::m_rank4_img [protected]

Definition at line 66 of file hostbattledialog.h.

wxRadioButton* HostBattleDialog::m_rank4_radio [protected]

Definition at line 65 of file hostbattledialog.h.

wxStaticBitmap* HostBattleDialog::m_rank5_img [protected]

Definition at line 68 of file hostbattledialog.h.

wxRadioButton* HostBattleDialog::m_rank5_radio [protected]

Definition at line 67 of file hostbattledialog.h.

wxStaticBitmap* HostBattleDialog::m_rank6_img [protected]

Definition at line 70 of file hostbattledialog.h.

wxRadioButton* HostBattleDialog::m_rank6_radio [protected]

Definition at line 69 of file hostbattledialog.h.

wxStaticBitmap* HostBattleDialog::m_rank7_img [protected]

Definition at line 72 of file hostbattledialog.h.

wxRadioButton* HostBattleDialog::m_rank7_radio [protected]

Definition at line 71 of file hostbattledialog.h.

wxChoice* HostBattleDialog::m_rank_direction [protected]

Definition at line 47 of file hostbattledialog.h.

wxBitmapButton* HostBattleDialog::m_refresh_btn [protected]

Definition at line 82 of file hostbattledialog.h.

wxCheckBox* HostBattleDialog::m_relayed_host_check [protected]

Definition at line 53 of file hostbattledialog.h.

Definition at line 80 of file hostbattledialog.h.

wxArrayString HostBattleDialog::m_relayhost_array_list [protected]

Definition at line 97 of file hostbattledialog.h.

Definition at line 79 of file hostbattledialog.h.

wxTextCtrl* HostBattleDialog::m_relayhost_name [protected]

Definition at line 50 of file hostbattledialog.h.


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

Generated on Thu Dec 29 00:11:44 2011 for SpringLobby by doxygen 1.6.3