#include <torrentoptionspanel.h>
Inherits wxScrolledWindow.

Public Member Functions | |
| TorrentOptionsPanel (wxWindow *parent) | |
| ~TorrentOptionsPanel () | |
| void | OnApply (wxCommandEvent &event) |
| void | OnRestore (wxCommandEvent &event) |
Private Types | |
| enum | { ID_ENABLEP2P = wxID_HIGHEST, ID_MAXUP, ID_MAXDOWN, ID_P2PPORT, ID_MAXCONNECTIONS, ID_APPLY, ID_RESTORE, ID_GAMESTART_RADIO, ID_INGAME_UP, ID_INGAME_DOWN } |
Private Member Functions | |
| void | EnableSettings (bool enable) |
| void | SetStatusDisplay () |
Private Attributes | |
| wxTextCtrl * | m_maxUp |
| wxTextCtrl * | m_maxDown |
| wxTextCtrl * | m_p2pport |
| wxTextCtrl * | m_maxConnections |
| wxStaticBox * | m_gamestart_box |
| wxRadioButton * | m_gamestart_pause |
| wxRadioButton * | m_gamestart_throttle |
| wxTextCtrl * | m_gamestart_throttle_up |
| wxTextCtrl * | m_gamestart_throttle_down |
| wxStaticText * | m_gamestart_throttle_up_lbl |
| wxStaticText * | m_gamestart_throttle_down_lbl |
Definition at line 16 of file torrentoptionspanel.h.
anonymous enum [private] |
| ID_ENABLEP2P | |
| ID_MAXUP | |
| ID_MAXDOWN | |
| ID_P2PPORT | |
| ID_MAXCONNECTIONS | |
| ID_APPLY | |
| ID_RESTORE | |
| ID_GAMESTART_RADIO | |
| ID_INGAME_UP | |
| ID_INGAME_DOWN |
Definition at line 41 of file torrentoptionspanel.h.
| TorrentOptionsPanel::TorrentOptionsPanel | ( | wxWindow * | parent | ) |
Definition at line 30 of file torrentoptionspanel.cpp.
| TorrentOptionsPanel::~TorrentOptionsPanel | ( | ) |
Definition at line 99 of file torrentoptionspanel.cpp.
| void TorrentOptionsPanel::EnableSettings | ( | bool | enable | ) | [private] |
| void TorrentOptionsPanel::OnApply | ( | wxCommandEvent & | event | ) |
Definition at line 104 of file torrentoptionspanel.cpp.
| void TorrentOptionsPanel::OnRestore | ( | wxCommandEvent & | event | ) |
Definition at line 120 of file torrentoptionspanel.cpp.
| void TorrentOptionsPanel::SetStatusDisplay | ( | ) | [private] |
wxStaticBox* TorrentOptionsPanel::m_gamestart_box [private] |
Definition at line 30 of file torrentoptionspanel.h.
wxRadioButton* TorrentOptionsPanel::m_gamestart_pause [private] |
Definition at line 31 of file torrentoptionspanel.h.
wxRadioButton* TorrentOptionsPanel::m_gamestart_throttle [private] |
Definition at line 32 of file torrentoptionspanel.h.
wxTextCtrl* TorrentOptionsPanel::m_gamestart_throttle_down [private] |
Definition at line 34 of file torrentoptionspanel.h.
wxStaticText* TorrentOptionsPanel::m_gamestart_throttle_down_lbl [private] |
Definition at line 36 of file torrentoptionspanel.h.
wxTextCtrl* TorrentOptionsPanel::m_gamestart_throttle_up [private] |
Definition at line 33 of file torrentoptionspanel.h.
wxStaticText* TorrentOptionsPanel::m_gamestart_throttle_up_lbl [private] |
Definition at line 35 of file torrentoptionspanel.h.
wxTextCtrl* TorrentOptionsPanel::m_maxConnections [private] |
Definition at line 29 of file torrentoptionspanel.h.
wxTextCtrl* TorrentOptionsPanel::m_maxDown [private] |
Definition at line 27 of file torrentoptionspanel.h.
wxTextCtrl* TorrentOptionsPanel::m_maxUp [private] |
Definition at line 26 of file torrentoptionspanel.h.
wxTextCtrl* TorrentOptionsPanel::m_p2pport [private] |
Definition at line 28 of file torrentoptionspanel.h.
1.6.3