#include <listview_icon_list.h>
Public Member Functions | |
Construction | |
| ListViewIconList () | |
| ~ListViewIconList () | |
Attributes | |
| ListViewIcon | get_icon (int index) |
| Get icon. More... | |
| Colorf | get_color () |
| Get Color. More... | |
| Colorf | get_selected_color () |
| Get Selected color. More... | |
| Colorf | get_color_overlay () |
| Get Color overlay. More... | |
| 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 ListViewIcon &icon) |
| Set the icon at the specified index. More... | |
| void | set_color (const Colorf &color) |
| Set color. More... | |
| void | set_selected_color (const Colorf &color) |
| Set selected color. More... | |
| void | set_color_overlay (const Colorf &color) |
| Set color overlay. More... | |
| void | set_selected_color_overlay (const Colorf &color) |
| Set selected color overlay. More... | |
ListView icon list.