|
Rhino C++ API
8.24
|
#include <RhinoSdkUiImageList.h>
Public Member Functions | |
| CRhinoUiImageList (void) | |
| ~CRhinoUiImageList (void) | |
| bool | DeleteTrueColorImageList () |
| DO NOT call DeleteImageList() directly!!!!! More... | |
| bool | LoadTrueColorImageList (LPCTSTR lpszBitmapID, int cx, bool grow, COLORREF crMask, AFX_MODULE_STATE *pPlugInModuleState=NULL) |
| bool | LoadTrueColorImageList (UINT nID, int cx, bool grow, COLORREF crMask, AFX_MODULE_STATE *pPlugInModuleState=NULL) |
Protected Attributes | |
| AFX_MODULE_STATE * | m_pPlugInModuleState |
/ / 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. / //////////////////////////////////////////////////////////////
| CRhinoUiImageList::CRhinoUiImageList | ( | void | ) |
| CRhinoUiImageList::~CRhinoUiImageList | ( | void | ) |
| bool CRhinoUiImageList::DeleteTrueColorImageList | ( | ) |
DO NOT call DeleteImageList() directly!!!!!
| bool CRhinoUiImageList::LoadTrueColorImageList | ( | LPCTSTR | lpszBitmapID, |
| int | cx, | ||
| bool | grow, | ||
| COLORREF | crMask, | ||
| AFX_MODULE_STATE * | pPlugInModuleState = NULL |
||
| ) |
| bool CRhinoUiImageList::LoadTrueColorImageList | ( | UINT | nID, |
| int | cx, | ||
| bool | grow, | ||
| COLORREF | crMask, | ||
| AFX_MODULE_STATE * | pPlugInModuleState = NULL |
||
| ) |
|
protected |
1.8.17