|
Rhino C++ API
8.28
|
CRhinoUiColorComboBoxItem. More...
#include <RhinoSdkUiColorComboBox.h>
Public Member Functions | |
| CRhinoUiColorComboBoxItem () | |
| CRhinoUiColorComboBoxItem (const CRhinoUiColorComboBoxItem &) | |
| CRhinoUiColorComboBoxItem (LPCTSTR lpsColor, COLORREF color) | |
| CRhinoUiColorComboBoxItem & | operator= (const CRhinoUiColorComboBoxItem &) |
Public Attributes | |
| COLORREF | m_color |
| CString | m_string |
/ / 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. / //////////////////////////////////////////////////////////////
| CRhinoUiColorComboBoxItem::CRhinoUiColorComboBoxItem | ( | ) |
| CRhinoUiColorComboBoxItem::CRhinoUiColorComboBoxItem | ( | const CRhinoUiColorComboBoxItem & | ) |
| CRhinoUiColorComboBoxItem& CRhinoUiColorComboBoxItem::operator= | ( | const CRhinoUiColorComboBoxItem & | ) |
| COLORREF CRhinoUiColorComboBoxItem::m_color |
| CString CRhinoUiColorComboBoxItem::m_string |
1.8.17