#include <fsClipboardCatchMgr.h>
Public Member Functions | |
| fsClipboardCatchMgr () | |
| void | Initialize (class fsIECatchMgr *iemgr) |
| BOOL | IsEnabled () |
| void | Enable (BOOL bEnable=TRUE) |
| BOOL | Create (CWnd *pParent) |
| virtual | ~fsClipboardCatchMgr () |
Protected Member Functions | |
| afx_msg void | OnDrawClipboard () |
| afx_msg void | OnChangeCbChain (HWND hWndRemove, HWND hWndAfter) |
Protected Attributes | |
| CString | m_strLastUrl |
| BOOL | m_bEnabled |
| fsIECatchMgr * | m_pIEMgr |
| HWND | m_hNextViewer |
Definition at line 13 of file fsClipboardCatchMgr.h.
| fsClipboardCatchMgr::fsClipboardCatchMgr | ( | ) |
| fsClipboardCatchMgr::~fsClipboardCatchMgr | ( | ) | [virtual] |
Definition at line 22 of file fsClipboardCatchMgr.cpp.
| void fsClipboardCatchMgr::Initialize | ( | class fsIECatchMgr * | iemgr | ) |
Definition at line 97 of file fsClipboardCatchMgr.cpp.
References m_pIEMgr.
Referenced by CMainFrame::OnProceedFurherInitialization().
| BOOL fsClipboardCatchMgr::IsEnabled | ( | ) |
| void fsClipboardCatchMgr::Enable | ( | BOOL | bEnable = TRUE |
) |
Definition at line 44 of file fsClipboardCatchMgr.cpp.
References FALSE, m_bEnabled, m_hNextViewer, and TRUE.
Referenced by CDownloaderProperties_MonitorPage::OnApply(), CMainFrame::OnMonitorclipboard(), CMainFrame::OnProceedFurherInitialization(), and CMainFrame::UpdateSettings().
| BOOL fsClipboardCatchMgr::Create | ( | CWnd * | pParent | ) |
Definition at line 33 of file fsClipboardCatchMgr.cpp.
References FALSE, NULL, and TRUE.
Referenced by CMainFrame::OnProceedFurherInitialization().
| void fsClipboardCatchMgr::OnDrawClipboard | ( | ) | [protected] |
Definition at line 64 of file fsClipboardCatchMgr.cpp.
References _ClipbrdMgr, FALSE, m_hNextViewer, m_pIEMgr, m_strLastUrl, fsIECatchMgr::OnBeforeNavigate(), and fsClipboardMgr::Text().
| void fsClipboardCatchMgr::OnChangeCbChain | ( | HWND | hWndRemove, | |
| HWND | hWndAfter | |||
| ) | [protected] |
CString fsClipboardCatchMgr::m_strLastUrl [protected] |
BOOL fsClipboardCatchMgr::m_bEnabled [protected] |
Definition at line 42 of file fsClipboardCatchMgr.h.
Referenced by Enable(), fsClipboardCatchMgr(), and IsEnabled().
fsIECatchMgr* fsClipboardCatchMgr::m_pIEMgr [protected] |
Definition at line 43 of file fsClipboardCatchMgr.h.
Referenced by Initialize(), and OnDrawClipboard().
HWND fsClipboardCatchMgr::m_hNextViewer [protected] |
Definition at line 44 of file fsClipboardCatchMgr.h.
Referenced by Enable(), OnChangeCbChain(), and OnDrawClipboard().
1.5.6