ncmpc
0.31
|
#include <ListWindow.hxx>
Data Structures | |
struct | const_iterator |
Public Member Functions | |
constexpr bool | empty () const |
constexpr bool | Contains (unsigned i) const |
constexpr const_iterator | begin () const |
constexpr const_iterator | end () const |
Data Fields | |
unsigned | start_index |
unsigned | end_index |
The bounds of a range selection, see list_window_get_range().
|
inline |
|
inline |
|
inline |
|
inline |
unsigned ListWindowRange::start_index |
The index of the first selected item.
unsigned ListWindowRange::end_index |
The index after the last selected item. The selection is empty when this is the same as "start".