tooltipctrl.h
来自「3D reconstruction, medical image process」· C头文件 代码 · 共 56 行
H
56 行
#if !defined(AFX_TOOLTIPCTRL_H__3A261C09_E57D_4ADD_AA94_34B58170E4C4__INCLUDED_)#define AFX_TOOLTIPCTRL_H__3A261C09_E57D_4ADD_AA94_34B58170E4C4__INCLUDED_#if _MSC_VER > 1000#pragma once#endif // _MSC_VER > 1000// ToolTipCtrl.h : header file///////////////////////////////////////////////////////////////////////////////// RxToolTipCtrl windowclass RxToolTipCtrl : public CWnd{// Constructionpublic: RxToolTipCtrl();// Attributespublic: static CString m_strClassName; // tooltip window class name CPoint m_ptLastPoint;// Operationspublic: BOOL Create (CWnd* pWndParent = NULL, BOOL bShadow = FALSE); // create the tooltip window // request the tooltip window to track with the specified text and string resource ID void Track (CPoint pt, LPCTSTR lpszText); void Hide (); // hide the tooltip window// Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(RxToolTipCtrl) //}}AFX_VIRTUAL// Implementationpublic: virtual ~RxToolTipCtrl(); // Generated message map functionsprotected: //{{AFX_MSG(RxToolTipCtrl) afx_msg void OnPaint(); //}}AFX_MSG DECLARE_MESSAGE_MAP()};///////////////////////////////////////////////////////////////////////////////{{AFX_INSERT_LOCATION}}// Microsoft Visual C++ will insert additional declarations immediately before the previous line.#endif // !defined(AFX_TOOLTIPCTRL_H__3A261C09_E57D_4ADD_AA94_34B58170E4C4__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?