vymmodel.h
changeset 848 e265f07f2173
parent 847 43268373032d
     1.1 --- a/vymmodel.h	Wed Jun 09 13:14:08 2010 +0000
     1.2 +++ b/vymmodel.h	Mon Jun 14 13:59:17 2010 +0000
     1.3 @@ -179,6 +179,7 @@
     1.4  
     1.5  
     1.6  	QString getHistoryPath();			//!< Path to directory containing the history
     1.7 +	void resetHistory();				//!< Initialize history
     1.8  
     1.9  	/*! \brief Save the current changes in map 
    1.10  
    1.11 @@ -335,7 +336,7 @@
    1.12  
    1.13  	    Disclaimer: Still experimental, not fully supported yet.
    1.14  	*/	
    1.15 -	BranchItem* addMapCenter();
    1.16 +	BranchItem* addMapCenter(bool saveStateFlag=true);
    1.17  private:	
    1.18  	BranchItem* addMapCenter(QPointF absPos);
    1.19  
    1.20 @@ -628,6 +629,7 @@
    1.21      bool selectFirstBranch();
    1.22      bool selectLastBranch();
    1.23  	bool selectLastSelectedBranch();
    1.24 +    bool selectLastImage();
    1.25  	bool selectParent();
    1.26  
    1.27  public: