sptk::CSelection Class Reference
[GUI Classes]
List view & friend items selection.
More...
#include <CListViewSelection.h>
List of all members.
Detailed Description
List view & friend items selection.
Allows CListView to work with one or few selected rows without scanning through all the rows in list view for selected rows.
Member Function Documentation
| CPackedStrings* sptk::CSelection::findCaption |
( |
std::string |
caption |
) |
const |
Finds an item with a particular caption. Returns NULL if not found.
- Parameters:
-
| caption | CString, item caption (a string in the first column) |
Finds an item with a particular key value. Returns NULL if not found.
- Parameters:
-
| CPackedStrings& sptk::CSelection::operator[] |
( |
int |
index |
) |
const [inline] |
Element access to the selection, const version only
- Parameters:
-
| index | int, index in the selection list |
The documentation for this class was generated from the following file: