|
Rhino C++ API
8.24
|
#include <RhinoSdkUiInPlaceCtrls.h>
Public Member Functions | |
| CRhinoUiInPlaceEdit () | |
| virtual | ~CRhinoUiInPlaceEdit () |
| void | Hide () |
| afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
| afx_msg UINT | OnGetDlgCode () |
| afx_msg void | OnKeyDown (UINT nChar, UINT nRepCnt, UINT nFlags) |
| afx_msg void | OnKillFocus (CWnd *pNewWnd) |
| virtual BOOL32 | PreTranslateMessage (MSG *pMsg) |
| void | SetParentMessageWnd (HWND hWnd) |
| void | Show (CRect rcEdit) |
Protected Member Functions | |
| virtual BOOL32 | PreCreateWindow (CREATESTRUCT &cs) |
/ / 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. / ////////////////////////////////////////////////////////////// In-place control events:
| CRhinoUiInPlaceEdit::CRhinoUiInPlaceEdit | ( | ) |
|
virtual |
| void CRhinoUiInPlaceEdit::Hide | ( | ) |
| afx_msg int CRhinoUiInPlaceEdit::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) |
| afx_msg UINT CRhinoUiInPlaceEdit::OnGetDlgCode | ( | ) |
| afx_msg void CRhinoUiInPlaceEdit::OnKillFocus | ( | CWnd * | pNewWnd | ) |
|
protectedvirtual |
| void CRhinoUiInPlaceEdit::SetParentMessageWnd | ( | HWND | hWnd | ) |
| void CRhinoUiInPlaceEdit::Show | ( | CRect | rcEdit | ) |
1.8.17