mapeditor.h
changeset 97 0b048b6bb6f4
parent 95 f688a9913724
child 98 58adc2d2ed08
     1.1 --- a/mapeditor.h	Mon Apr 18 06:37:48 2005 +0000
     1.2 +++ b/mapeditor.h	Thu Apr 21 19:14:38 2005 +0000
     1.3 @@ -115,6 +115,10 @@
     1.4  	void setLinkColorHint(LinkColorHint);	// color of links
     1.5  	LinkColorHint getLinkColorHint();
     1.6  	QColor getDefLinkColor();
     1.7 +	void setDefXLinkColor(QColor);
     1.8 +	QColor getDefXLinkColor();
     1.9 +	void setDefXLinkWidth (int);
    1.10 +	int getDefXLinkWidth();
    1.11  	void toggleLinkColorHint();				// after changing linkStyles
    1.12      void selectLinkColor();
    1.13      void toggleScroll();
    1.14 @@ -149,7 +153,9 @@
    1.15      QLineEdit* lineedit;
    1.16  
    1.17      QColor actColor;			// actual color
    1.18 -	QColor deflinkcolor;		// default color for links
    1.19 +	QColor defLinkColor;		// default color for links
    1.20 +	QColor defXLinkColor;		// default color for xlinks
    1.21 +	int defXLinkWidth;			// default width for xlinks
    1.22  	LinkColorHint linkcolorhint;// use heading color or own color
    1.23  	LinkStyle linkstyle;		// default style for links
    1.24