branchpropwindow.h
changeset 462 494a5b8c131e
parent 440 c6a8651e6bbc
child 481 31196a98699c
     1.1 --- a/branchpropwindow.h	Sat Mar 31 09:28:27 2007 +0000
     1.2 +++ b/branchpropwindow.h	Wed Apr 25 16:02:54 2007 +0000
     1.3 @@ -11,6 +11,7 @@
     1.4  	Q_OBJECT
     1.5  public:
     1.6  	BranchPropertyWindow (QWidget *parent=0);
     1.7 +	~BranchPropertyWindow ();
     1.8  	void setBranch (BranchObj *);
     1.9  	void setMapEditor (MapEditor *);
    1.10  
    1.11 @@ -18,15 +19,22 @@
    1.12  	void frameTypeChanged (int);
    1.13  	void framePenColorClicked ();
    1.14  	void frameBrushColorClicked ();
    1.15 +	void framePaddingChanged(int);
    1.16 +	void frameBorderWidthChanged(int);
    1.17  	void linkHideUnselectedChanged (int);
    1.18 +	void incImgVerChanged (int);
    1.19 +	void incImgHorChanged (int);
    1.20  
    1.21  private:
    1.22 +	void connectSignals();
    1.23 +	void disconnectSignals();
    1.24 +	
    1.25  	Ui::BranchPropertyWindow ui;
    1.26  
    1.27  	BranchObj *branch;
    1.28  	MapEditor *mapEditor;
    1.29  
    1.30 -	QColor penColor;	// FIXME replace this with Palette
    1.31 +	QColor penColor;
    1.32  	QColor brushColor;
    1.33  };
    1.34