|
Rhino C++ API
8.24
|
#include <RhinoSdkUiCheckBox.h>
Public Member Functions | |
| CRhinoUiCheckBox () | |
| virtual | ~CRhinoUiCheckBox () |
| afx_msg void | OnMouseMove (UINT nFlags, CPoint point) |
| afx_msg void | OnRButtonDown (UINT nFlags, CPoint point) |
| afx_msg void OnLButtonDown(UINT nFlags, CPoint point); More... | |
| afx_msg void | OnRButtonUp (UINT nFlags, CPoint point) |
| bool | SetToggleStateOnRightClick (bool b) |
| bool | ToggleStateOnRightClick () const |
| Defaults to on. More... | |
Protected Attributes | |
| bool | m_bAllowRightButtonClick |
| bool | m_bRButtonDown |
/ / 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. / //////////////////////////////////////////////////////////////
| CRhinoUiCheckBox::CRhinoUiCheckBox | ( | ) |
|
virtual |
| afx_msg void CRhinoUiCheckBox::OnMouseMove | ( | UINT | nFlags, |
| CPoint | point | ||
| ) |
| afx_msg void CRhinoUiCheckBox::OnRButtonDown | ( | UINT | nFlags, |
| CPoint | point | ||
| ) |
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
| afx_msg void CRhinoUiCheckBox::OnRButtonUp | ( | UINT | nFlags, |
| CPoint | point | ||
| ) |
| bool CRhinoUiCheckBox::SetToggleStateOnRightClick | ( | bool | b | ) |
| bool CRhinoUiCheckBox::ToggleStateOnRightClick | ( | ) | const |
Defaults to on.
|
protected |
|
protected |
1.8.17