mapeditor.h
changeset 89 9db3eaa21237
parent 83 e90f5bef70c8
child 93 31c6ce8efbc7
     1.1 --- a/mapeditor.h	Mon Jan 31 09:47:43 2005 +0000
     1.2 +++ b/mapeditor.h	Tue Feb 08 14:07:19 2005 +0000
     1.3 @@ -11,8 +11,6 @@
     1.4  #include "mapcenterobj.h"
     1.5  #include "misc.h"
     1.6  
     1.7 -enum ModifierMode {pickColorMode,linkObjectsMode};
     1.8 -
     1.9  class MapEditor : public QCanvasView , public xmlObj {
    1.10      Q_OBJECT
    1.11  
    1.12 @@ -130,6 +128,7 @@
    1.13      void importDir(BranchObj *,QDir);
    1.14  public:	
    1.15      void importDir();
    1.16 +	void followLink (int);
    1.17      void testFunction();				// FIXME just testing
    1.18  
    1.19  protected:
    1.20 @@ -154,8 +153,6 @@
    1.21  	LinkColorHint linkcolorhint;// use heading color or own color
    1.22  	LinkStyle linkstyle;		// default style for links
    1.23  
    1.24 -	ModifierMode modifierMode;	// pick color or link objects?
    1.25 -
    1.26      QCursor handOpenCursor;		// cursor while moving canvas view
    1.27  	QCursor pickColorCursor;	// cursor while picking color 
    1.28  	bool pickingColor;