#include <playlistmodel.h>
Public Member Functions | |
| SimpleSelection () | |
| bool | isValid () const |
| void | dump () const |
| int | count () const |
Public Attributes | |
| int | m_bottom |
| int | m_top |
| int | m_anchor |
| QList< int > | m_selected_rows |
| SimpleSelection::SimpleSelection | ( | ) | [inline] |
Constructs an empty selection model.
| int SimpleSelection::count | ( | ) | const [inline] |
Returns number of selected items.
| void SimpleSelection::dump | ( | ) | const [inline] |
Prints object state.
| bool SimpleSelection::isValid | ( | ) | const [inline] |
Returns true if this selection is valid; otherwise returns returns false.
| QList<int> SimpleSelection::m_selected_rows |
Selected rows numbers
1.5.9