#include <uxbmicon.hpp>
Inheritance diagram for ufo::UXBMIcon:
Public Member Functions | |
UXBMIcon (const uint8_t *src, int width, int height) | |
virtual void | paintIcon (UGraphics *g, const URectangle &rect, const UStyleHints *hints, uint32_t widgetState=0) |
virtual UDimension | getIconSize () const |
WARNING: This class is deprecated and should not be used.
|
Implements ufo::UIcon.
|
|
Paints this icon on the given graphics object. If the size of the rectangle is empty or invalid, the actual icon size is used. Furthermore, the icon may ignore given sizes.
Implements ufo::UIcon.
|