1 #ifndef NODESHAPEDIALOG_H 2 #define NODESHAPEDIALOG_H 4 #include <tulip/tulipconf.h> 16 class TLP_QT_SCOPE ShapeDialog :
public QDialog {
21 QString _selectedShapeName;
22 std::list<std::pair<QString, QPixmap> > shapes;
26 ShapeDialog(std::list<std::pair<QString, QPixmap> >& nodeShapes,
27 QWidget *parent = NULL);
30 QString getSelectedShapeName()
const;
32 void setSelectedShapeName(
const QString &shapeName);
36 void showEvent(QShowEvent *);
39 void updateShapeList();