diff -r 31196a98699c -r 02f683ded030 branchpropwindow.h --- a/branchpropwindow.h Wed May 02 15:31:17 2007 +0000 +++ b/branchpropwindow.h Tue Jun 03 08:33:03 2008 +0000 @@ -5,10 +5,16 @@ #include #include +#include + +#include "attributedelegate.h" #include "branchobj.h" #include "mapeditor.h" + +class QAbstractItemModel; + class BranchPropertyWindow:public QDialog { Q_OBJECT @@ -27,6 +33,8 @@ void linkHideUnselectedChanged (int); void incImgVerChanged (int); void incImgHorChanged (int); + void addAttributeClicked(); + void deleteAttributeClicked(); signals: void windowClosed(); @@ -45,6 +53,10 @@ QColor penColor; QColor brushColor; + + QAbstractItemModel *attributeModel; + + AttributeDelegate delegate; }; #endif //