|
Windows C++ Library
|
#include <URLLabel.hpp>
Public Member Functions | |
| CURLLabel () | |
| virtual | ~CURLLabel () |
| void | Protocol (const tchar *pszProtocol) |
Protected Member Functions | |
| virtual LRESULT | WndProc (HWND hWnd, UINT iMsg, WPARAM wParam, LPARAM lParam) |
| virtual void | OnSetCursor (HWND hWnd, uint nHitCode, uint nMouseMsg) |
| virtual void | OnClick () |
| virtual HBRUSH | OnReflectedCtlClr (uint nCtlClrMsg, HDC hDC) |
Protected Attributes | |
| CString | m_strProtocol |
| CCursor | m_oCursor |
| CFont | m_oFont |
| CURLLabel::~CURLLabel | ( | ) | [virtual] |
| void CURLLabel::Protocol | ( | const tchar * | pszProtocol | ) | [inline] |
| LRESULT CURLLabel::WndProc | ( | HWND | hWnd, |
| UINT | iMsg, | ||
| WPARAM | wParam, | ||
| LPARAM | lParam | ||
| ) | [protected, virtual] |
Reimplemented from CStdWnd.
| void CURLLabel::OnSetCursor | ( | HWND | hWnd, |
| uint | nHitCode, | ||
| uint | nMouseMsg | ||
| ) | [protected, virtual] |
Reimplemented from CMsgWnd.
| void CURLLabel::OnClick | ( | ) | [protected, virtual] |
| HBRUSH CURLLabel::OnReflectedCtlClr | ( | uint | nCtlClrMsg, |
| HDC | hDC | ||
| ) | [protected, virtual] |
Reimplemented from CMsgWnd.
CString CURLLabel::m_strProtocol [protected] |
CCursor CURLLabel::m_oCursor [protected] |
CFont CURLLabel::m_oFont [protected] |
1.7.6.1