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