#include <listview_icon_list.h>
Public Member Functions | |
Construction | |
| CL_ListViewIconList () | |
| ~CL_ListViewIconList () | |
Attributes | |
| CL_ListViewIcon | get_icon (int index) |
| Get icon. | |
| CL_Colorf | get_color () |
| Get Color. | |
| CL_Colorf | get_selected_color () |
| Get Selected color. | |
| CL_Colorf | get_color_overlay () |
| Get Color overlay. | |
| CL_Colorf | get_selected_color_overlay () |
| Get Selected color overlay. | |
Operations | |
| void | clear () |
| Clear the icon list. | |
| void | erase (int index) |
| Erase the icon at the specified index. | |
| void | set_icon (int index, const CL_ListViewIcon &icon) |
| Set the icon at the specified index. | |
| void | set_color (const CL_Colorf &color) |
| Set color. | |
| void | set_selected_color (const CL_Colorf &color) |
| Set selected color. | |
| void | set_color_overlay (const CL_Colorf &color) |
| Set color overlay. | |
| void | set_selected_color_overlay (const CL_Colorf &color) |
| Set selected color overlay. | |
|
|
|
|
|
|
|
|
Clear the icon list.
|
|
|
Erase the icon at the specified index.
|
|
|
Get Color.
|
|
|
Get Color overlay.
|
|
|
Get icon.
|
|
|
Get Selected color.
|
|
|
Get Selected color overlay.
|
|
|
Set color.
|
|
|
Set color overlay.
|
|
||||||||||||
|
Set the icon at the specified index.
|
|
|
Set selected color.
|
|
|
Set selected color overlay.
|
1.4.6