Rhino C++ API
8.21
|
#include <RhinoSdkUiColorListBox.h>
Public Member Functions | |
CRhinoUiColorListBox () | |
virtual | ~CRhinoUiColorListBox () |
bool | AddColorItem (const char *lpsColorName, COLORREF color) |
bool | AddColorItem (const wchar_t *lpsColorName, COLORREF color) |
virtual int | CompareItem (LPCOMPAREITEMSTRUCT) |
virtual void | DrawItem (LPDRAWITEMSTRUCT) |
CRhinoUiColorComboBoxItem * | ItemFromIndex (int nIndex) |
void | SetColorPalette (HPALETTE pal) |
Protected Member Functions | |
bool | _AddColorItem (LPCTSTR lpsColorName, COLORREF color) |
Protected Attributes | |
HPALETTE | m_hPalette |
CObArray | m_items |
/ / 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. / //////////////////////////////////////////////////////////////
CRhinoUiColorListBox::CRhinoUiColorListBox | ( | ) |
|
virtual |
bool CRhinoUiColorListBox::AddColorItem | ( | const char * | lpsColorName, |
COLORREF | color | ||
) |
bool CRhinoUiColorListBox::AddColorItem | ( | const wchar_t * | lpsColorName, |
COLORREF | color | ||
) |
|
virtual |
|
virtual |
CRhinoUiColorComboBoxItem* CRhinoUiColorListBox::ItemFromIndex | ( | int | nIndex | ) |
void CRhinoUiColorListBox::SetColorPalette | ( | HPALETTE | pal | ) |
|
protected |
|
protected |