Qmmp
|
#include <playlistmodel.h>
Public Member Functions | |
bool | isValid () const |
void | dump () const |
int | count () const |
Public Attributes | |
int | m_bottom = -1 |
int | m_top = 1 |
QList< int > | m_selected_indexes |
Helper class that keeps track of a view's selected items.
|
inline |
Returns number of selected items.
|
inline |
Prints object state.
|
inline |
Returns true
if this selection is valid; otherwise returns returns false
.
int m_bottom = -1 |
Bottom of the selection
QList<int> m_selected_indexes |
Selected items numbers
int m_top = 1 |
Top of the selection