diff -r 4a84d7e444d8 -r c2ce9944148c vymmodel.h --- a/vymmodel.h Thu Jan 21 11:56:57 2010 +0000 +++ b/vymmodel.h Wed Feb 10 13:48:42 2010 +0000 @@ -229,7 +229,7 @@ QGraphicsScene *getScene(); TreeItem* findBySelectString (QString s); - TreeItem* findID (const QString &s); // find MapObj by previously set ID + TreeItem* findID (const uint &i); // find MapObj by unique ID //////////////////////////////////////////// @@ -309,7 +309,7 @@ bool moveDown(BranchItem *bi); //!< Move branch down without saving state void moveDown(); //!< Move branch down void detach(); //!< Detach branch and use as new mapcenter - void sortChildren(); //!< Sort children lexically + void sortChildren(bool inverse=false); //!< Sort children lexically // The create methods are used to quickly parse a XML file BranchItem* createMapCenter(); //!< Create MapCenter