ReactOS 0.4.16-dev-1025-gd3456f5
|
Hyperlink Controls. More...
#include <window.h>
Public Types | |
typedef SubclassedWindow | super |
![]() | |
typedef Window | super |
![]() | |
typedef map< HWND, Window * > | WindowMap |
typedef Window *(* | CREATORFUNC) (HWND) |
typedef Window *(* | CREATORFUNC_INFO) (HWND, const void *) |
Public Member Functions | |
HyperlinkCtrl (HWND hwnd, COLORREF colorLink=RGB(0, 0, 255), COLORREF colorVisited=RGB(128, 0, 128)) | |
HyperlinkCtrl (HWND owner, int id, COLORREF colorLink=RGB(0, 0, 255), COLORREF colorVisited=RGB(128, 0, 128)) | |
~HyperlinkCtrl () | |
![]() | |
SubclassedWindow (HWND) | |
![]() | |
Window (HWND hwnd) | |
virtual | ~Window () |
LRESULT | SendParent (UINT nmsg, WPARAM wparam=0, LPARAM lparam=0) |
LRESULT | PostParent (UINT nmsg, WPARAM wparam=0, LPARAM lparam=0) |
Window (INT cx, INT cy, BOOL fAutoHide=FALSE) | |
virtual | ~Window () |
virtual LRESULT CALLBACK | WindowProcDx (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
void | DoAction () |
Public Attributes | |
String | _cmd |
![]() | |
IAccessible | IAccessible_iface |
IOleWindow | IOleWindow_iface |
IEnumVARIANT | IEnumVARIANT_iface |
LONG | ref |
Protected Attributes | |
COLORREF | _textColor |
COLORREF | _colorVisited |
HFONT | _hfont |
HCURSOR | _crsr_link |
![]() | |
WNDPROC | _orgWndProc |
![]() | |
HWND | m_hwnd |
BOOL | m_fAutoHide |
BOOL | m_fOnTop |
BOOL | m_fHiding |
UINT | m_uSide |
LONG | m_cxWidth |
LONG | m_cyHeight |
LONG | m_cxSave |
LONG | m_cySave |
BOOL | m_fAppBarRegd |
BOOL | m_fMoving |
BOOL | m_bDragged |
POINT | m_ptDragOn |
RECT | m_rcAppBar |
RECT | m_rcDrag |
typedef SubclassedWindow HyperlinkCtrl::super |
HyperlinkCtrl::HyperlinkCtrl | ( | HWND | hwnd, |
COLORREF | colorLink = RGB(0,0,255) , |
||
COLORREF | colorVisited = RGB(128,0,128) |
||
) |
Definition at line 1186 of file window.cpp.
HyperlinkCtrl::HyperlinkCtrl | ( | HWND | owner, |
int | id, | ||
COLORREF | colorLink = RGB(0,0,255) , |
||
COLORREF | colorVisited = RGB(128,0,128) |
||
) |
Definition at line 1197 of file window.cpp.
HyperlinkCtrl::~HyperlinkCtrl | ( | ) |
Definition at line 1216 of file window.cpp.
|
protected |
|
inlineprotected |
Definition at line 837 of file window.h.
Referenced by WndProc().
Reimplemented from SubclassedWindow.
Definition at line 1222 of file window.cpp.
String HyperlinkCtrl::_cmd |
Definition at line 825 of file window.h.
Referenced by init(), and LaunchLink().
|
protected |
|
protected |
|
protected |
Definition at line 830 of file window.h.
Referenced by WndProc(), and ~HyperlinkCtrl().
|
protected |