#include <DlgURLAction.h>
Inheritance diagram for CURLActionDlg:

Public Types | |
| enum | { IDD = IDD_URL_ACTION } |
Public Member Functions | |
| CURLActionDlg (CWnd *pParent=NULL, CShareazaURL *pURL=NULL, BOOL bMultiple=FALSE) | |
| virtual | ~CURLActionDlg () |
| void | AddURL (CShareazaURL *pURL) |
| virtual BOOL | PreTranslateMessage (MSG *pMsg) |
Public Attributes | |
| CStatic | m_wndMessage4 |
| CStatic | m_wndMessage3 |
| CButton | m_wndNewWindow |
| CButton | m_wndCancel |
| CStatic | m_wndMessage2 |
| CStatic | m_wndMessage1 |
| CButton | m_wndSearch |
| CButton | m_wndDownload |
| CString | m_sNameTitle |
| CString | m_sNameValue |
| CString | m_sHashTitle |
| CString | m_sHashValue |
| BOOL | m_bNewWindow |
| BOOL | m_bAlwaysOpen |
Protected Member Functions | |
| void | Update () |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnUrlDownload () |
| afx_msg void | OnUrlSearch () |
Protected Attributes | |
| CPtrList | m_pURLs |
| BOOL | m_bMultiple |
|
|
Definition at line 42 of file DlgURLAction.h. |
|
||||||||||||||||
|
Definition at line 63 of file DlgURLAction.cpp. |
|
|
Definition at line 78 of file DlgURLAction.cpp. References m_pURLs. |
|
|
Definition at line 145 of file DlgURLAction.cpp. References CShareazaURL::m_nAction, m_pURLs, and Update(). |
|
|
Reimplemented from CSkinDialog. Definition at line 86 of file DlgURLAction.cpp. References CSkinDialog::DoDataExchange(), IDC_ALWAYS_OPEN, IDC_MESSAGE_1, IDC_MESSAGE_2, IDC_MESSAGE_3, IDC_MESSAGE_4, IDC_NEW_WINDOW, IDC_URL_DOWNLOAD, IDC_URL_NAME_TITLE, IDC_URL_NAME_VALUE, IDC_URL_SEARCH, IDC_URL_URN_TITLE, IDC_URL_URN_VALUE, m_bAlwaysOpen, m_bNewWindow, m_sHashTitle, m_sHashValue, m_sNameTitle, m_sNameValue, m_wndCancel, m_wndDownload, m_wndMessage1, m_wndMessage2, m_wndMessage3, m_wndMessage4, m_wndNewWindow, and m_wndSearch. |
|
|
Reimplemented from CSkinDialog. Definition at line 110 of file DlgURLAction.cpp. References CSettings::sGeneral::AlwaysOpenURLs, CSettings::Downloads, CSettings::General, IDC_URL_DOWNLOAD, IDC_URL_SEARCH, IDR_MAINFRAME, m_bAlwaysOpen, m_bMultiple, m_bNewWindow, m_wndDownload, CSkinDialog::OnInitDialog(), Settings, CSettings::sDownloads::ShowMonitorURLs, CSkinDialog::SkinMe(), and Update(). |
|
|
|
|
Definition at line 326 of file DlgURLAction.cpp. References IDC_URL_DOWNLOAD, IDC_URL_SEARCH, m_wndCancel, m_wndDownload, and m_wndSearch. |
|
|
|
Definition at line 56 of file DlgURLAction.h. Referenced by DoDataExchange(), OnInitDialog(), OnUrlDownload(), and OnUrlSearch(). |
|
|
Definition at line 68 of file DlgURLAction.h. Referenced by OnInitDialog(), and OnUrlDownload(). |
|
|
Definition at line 55 of file DlgURLAction.h. Referenced by DoDataExchange(), OnInitDialog(), and OnUrlDownload(). |
|
|
Definition at line 67 of file DlgURLAction.h. Referenced by AddURL(), OnUrlDownload(), OnUrlSearch(), Update(), and ~CURLActionDlg(). |
|
|
Definition at line 53 of file DlgURLAction.h. Referenced by DoDataExchange(), and Update(). |
|
|
Definition at line 54 of file DlgURLAction.h. Referenced by DoDataExchange(), and Update(). |
|
|
Definition at line 51 of file DlgURLAction.h. Referenced by DoDataExchange(), and Update(). |
|
|
Definition at line 52 of file DlgURLAction.h. Referenced by DoDataExchange(), and Update(). |
|
|
Definition at line 46 of file DlgURLAction.h. Referenced by DoDataExchange(), and PreTranslateMessage(). |
|
|
Definition at line 50 of file DlgURLAction.h. Referenced by DoDataExchange(), OnInitDialog(), PreTranslateMessage(), and Update(). |
|
|
Definition at line 48 of file DlgURLAction.h. Referenced by DoDataExchange(), and Update(). |
|
|
Definition at line 47 of file DlgURLAction.h. Referenced by DoDataExchange(), and Update(). |
|
|
Definition at line 44 of file DlgURLAction.h. Referenced by DoDataExchange(), and Update(). |
|
|
Definition at line 43 of file DlgURLAction.h. Referenced by DoDataExchange(), and Update(). |
|
|
Definition at line 45 of file DlgURLAction.h. Referenced by DoDataExchange(), and Update(). |
|
|
Definition at line 49 of file DlgURLAction.h. Referenced by DoDataExchange(), PreTranslateMessage(), and Update(). |
1.4.2