#include <PageSettingsBitTorrent.h>
Inheritance diagram for CBitTorrentSettingsPage:


Public Types | |
| enum | { IDD = IDD_SETTINGS_BITTORRENT } |
Public Member Functions | |
| CBitTorrentSettingsPage () | |
| virtual | ~CBitTorrentSettingsPage () |
| virtual void | OnOK () |
| virtual BOOL | OnSetActive () |
Public Attributes | |
| BOOL | m_bTorrentInterface |
| BOOL | m_bEndGame |
| CSpinButtonCtrl | m_wndLinksSpin |
| int | m_nLinks |
| CSpinButtonCtrl | m_wndDownloadsSpin |
| int | m_nDownloads |
| BOOL | m_bAutoClear |
| CEdit | m_wndClearPercentage |
| CSpinButtonCtrl | m_wndClearPercentageSpin |
| int | m_nClearPercentage |
| BOOL | m_bPrefBTSources |
| CIconButtonCtrl | m_wndTorrentPath |
| CString | m_sTorrentPath |
| CString | m_sTracker |
| CIconButtonCtrl | m_wndMakerPath |
| CString | m_sMakerPath |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnTorrentsAutoClear () |
| afx_msg void | OnTorrentsBrowse () |
| afx_msg void | OnMakerBrowse () |
| CBitTorrentSettingsPage::CBitTorrentSettingsPage | ( | ) |
| CBitTorrentSettingsPage::~CBitTorrentSettingsPage | ( | ) | [virtual] |
| void CBitTorrentSettingsPage::OnOK | ( | ) | [virtual] |
Reimplemented from CSettingsPage.
| BOOL CBitTorrentSettingsPage::OnSetActive | ( | ) | [virtual] |
Reimplemented from CSettingsPage.
| void CBitTorrentSettingsPage::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Reimplemented from CSettingsPage.
| BOOL CBitTorrentSettingsPage::OnInitDialog | ( | ) | [protected, virtual] |
Reimplemented from CSettingsPage.
| void CBitTorrentSettingsPage::OnTorrentsAutoClear | ( | ) | [protected] |
| void CBitTorrentSettingsPage::OnTorrentsBrowse | ( | ) | [protected] |
| void CBitTorrentSettingsPage::OnMakerBrowse | ( | ) | [protected] |
| CSpinButtonCtrl CBitTorrentSettingsPage::m_wndLinksSpin |
| CSpinButtonCtrl CBitTorrentSettingsPage::m_wndDownloadsSpin |
| CSpinButtonCtrl CBitTorrentSettingsPage::m_wndClearPercentageSpin |
1.5.2