53 #include "ui_textureProperties.hh" 54 #include "TextureData.hh" 56 #if QT_VERSION >= 0x050000 63 #include "QwtFunctionPlot.hh" 75 void applyProperties(
TextureData* _texData, QString _textureName,
int _id);
77 void getCoordinates1D(QString _textureName,
int _id, std::vector< double >& _x );
82 void show(
TextureData* _texData,
int _id, QString _name =
"");
86 void textureAboutToChange(QTreeWidgetItem* _item ,
int _column);
88 void textureChanged(QTreeWidgetItem* _item ,
int _column);
90 void slotButtonBoxClicked(QAbstractButton* _button);
92 void slotPropertiesChanged(
double _value = 0.0);
94 void slotChangeImage();
99 QTreeWidgetItem* curItem_;
100 QString currentImage_;
104 QString textureName_;
108 ACG::QwtFunctionPlot* functionPlot_;