#include <WizardInterfacePage.h>
Inheritance diagram for CWizardInterfacePage:
Public Types | |
enum | { IDD = IDD_WIZARD_INTERFACE } |
Public Member Functions | |
CWizardInterfacePage () | |
virtual | ~CWizardInterfacePage () |
virtual BOOL | OnSetActive () |
virtual LRESULT | OnWizardNext () |
Public Attributes | |
CStatic | m_wndDescription1 |
CStatic | m_wndDescription0 |
CButton | m_wndInterface1 |
CButton | m_wndInterface0 |
int | m_bExpert |
BOOL | m_bSimpleDownloadBars |
BOOL | m_bTorrentInterface |
BOOL | m_bHandleTorrents |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
|
Definition at line 43 of file WizardInterfacePage.h. |
|
Definition at line 48 of file WizardInterfacePage.cpp. References CSettings::sBitTorrent::AdvancedInterface, CSettings::BitTorrent, CSettings::Downloads, CSettings::General, GUI_BASIC, CSettings::sGeneral::GUIMode, Settings, CSettings::sDownloads::SimpleBar, CSettings::sWeb::Torrent, and CSettings::Web. |
|
Definition at line 58 of file WizardInterfacePage.cpp. |
|
Definition at line 62 of file WizardInterfacePage.cpp. References IDC_DESCRIPTION_0, IDC_DESCRIPTION_1, IDC_DOWNLOADS_SIMPLEBAR, IDC_INTERFACE_0, IDC_INTERFACE_1, IDC_TORRENT_INTERFACE, IDC_URI_TORRENT, m_bExpert, m_bHandleTorrents, m_bSimpleDownloadBars, m_bTorrentInterface, m_wndDescription0, m_wndDescription1, m_wndInterface0, and m_wndInterface1. |
|
|
Definition at line 105 of file WizardInterfacePage.cpp. References m_wndDescription0, m_wndDescription1, m_wndInterface0, and m_wndInterface1. |
|
Definition at line 99 of file WizardInterfacePage.cpp. References CWizardPage::SetWizardButtons(). |
|
|
Definition at line 48 of file WizardInterfacePage.h. Referenced by DoDataExchange(), OnInitDialog(), and OnWizardNext(). |
|
Definition at line 51 of file WizardInterfacePage.h. Referenced by DoDataExchange(), OnInitDialog(), and OnWizardNext(). |
|
Definition at line 49 of file WizardInterfacePage.h. Referenced by DoDataExchange(), OnInitDialog(), and OnWizardNext(). |
|
Definition at line 50 of file WizardInterfacePage.h. Referenced by DoDataExchange(), OnInitDialog(), and OnWizardNext(). |
|
Definition at line 45 of file WizardInterfacePage.h. Referenced by DoDataExchange(), and OnLButtonDown(). |
|
Definition at line 44 of file WizardInterfacePage.h. Referenced by DoDataExchange(), and OnLButtonDown(). |
|
Definition at line 47 of file WizardInterfacePage.h. Referenced by DoDataExchange(), OnInitDialog(), and OnLButtonDown(). |
|
Definition at line 46 of file WizardInterfacePage.h. Referenced by DoDataExchange(), OnInitDialog(), and OnLButtonDown(). |