ClanLib  2.3.7
List of all members
CL_IconSet Class Reference

Icon set class. More...

#include <icon_set.h>

Public Member Functions

Construction
 CL_IconSet ()
 Constructs an icon set. More...
 
Attributes
std::vector< CL_PixelBufferget_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...
 

Detailed Description

Icon set class.

Constructor & Destructor Documentation

CL_IconSet::CL_IconSet ( )

Constructs an icon set.

Member Function Documentation

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.


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