#include <listview_selected_item.h>
Implementation | |
| class | CL_ListViewSelection |
Public Member Functions | |
Construction | |
| CL_ListViewSelectedItem () | |
| CL_ListViewSelectedItem (const CL_ListViewItem &item) | |
| Constructs a ListViewSelectedItem. | |
Attributes | |
| bool | is_null () const |
| Is Null. | |
| bool | is_item () const |
| Is Item. | |
| CL_ListViewItem | get_item () |
| Get Item. | |
| CL_ListViewSelectedItem | prev () |
| Prev. | |
| CL_ListViewSelectedItem | get_next_sibling () |
| Get Next sibling. | |
|
|
|
|
|
Constructs a ListViewSelectedItem.
|
|
|
Get Item.
|
|
|
Get Next sibling.
|
|
|
Is Item.
|
|
|
Is Null.
|
|
|
Prev.
|
|
|
|
1.4.6