Rhino C++ API
8.13
|
#include <RhinoSdkUiResourceManager.h>
Public Types | |
enum | bitmaps { bmp_tb_drag_not = 0, bmp_tb_drag_del } |
enum | cursors { cursor_tb_shift = 0, cursor_tb_ctrl, cursor_tb_shift_ctrl, cursor_tb_move, cursor_tb_link, cursor_tb_copy, cursor_tb_delete } |
enum | images { image_tb_tt_lr = 0, image_layer_manager_state, image_layer_manager_state_empty, image_layer_manager_image } |
Public Member Functions | |
CRhinoUiResourceManager ()=default | |
virtual | ~CRhinoUiResourceManager (void) |
HCURSOR | CreateTextCursor (HCURSOR hCursorTemplate, ON_wString wCustomText, bool bBlackTextOnWhiteBkgrnd=true, int iTextLeft=4, int iTextTop=1, LPRECT lpTextWrittenToRect=NULL) |
virtual bool | GetBitmap (bitmaps, CRhinoDib &)=0 |
virtual HCURSOR | GetCursor (cursors)=0 |
virtual bool | GetImageList (images, CRhinoUiImageList &)=0 |
virtual COLORREF | GetImageMaskingColor ()=0 |
Copyright (c) 1993-2015 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.
|
default |
|
virtual |
HCURSOR CRhinoUiResourceManager::CreateTextCursor | ( | HCURSOR | hCursorTemplate, |
ON_wString | wCustomText, | ||
bool | bBlackTextOnWhiteBkgrnd = true , |
||
int | iTextLeft = 4 , |
||
int | iTextTop = 1 , |
||
LPRECT | lpTextWrittenToRect = NULL |
||
) |
Implemented in CRhinoAppUiResourceManager.
|
pure virtual |
Implemented in CRhinoAppUiResourceManager.
|
pure virtual |
Implemented in CRhinoAppUiResourceManager.
|
pure virtual |
Implemented in CRhinoAppUiResourceManager.