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