diff -r b0d72eb511c9 -r 494a5b8c131e branchpropwindow.h --- a/branchpropwindow.h Wed Apr 25 16:02:54 2007 +0000 +++ b/branchpropwindow.h Wed Apr 25 16:02:54 2007 +0000 @@ -11,6 +11,7 @@ Q_OBJECT public: BranchPropertyWindow (QWidget *parent=0); + ~BranchPropertyWindow (); void setBranch (BranchObj *); void setMapEditor (MapEditor *); @@ -18,15 +19,22 @@ void frameTypeChanged (int); void framePenColorClicked (); void frameBrushColorClicked (); + void framePaddingChanged(int); + void frameBorderWidthChanged(int); void linkHideUnselectedChanged (int); + void incImgVerChanged (int); + void incImgHorChanged (int); private: + void connectSignals(); + void disconnectSignals(); + Ui::BranchPropertyWindow ui; BranchObj *branch; MapEditor *mapEditor; - QColor penColor; // FIXME replace this with Palette + QColor penColor; QColor brushColor; };