ClanLib  2.3.7
List of all members
CL_ListViewIconList Class Reference

ListView icon list. More...

#include <listview_icon_list.h>

Public Member Functions

Construction
 CL_ListViewIconList ()
 
 ~CL_ListViewIconList ()
 
Attributes
CL_ListViewIcon get_icon (int index)
 Get icon. More...
 
CL_Colorf get_color ()
 Get Color. More...
 
CL_Colorf get_selected_color ()
 Get Selected color. More...
 
CL_Colorf get_color_overlay ()
 Get Color overlay. More...
 
CL_Colorf get_selected_color_overlay ()
 Get Selected color overlay. More...
 
Operations
void clear ()
 Clear the icon list. More...
 
void erase (int index)
 Erase the icon at the specified index. More...
 
void set_icon (int index, const CL_ListViewIcon &icon)
 Set the icon at the specified index. More...
 
void set_color (const CL_Colorf &color)
 Set color. More...
 
void set_selected_color (const CL_Colorf &color)
 Set selected color. More...
 
void set_color_overlay (const CL_Colorf &color)
 Set color overlay. More...
 
void set_selected_color_overlay (const CL_Colorf &color)
 Set selected color overlay. More...
 

Detailed Description

ListView icon list.

Constructor & Destructor Documentation

CL_ListViewIconList::CL_ListViewIconList ( )
CL_ListViewIconList::~CL_ListViewIconList ( )

Member Function Documentation

void CL_ListViewIconList::clear ( )

Clear the icon list.

void CL_ListViewIconList::erase ( int  index)

Erase the icon at the specified index.

CL_Colorf CL_ListViewIconList::get_color ( )

Get Color.

Returns
color
CL_Colorf CL_ListViewIconList::get_color_overlay ( )

Get Color overlay.

Returns
color_overlay
CL_ListViewIcon CL_ListViewIconList::get_icon ( int  index)

Get icon.

Parameters
index= value
Returns
List View Icon
CL_Colorf CL_ListViewIconList::get_selected_color ( )

Get Selected color.

Returns
selected_color
CL_Colorf CL_ListViewIconList::get_selected_color_overlay ( )

Get Selected color overlay.

Returns
selected_color_overlay
void CL_ListViewIconList::set_color ( const CL_Colorf color)

Set color.

Parameters
color= Colorf
void CL_ListViewIconList::set_color_overlay ( const CL_Colorf color)

Set color overlay.

Parameters
color= Colorf
void CL_ListViewIconList::set_icon ( int  index,
const CL_ListViewIcon icon 
)

Set the icon at the specified index.

void CL_ListViewIconList::set_selected_color ( const CL_Colorf color)

Set selected color.

Parameters
color= Colorf
void CL_ListViewIconList::set_selected_color_overlay ( const CL_Colorf color)

Set selected color overlay.

Parameters
color= Colorf

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