Icon set class. More...
#include <icon_set.h>
Public Member Functions | |
IconSet () | |
Constructs an icon set. | |
void | add_image (const PixelBuffer &image) |
Adds an image to the icon set. | |
DataBuffer | create_win32_icon () |
Generates a Windows .ICO format icon from the set. | |
std::vector< PixelBuffer > | get_images () const |
Returns all the images in the icon set. | |
Icon set class.
clan::IconSet::IconSet | ( | ) |
Constructs an icon set.
void clan::IconSet::add_image | ( | const PixelBuffer & | image | ) |
Adds an image to the icon set.
References clan::image.
DataBuffer clan::IconSet::create_win32_icon | ( | ) |
Generates a Windows .ICO format icon from the set.
std::vector< PixelBuffer > clan::IconSet::get_images | ( | ) | const |
Returns all the images in the icon set.