mapeditor.h
changeset 267 5d0cbeb02bf3
parent 266 7d91b35c1b6f
child 295 f6fecd518011
     1.1 --- a/mapeditor.h	Tue Mar 28 20:04:04 2006 +0000
     1.2 +++ b/mapeditor.h	Wed Mar 29 09:11:09 2006 +0000
     1.3 @@ -99,10 +99,11 @@
     1.4      void addNewBranchHere();		// insert and make selection its
     1.5      void deleteSelection();
     1.6  	LinkableMapObj* getSelection();	// returns selection
     1.7 -	bool select(const QString &);	// Select 
     1.8  	void unselect();				// before changing current noteedit
     1.9  	void reselect();				// after  changing current noteedit
    1.10 +	bool select(const QString &);	// Select 
    1.11  private:	
    1.12 +	void select(LinkableMapObj*);	
    1.13  	void selectNextBranch();		// Increment number of branch
    1.14  	void selectPrevBranch();		// Decrement number of branch
    1.15  public: