source.h
来自「windows的snmp api源码」· C头文件 代码 · 共 41 行
H
41 行
#ifndef _source_h
#define _source_h
#include "evntfind.h"
class CTcSource;
class CLcSource;
class CMessage;
class CEventFindDlg;
class CXMessageArray;
class CXEventSource;
class CEventTrapDlg;
class CSource
{
public:
CSource();
~CSource();
SCODE Create(CEventTrapDlg* pdlgEventTrap);
SCODE CreateWindowEpilogue();
BOOL Find(BOOL bSearchTree, CString sText, BOOL bWholeWord, BOOL bMatchCase);
void OnFind(CWnd* pwndParent);
void GetSelectedMessages(CXMessageArray& aMessages);
void NotifyTrappingChange(CXEventSource* pEventSource, DWORD dwId, BOOL bIsTrapping);
void NotifyTcSelChanged();
CXEventSource* m_pEventSource;
private:
CLcSource* m_plcSource;
CTcSource* m_ptcSource;
CEventTrapDlg* m_pdlgEventTrap;
friend class CEventFindDlg;
CEventFindDlg* m_pdlgFind;
};
#endif _source_h
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?