21 #ifndef COPYPROPERTYDIALOG_H 22 #define COPYPROPERTYDIALOG_H 24 #include <tulip/tulipconf.h> 29 class CopyPropertyDialogData;
34 class PropertyInterface;
49 class TLP_QT_SCOPE CopyPropertyDialog :
public QDialog {
52 CopyPropertyDialog(QWidget *parent = NULL);
53 ~CopyPropertyDialog();
70 QString destinationPropertyName()
const;
81 PropertyScope destinationPropertyScope()
const;
95 Ui::CopyPropertyDialogData *ui;
100 void checkValidity();
103 #endif // COPYPROPERTYDIALOG_H
PropertyInterface describes the interface of a graph property.