ItemSelectionModel class reference
[Model/View module]
Declaration
#include <QtLua/ItemSelectionModel>
namespace QtLua {
class ItemSelectionModel;
};
This class is a member of the QtLua namespace.
Description
This class can be used with ItemModel if you want to prevent multiple selection which contains childs and associated parents at the same time.
Inheritance
Members
Functions
- ItemSelectionModel(ItemModel *model)
- ItemSelectionModel(ItemModel *model, QObject *parent)
Slots
Members detail
ItemSelectionModel(ItemModel *model)
No documentation available
No documentation available
virtual void select(const QModelIndex &index, QItemSelectionModel::SelectionFlags command)
This member is a Qt slot.
virtual void select(const QItemSelection &selection, QItemSelectionModel::SelectionFlags command)
This member is a Qt slot.