#include <DlgURLExport.h>
Inheritance diagram for CURLExportDlg:

Public Types | |
| enum | { IDD = IDD_URL_EXPORT } |
Public Member Functions | |
| CURLExportDlg (CWnd *pParent=NULL) | |
| void | AddFile (CLibraryFile *pFile) |
Public Attributes | |
| CButton | m_wndSave |
| CButton | m_wndCopy |
| CProgressCtrl | m_wndProgress |
| CComboBox | m_wndToken |
| CComboBox | m_wndPreset |
| CEdit | m_wndFormat |
| CStatic | m_wndMessage |
| CString | m_sFormat |
| CPtrList | m_pFiles |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnCloseUpUrlToken () |
| afx_msg void | OnCloseUpUrlPreset () |
| afx_msg void | OnSave () |
| afx_msg void | OnCopy () |
|
|
Definition at line 41 of file DlgURLExport.h. |
|
|
Definition at line 56 of file DlgURLExport.cpp. |
|
|
Definition at line 103 of file DlgURLExport.cpp. References CLibraryFile::m_bSHA1, CLibraryFile::m_nIndex, and m_pFiles. Referenced by CLibraryFileView::OnLibraryURL(). |
|
|
Reimplemented from CSkinDialog. Definition at line 63 of file DlgURLExport.cpp. References CSkinDialog::DoDataExchange(), IDC_COPY, IDC_MESSAGE, IDC_PROGRESS, IDC_SAVE, IDC_URL_FORMAT, IDC_URL_PRESET, IDC_URL_TOKEN, m_sFormat, m_wndCopy, m_wndFormat, m_wndMessage, m_wndPreset, m_wndProgress, m_wndSave, and m_wndToken. |
|
|
Definition at line 126 of file DlgURLExport.cpp. References m_wndFormat, and m_wndPreset. |
|
|
Definition at line 108 of file DlgURLExport.cpp. References m_wndFormat, and m_wndToken. |
|
|
|
Reimplemented from CSkinDialog. Definition at line 81 of file DlgURLExport.cpp. References IDI_WEB_URL, CShareazaApp::m_bRTL, m_pFiles, m_sFormat, m_wndMessage, m_wndProgress, CSkinDialog::OnInitDialog(), CSkinDialog::SkinMe(), and theApp. |
|
|
|
Definition at line 52 of file DlgURLExport.h. Referenced by AddFile(), OnCopy(), OnInitDialog(), CLibraryFileView::OnLibraryURL(), and OnSave(). |
|
|
Definition at line 49 of file DlgURLExport.h. Referenced by DoDataExchange(), OnCopy(), OnInitDialog(), and OnSave(). |
|
|
Definition at line 43 of file DlgURLExport.h. Referenced by DoDataExchange(), OnCopy(), and OnSave(). |
|
|
Definition at line 47 of file DlgURLExport.h. Referenced by DoDataExchange(), OnCloseUpUrlPreset(), and OnCloseUpUrlToken(). |
|
|
Definition at line 48 of file DlgURLExport.h. Referenced by DoDataExchange(), and OnInitDialog(). |
|
|
Definition at line 46 of file DlgURLExport.h. Referenced by DoDataExchange(), and OnCloseUpUrlPreset(). |
|
|
Definition at line 44 of file DlgURLExport.h. Referenced by DoDataExchange(), OnCopy(), OnInitDialog(), and OnSave(). |
|
|
Definition at line 42 of file DlgURLExport.h. Referenced by DoDataExchange(), OnCopy(), and OnSave(). |
|
|
Definition at line 45 of file DlgURLExport.h. Referenced by DoDataExchange(), and OnCloseUpUrlToken(). |
1.4.2