ClanLib
2.3.7
|
Icon set class. More...
#include <icon_set.h>
Public Member Functions | |
Construction | |
CL_IconSet () | |
Constructs an icon set. More... | |
Attributes | |
std::vector< CL_PixelBuffer > | get_images () const |
Returns all the images in the icon set. More... | |
Operations | |
void | add_image (const CL_PixelBuffer &image) |
Adds an image to the icon set. More... | |
CL_DataBuffer | create_win32_icon () |
Generates a Windows .ICO format icon from the set. More... | |
Icon set class.
CL_IconSet::CL_IconSet | ( | ) |
Constructs an icon set.
void CL_IconSet::add_image | ( | const CL_PixelBuffer & | image) |
Adds an image to the icon set.
CL_DataBuffer CL_IconSet::create_win32_icon | ( | ) |
Generates a Windows .ICO format icon from the set.
std::vector<CL_PixelBuffer> CL_IconSet::get_images | ( | ) | const |
Returns all the images in the icon set.