22 #ifndef TREEVIEWCOMBOBOX_H
23 #define TREEVIEWCOMBOBOX_H
25 #include <tulip/tulipconf.h>
27 #include <QtGui/QComboBox>
28 #include <QtGui/QTreeView>
30 class TLP_QT_SCOPE TreeViewComboBox :
public QComboBox {
36 explicit TreeViewComboBox(QWidget *parent = NULL);
38 void setGraphsModel(QAbstractItemModel * model);
40 virtual void showPopup();
41 virtual void hidePopup();
43 QModelIndex selectedIndex()
const;
46 void selectIndex(
const QModelIndex&);
50 #endif // TREEVIEWCOMBOBOX_H