ClanLib
2.3.7
|
ListView selection. More...
#include <listview_selected_item.h>
Public Member Functions | |
Construction | |
CL_ListViewSelection () | |
Attributes | |
CL_ListViewSelectedItem | get_first () |
Get First. More... | |
CL_ListViewSelectedItem | get_last () |
Get Last. More... | |
Operations | |
void | append (const CL_ListViewItem &item) |
Append. More... | |
void | remove (const CL_ListViewItem &item) |
Remove. More... | |
void | clear () |
Clear. More... | |
ListView selection.
CL_ListViewSelection::CL_ListViewSelection | ( | ) |
void CL_ListViewSelection::append | ( | const CL_ListViewItem & | item) |
Append.
item | = List View Item |
void CL_ListViewSelection::clear | ( | ) |
Clear.
CL_ListViewSelectedItem CL_ListViewSelection::get_first | ( | ) |
Get First.
CL_ListViewSelectedItem CL_ListViewSelection::get_last | ( | ) |
Get Last.
void CL_ListViewSelection::remove | ( | const CL_ListViewItem & | item) |
Remove.
item | = List View Item |