5 #ifndef CNOID_BASE_ITEM_SELECTION_MODEL_H 6 #define CNOID_BASE_ITEM_SELECTION_MODEL_H 8 #include <cnoid/Signal> 9 #include <QItemSelectionModel> 23 return sigCurrentChanged_;
26 return sigCurrentColumnChanged_;
29 return sigCurrentRowChanged_;
32 return sigSelectionChanged_;
36 void onCurrentChanged(
const QModelIndex& index,
const QModelIndex& previous);
37 void onCurrentColumnChanged(
const QModelIndex& index,
const QModelIndex& previous);
38 void onCurrentRowChanged(
const QModelIndex& index,
const QModelIndex& previous);
39 void onSelectionChanged(
const QItemSelection& selected,
const QItemSelection& deselected);
Definition: ItemSelectionModel.h:14
SignalProxy< void(const QItemSelection &selected, const QItemSelection &deselected)> sigSelectionChanged()
Definition: ItemSelectionModel.h:31
Defines the minimum processing for performing pasing file for STL.
Definition: AbstractSceneLoader.h:9
SignalProxy< void(const QModelIndex &index, const QModelIndex &previous)> sigCurrentRowChanged()
Definition: ItemSelectionModel.h:28
SignalProxy< void(const QModelIndex &index, const QModelIndex &previous)> sigCurrentColumnChanged()
Definition: ItemSelectionModel.h:25
#define CNOID_EXPORT
Definition: Util/exportdecl.h:37
SignalProxy< void(const QModelIndex &index, const QModelIndex &previous)> sigCurrentChanged()
Definition: ItemSelectionModel.h:22