|
| | CRhinoUiAutocompleteEdit () |
| |
| virtual | ~CRhinoUiAutocompleteEdit () |
| |
| void | CreateAutocomplete () |
| |
| void | DestroyAutocomplete () |
| |
| virtual const ON_ClassArray< ON_wString > * | GetSortedStringList ()=0 |
| |
| virtual BOOL32 | PreTranslateMessage (MSG *pMsg) |
| |
| | CRhinoUiEdit () |
| |
| virtual | ~CRhinoUiEdit () |
| |
| void | DDX_Text (CDataExchange *pDX, int nIDC, double &nValue) |
| |
| void | DDX_Text (CDataExchange *pDX, int nIDC, int &nValue) |
| |
| void | DDX_Text (CDataExchange *pDX, int nIDC, ON_wString &wValue) |
| |
| int | DisplayPrecision () const |
| |
| void | Format () |
| |
| const CString & | FormatKeyword () const |
| |
| int | GetEditType () const |
| |
| void | GetNumericValue (double &d) |
| |
| void | GetNumericValue (int &n) |
| |
| CSpinButtonCtrl * | GetSpinButtonCtrl () const |
| |
| void | GetStringValue (ON_wString &w) |
| |
| bool | IncludeSpinner () const |
| |
| void | LinkToSliderCtrl (CRhinoUiSliderCtrl *) |
| |
| afx_msg void | OnChar (UINT nChar, UINT nRepCnt, UINT nFlags) |
| |
| afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
| |
| afx_msg void | OnDestroy () |
| |
| afx_msg void | OnKillFocus (CWnd *pNewWnd) |
| |
| on_number_error | OnNumberErrorMode () const |
| |
| afx_msg void | OnSetFocus (CWnd *pOldWnd) |
| |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
| |
| void | SetAllowEmpty (bool bSet=true) |
| |
| void | SetDisplayPrecision (int precision) |
| |
| int | SetEditType (edit_type et) |
| |
| void | SetFormatKeyword (const char *lps) |
| |
| void | SetFormatKeyword (const wchar_t *lps) |
| |
| bool | SetIncludeSpinner (bool b) |
| |
| void | SetMax (bool bSet, double nMax=0.0) |
| |
| void | SetMax (bool bSet, int nMax=0) |
| |
| void | SetMin (bool bSet, double nMin=0.0) |
| |
| void | SetMin (bool bSet, int nMin=0) |
| |
| void | SetNonZero (bool bSet=TRUE) |
| |
| void | SetNumber (double d) |
| |
| void | SetNumber (int i) |
| |
| void | SetOnNumberErrorMode (on_number_error mode) |
| |
| void | SetStringValue (const char *s, bool bAppend=false) |
| |
| void | SetStringValue (const wchar_t *w, bool bAppend=false) |
| |
| void | SetValue (double nValue) |
| |
| void | SetValue (int nValue) |
| |
| ON_wString | StringValue () |
| |
| void | SynchSlider () |
| |
| void | VerifyValue (double &nValue) |
| |
| void | VerifyValue (int &nValue) |
| |
- NoKeywords
/ / 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. / ////////////////////////////////////////////////////////////// CRhinoUiAutocompleteEdit
Description: Edit control with a pop-up autocomplete list.