Rhino C++ API
8.17
|
#include <RhinoSdkUiHyperLink.h>
Public Member Functions | |
CRhinoUiHyperlink (LPCTSTR lpLink=NULL, bool bDeleteOnDestroy=false) | |
virtual | ~CRhinoUiHyperlink () |
afx_msg HBRUSH | CtlColor (CDC *pDC, UINT nCtlColor) |
afx_msg void | OnLButtonUp (UINT nFlags, CPoint point) |
afx_msg LRESULT | OnNcHitTest (CPoint point) |
afx_msg BOOL32 | OnSetCursor (CWnd *pWnd, UINT nHitTest, UINT message) |
Public Attributes | |
COLORREF | m_cfCurrentColor |
COLORREF | m_cfUnvisitedColor |
COLORREF | m_cfVisitedColor |
HCURSOR | m_hHandCursor |
CString | m_strLink |
Protected Member Functions | |
virtual void | PostNcDestroy () |
Protected Attributes | |
BOOL32 | m_bDeleteOnDestroy |
CFont | m_Font |
/ / Copyright (c) 1993-2007 Robert McNeel & Associates. All rights reserved. / Rhinoceros is a registered trademark of Robert McNeel & Associates. / / THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. / ALL IMPLIED WARRANTIES OF FITNESS FOR ANY PARTICULAR PURPOSE AND OF / MERCHANTABILITY ARE HEREBY DISCLAIMED. /
/ For complete Rhino SDK copyright information see http://www.rhino3d.com/developer. / //////////////////////////////////////////////////////////////
CRhinoUiHyperlink::CRhinoUiHyperlink | ( | LPCTSTR | lpLink = NULL , |
bool | bDeleteOnDestroy = false |
||
) |
|
virtual |
afx_msg void CRhinoUiHyperlink::OnLButtonUp | ( | UINT | nFlags, |
CPoint | point | ||
) |
afx_msg LRESULT CRhinoUiHyperlink::OnNcHitTest | ( | CPoint | point | ) |
|
protectedvirtual |
|
protected |
COLORREF CRhinoUiHyperlink::m_cfCurrentColor |
COLORREF CRhinoUiHyperlink::m_cfUnvisitedColor |
COLORREF CRhinoUiHyperlink::m_cfVisitedColor |
|
protected |
HCURSOR CRhinoUiHyperlink::m_hHandCursor |
CString CRhinoUiHyperlink::m_strLink |