#include <Dlg_SpreadHelp_LinkCode.h>
Public Types | |
| enum | { IDD = IDD_SPREADHELP_LINKCODE } |
Public Member Functions | |
| CDlg_SpreadHelp_LinkCode (CWnd *pParent=NULL) | |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void | ApplyLanguage () |
| CString | get_HTMLCode () |
| void | ShutdownThread () |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnTimer (UINT nIDEvent) |
| afx_msg void | OnPaint () |
| virtual void | OnOK () |
| afx_msg HBRUSH | OnCtlColor (CDC *pDC, CWnd *pWnd, UINT nCtlColor) |
| virtual void | OnCancel () |
| afx_msg void | OnCopytoclipboard () |
| afx_msg void | OnMoreexamples () |
Static Protected Member Functions | |
| static DWORD WINAPI | _threadImage (LPVOID lp) |
Protected Attributes | |
| volatile BOOL | m_bImgLoaded |
| CFont | m_fntFDM |
| DWORD | m_dwThrJob |
| BOOL | m_bRunning |
| int | m_iCurrentFrame |
| vmsImage_CtxFree | m_img |
Definition at line 18 of file Dlg_SpreadHelp_LinkCode.h.
| anonymous enum |
| CDlg_SpreadHelp_LinkCode::CDlg_SpreadHelp_LinkCode | ( | CWnd * | pParent = NULL |
) |
Definition at line 20 of file Dlg_SpreadHelp_LinkCode.cpp.
References FALSE, m_bRunning, m_dwThrJob, and m_iCurrentFrame.
| void CDlg_SpreadHelp_LinkCode::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 28 of file Dlg_SpreadHelp_LinkCode.cpp.
| void CDlg_SpreadHelp_LinkCode::ApplyLanguage | ( | ) | [protected] |
Definition at line 205 of file Dlg_SpreadHelp_LinkCode.cpp.
References _LngMgr, fsMFCLangMgr::ApplyLanguage(), IDC_COPYTOCLIPBOARD, IDC_MOREEXAMPLES, L_COPYTOCLIPBOARD, L_LINKHTMLCODE, and L_MOREEXAMPLES.
Referenced by OnInitDialog().
| CString CDlg_SpreadHelp_LinkCode::get_HTMLCode | ( | ) | [protected] |
Definition at line 199 of file Dlg_SpreadHelp_LinkCode.cpp.
Referenced by OnCopytoclipboard(), and OnInitDialog().
| void CDlg_SpreadHelp_LinkCode::ShutdownThread | ( | ) | [protected] |
Definition at line 162 of file Dlg_SpreadHelp_LinkCode.cpp.
References IMGT_EXIT, m_bRunning, and m_dwThrJob.
Referenced by OnCancel(), and OnOK().
| DWORD WINAPI CDlg_SpreadHelp_LinkCode::_threadImage | ( | LPVOID | lp | ) | [static, protected] |
Definition at line 94 of file Dlg_SpreadHelp_LinkCode.cpp.
References vmsImage_CtxFree::Draw(), FALSE, vmsImage_CtxFree::Free(), vmsImage_CtxFree::get_FrameCount(), vmsImage_CtxFree::get_FrameDelay(), vmsImage_CtxFree::get_Size(), IMGT_DRAW, IMGT_EXIT, vmsImage_CtxFree::is_Loaded(), vmsImage_CtxFree::Load(), LOG, m_bImgLoaded, m_bRunning, m_dwThrJob, m_iCurrentFrame, m_img, nl, NULL, and TRUE.
Referenced by OnInitDialog().
| BOOL CDlg_SpreadHelp_LinkCode::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 45 of file Dlg_SpreadHelp_LinkCode.cpp.
References _threadImage(), ApplyLanguage(), FALSE, get_HTMLCode(), IDC_HTMLCODE, IMGT_DRAW, m_bImgLoaded, m_bRunning, m_dwThrJob, m_fntFDM, NULL, and TRUE.
| void CDlg_SpreadHelp_LinkCode::OnTimer | ( | UINT | nIDEvent | ) | [protected] |
Definition at line 73 of file Dlg_SpreadHelp_LinkCode.cpp.
References vmsImage_CtxFree::get_FrameCount(), vmsImage_CtxFree::get_FrameDelay(), IMGT_DRAW, m_dwThrJob, m_iCurrentFrame, m_img, NULL, and vmsImage_CtxFree::set_CurrentFrame().
| void CDlg_SpreadHelp_LinkCode::OnPaint | ( | ) | [protected] |
| void CDlg_SpreadHelp_LinkCode::OnOK | ( | ) | [protected, virtual] |
| HBRUSH CDlg_SpreadHelp_LinkCode::OnCtlColor | ( | CDC * | pDC, | |
| CWnd * | pWnd, | |||
| UINT | nCtlColor | |||
| ) | [protected] |
| void CDlg_SpreadHelp_LinkCode::OnCancel | ( | ) | [protected, virtual] |
| void CDlg_SpreadHelp_LinkCode::OnCopytoclipboard | ( | ) | [protected] |
Definition at line 189 of file Dlg_SpreadHelp_LinkCode.cpp.
References _ClipbrdMgr, get_HTMLCode(), and fsClipboardMgr::Text().
| void CDlg_SpreadHelp_LinkCode::OnMoreexamples | ( | ) | [protected] |
volatile BOOL CDlg_SpreadHelp_LinkCode::m_bImgLoaded [protected] |
Definition at line 34 of file Dlg_SpreadHelp_LinkCode.h.
Referenced by _threadImage(), and OnInitDialog().
CFont CDlg_SpreadHelp_LinkCode::m_fntFDM [protected] |
Definition at line 37 of file Dlg_SpreadHelp_LinkCode.h.
Referenced by OnCtlColor(), and OnInitDialog().
DWORD CDlg_SpreadHelp_LinkCode::m_dwThrJob [protected] |
Definition at line 39 of file Dlg_SpreadHelp_LinkCode.h.
Referenced by _threadImage(), CDlg_SpreadHelp_LinkCode(), OnInitDialog(), OnPaint(), OnTimer(), and ShutdownThread().
BOOL CDlg_SpreadHelp_LinkCode::m_bRunning [protected] |
Definition at line 40 of file Dlg_SpreadHelp_LinkCode.h.
Referenced by _threadImage(), CDlg_SpreadHelp_LinkCode(), OnInitDialog(), and ShutdownThread().
int CDlg_SpreadHelp_LinkCode::m_iCurrentFrame [protected] |
Definition at line 42 of file Dlg_SpreadHelp_LinkCode.h.
Referenced by _threadImage(), CDlg_SpreadHelp_LinkCode(), and OnTimer().
vmsImage_CtxFree CDlg_SpreadHelp_LinkCode::m_img [protected] |
Definition at line 43 of file Dlg_SpreadHelp_LinkCode.h.
Referenced by _threadImage(), and OnTimer().
1.5.6