SavvyUI C++ UI Library
Loading...
Searching...
No Matches
Icons Class Reference

#include <Icons.h>

Public Member Functions

 Icons ()
void disableEzIcon (BOOL bDisabled=TRUE)
void enableFillMode (BOOL bEnabled=TRUE)
void enableMonotone (BOOL bEnabled=TRUE)
void setColor (COLORREF color=RGB(51, 102, 152))
void setTextColor (COLORREF color=RGB(0, 0, 0))
void setBorderColor (COLORREF color=RGB(0, 0, 0))
void setMaxImageSize (long imageSize)
void drawIcon (Graphics *g, const IconType &iconType, const Bounds &iconRect, COLORREF color=NULL)
long imageFileToIcon (const wstring &imageFileName)

Constructor & Destructor Documentation

◆ Icons()

Icons::Icons ( )

Member Function Documentation

◆ disableEzIcon()

void Icons::disableEzIcon ( BOOL bDisabled = TRUE)

◆ drawIcon()

void Icons::drawIcon ( Graphics * g,
const IconType & iconType,
const Bounds & iconRect,
COLORREF color = NULL )

◆ enableFillMode()

void Icons::enableFillMode ( BOOL bEnabled = TRUE)

◆ enableMonotone()

void Icons::enableMonotone ( BOOL bEnabled = TRUE)

◆ imageFileToIcon()

long Icons::imageFileToIcon ( const wstring & imageFileName)

◆ setBorderColor()

void Icons::setBorderColor ( COLORREF color = RGB(0, 0, 0))

◆ setColor()

void Icons::setColor ( COLORREF color = RGB(51, 102, 152))

◆ setMaxImageSize()

void Icons::setMaxImageSize ( long imageSize)

◆ setTextColor()

void Icons::setTextColor ( COLORREF color = RGB(0, 0, 0))

The documentation for this class was generated from the following file: