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  

Slots  

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

Members detail  

ItemSelectionModel(ItemModel *model)  

No documentation available

ItemSelectionModel(ItemModel *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 Mon Aug 15 03:23:06 2011 using MkDoc