#include <DlgHelp.h>
Inheritance diagram for CHelpDlg:
Public Types | |
enum | { IDD = IDD_HELP } |
Public Member Functions | |
CHelpDlg (LPCTSTR pszName, CWnd *pParent=NULL) | |
Static Public Member Functions | |
static BOOL | Show (LPCTSTR pszName, CWnd *pParent=NULL) |
Public Attributes | |
CStatic | m_wndBanner |
CRichViewCtrl | m_wndView |
CRichDocument | m_pDocument |
CString | m_sDocument |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
afx_msg void | OnClickView (RVN_ELEMENTEVENT *pNotify, LRESULT *pResult) |
|
|
|
Definition at line 56 of file DlgHelp.cpp. References m_sDocument. |
|
Reimplemented from CSkinDialog. Definition at line 63 of file DlgHelp.cpp. References CSkinDialog::DoDataExchange(), IDC_BANNER, and m_wndBanner. |
|
Definition at line 119 of file DlgHelp.cpp. References CShareazaApp::InternalURI(), RVN_ELEMENTEVENT::pElement, and theApp. |
|
Reimplemented from CSkinDialog. Definition at line 74 of file DlgHelp.cpp. References CRichViewCtrl::Create(), CSkin::GetDocument(), ID_HELP_ABOUT, IDC_HELP_VIEW, CRichDocument::LoadXML(), CRichDocument::m_crBackground, CSkin::m_crDialog, m_pDocument, m_sDocument, m_wndView, CSkinDialog::OnInitDialog(), OnSize(), CRichViewCtrl::SetDocument(), CRichViewCtrl::SetSelectable(), Skin, and CSkinDialog::SkinMe(). |
|
Reimplemented from CSkinDialog. Definition at line 100 of file DlgHelp.cpp. References m_wndBanner, m_wndView, NULL, and CSkinDialog::OnSize(). Referenced by OnInitDialog(). |
|
|
Definition at line 50 of file DlgHelp.h. Referenced by OnInitDialog(). |
|
Definition at line 51 of file DlgHelp.h. Referenced by CHelpDlg(), and OnInitDialog(). |
|
Definition at line 44 of file DlgHelp.h. Referenced by DoDataExchange(), and OnSize(). |
|
Definition at line 49 of file DlgHelp.h. Referenced by OnInitDialog(), and OnSize(). |