Choreonoid  1.8
Public Member Functions | List of all members
cnoid::ItemSelectionModel Class Reference

#include <ItemSelectionModel.h>

Inheritance diagram for cnoid::ItemSelectionModel:

Public Member Functions

 ItemSelectionModel (QAbstractItemModel *model)
 
 ItemSelectionModel (QAbstractItemModel *model, QObject *parent)
 
SignalProxy< void(const QModelIndex &index, const QModelIndex &previous)> sigCurrentChanged ()
 
SignalProxy< void(const QModelIndex &index, const QModelIndex &previous)> sigCurrentColumnChanged ()
 
SignalProxy< void(const QModelIndex &index, const QModelIndex &previous)> sigCurrentRowChanged ()
 
SignalProxy< void(const QItemSelection &selected, const QItemSelection &deselected)> sigSelectionChanged ()
 

Constructor & Destructor Documentation

◆ ItemSelectionModel() [1/2]

ItemSelectionModel::ItemSelectionModel ( QAbstractItemModel *  model)

◆ ItemSelectionModel() [2/2]

ItemSelectionModel::ItemSelectionModel ( QAbstractItemModel *  model,
QObject *  parent 
)

Member Function Documentation

◆ sigCurrentChanged()

SignalProxy<void(const QModelIndex& index, const QModelIndex& previous)> cnoid::ItemSelectionModel::sigCurrentChanged ( )
inline

◆ sigCurrentColumnChanged()

SignalProxy<void(const QModelIndex& index, const QModelIndex& previous)> cnoid::ItemSelectionModel::sigCurrentColumnChanged ( )
inline

◆ sigCurrentRowChanged()

SignalProxy<void(const QModelIndex& index, const QModelIndex& previous)> cnoid::ItemSelectionModel::sigCurrentRowChanged ( )
inline

◆ sigSelectionChanged()

SignalProxy<void(const QItemSelection& selected, const QItemSelection& deselected)> cnoid::ItemSelectionModel::sigSelectionChanged ( )
inline

The documentation for this class was generated from the following files: