historywindow moved to mainwindow. Started to get rid of Q3PtrList finally
8 class HeadingObj:public MapObj {
11 HeadingObj(Q3Canvas*);
12 virtual ~HeadingObj();
14 virtual void copy(HeadingObj*);
15 virtual void move (double x,double y); // move to absolute Position
16 virtual void moveBy (double x,double y); // move to relative Position
17 virtual void positionBBox();
18 virtual void calcBBoxSize();
20 Q3CanvasText* newLine(QString); // generate new textline
22 virtual void setText(QString);
23 virtual QString text();
24 virtual void setFont(QFont);
25 virtual QFont getFont();
26 virtual void setColor(QColor);
27 virtual QColor getColor();
28 virtual void setVisibility(bool);
29 virtual int getHeight();
30 virtual int getWidth();
34 int textwidth; // width for formatting text
35 Q3PtrList <Q3CanvasText> textline; // a part of e.g. the parabel