1.11.2 split up of xml helper functions. started to work on attributes
1 #ifndef BRANCHPROPERTYWINDOW_H
2 #define BRANCHPROPERTYWINDOW_H
4 #include "ui_branchpropwindow.h"
10 #include "mapeditor.h"
12 class BranchPropertyWindow:public QDialog
16 BranchPropertyWindow (QWidget *parent=0);
17 ~BranchPropertyWindow ();
18 void setBranch (BranchObj *);
19 void setMapEditor (MapEditor *);
22 void frameTypeChanged (int);
23 void framePenColorClicked ();
24 void frameBrushColorClicked ();
25 void framePaddingChanged(int);
26 void frameBorderWidthChanged(int);
27 void linkHideUnselectedChanged (int);
28 void incImgVerChanged (int);
29 void incImgHorChanged (int);
35 void closeEvent( QCloseEvent* );
38 void connectSignals();
39 void disconnectSignals();
41 Ui::BranchPropertyWindow ui;