5 #ifndef CNOID_BASE_TREE_VIEW_H 6 #define CNOID_BASE_TREE_VIEW_H 9 #include <cnoid/Signal> 22 virtual void setModel(QAbstractItemModel* model);
39 return sigDoubleClicked_;
48 return sigViewportEntered_;
52 void onCollapsed(
const QModelIndex& index);
53 void onExpanded(
const QModelIndex& index);
54 void onActivated(
const QModelIndex& index);
55 void onClicked(
const QModelIndex& index);
56 void onDoubleClicked(
const QModelIndex& index);
57 void onEntered(
const QModelIndex& index);
58 void onPressed(
const QModelIndex& index);
59 void onViewportEntered(
void);
Definition: ItemSelectionModel.h:14
SignalProxy< void()> sigViewportEntered()
Definition: TreeView.h:47
SignalProxy< void(const QModelIndex &index)> sigClicked()
Definition: TreeView.h:35
SignalProxy< void(const QModelIndex &index)> sigDoubleClicked()
Definition: TreeView.h:38
SignalProxy< void(const QModelIndex &index)> sigActivated()
Definition: TreeView.h:32
Definition: TreeView.h:15
SignalProxy< void(const QModelIndex &index)> sigPressed()
Definition: TreeView.h:44
SignalProxy< void(const QModelIndex &index)> sigEntered()
Definition: TreeView.h:41
SignalProxy< void(const QModelIndex &index)> sigCollapsed()
Definition: TreeView.h:26
Defines the minimum processing for performing pasing file for STL.
Definition: AbstractSceneLoader.h:9
SignalProxy< void(const QModelIndex &index)> sigExpanded()
Definition: TreeView.h:29
#define CNOID_EXPORT
Definition: Util/exportdecl.h:37