mapeditor.h
changeset 95 f688a9913724
parent 94 6783e13bb05d
child 97 0b048b6bb6f4
     1.1 --- a/mapeditor.h	Sat Apr 09 22:50:08 2005 +0000
     1.2 +++ b/mapeditor.h	Mon Apr 18 06:17:00 2005 +0000
     1.3 @@ -76,7 +76,6 @@
     1.4      void addNewBranch(int);			// pos allows to add above/below selection
     1.5      void deleteSelection();
     1.6  	LinkableMapObj* getSelection();	// returns selection
     1.7 -	LinkableMapObj* findObj (QString);
     1.8  	bool select(const QString &);	// Select 
     1.9  	void unselect();				// before changing current noteedit
    1.10  	void reselect();				// after  changing current noteedit
    1.11 @@ -128,8 +127,8 @@
    1.12      void importDir(BranchObj *,QDir);
    1.13  public:	
    1.14      void importDir();
    1.15 -	void followLink (int);
    1.16 -	void editLink (int);
    1.17 +	void followXLink (int);
    1.18 +	void editXLink (int);
    1.19      void testFunction();				// FIXME just testing
    1.20  
    1.21  protected:
    1.22 @@ -159,7 +158,7 @@
    1.23  	bool pickingColor;
    1.24  	bool drawingLink;			// true while creating a link
    1.25  	bool copyingObj;			// true while creating a link
    1.26 -	LinkObj* tmpLink;
    1.27 +	XLinkObj* tmpXLink;
    1.28  	
    1.29      LinkableMapObj* selection;		// select a LinkableMapObj
    1.30      LinkableMapObj* selectionLast;	// last selection