UserItemSelectionModel class reference
[Model/View module]

Declaration  

#include <QtLua/UserItemSelectionModel>

namespace QtLua {
class UserItemSelectionModel;
};

This class is a member of the QtLua namespace.

Description  

This class can be used with UserItemModel if you want to prevent multiple selection which contains childs and associated parents at the same time.

Members  

Functions  

Slots  

  • virtual void select(const QModelIndex &index, QItemSelectionModel::SelectionFlags command)
  • virtual void select(const QItemSelection &selection, QItemSelectionModel::SelectionFlags command)

Members detail  

UserItemSelectionModel(UserItemModel *model)  

No documentation available

UserItemSelectionModel(UserItemModel *model, QObject *parent)  

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.

Valid XHTML 1.0 StrictGenerated by diaxen on Sat Mar 30 15:29:55 2013 using MkDoc