diff -r 6d2b32f305f9 -r a6931cd6309a vymmodel.h --- a/vymmodel.h Wed May 13 08:26:27 2009 +0000 +++ b/vymmodel.h Fri May 15 15:22:15 2009 +0000 @@ -552,10 +552,11 @@ void setSelectionBlocked(bool); bool isSelectionBlocked(); - bool select (); // select by using common QItemSlectionModel - bool select (const QString &); // Select by string - bool select (LinkableMapObj *lmo); // Select by pointer tog LMO - bool select (TreeItem *ti ); // Select by point to TreeItem + bool select (); //! select by using common QItemSelectionModel + bool select (const QString &); //! Select by string + bool select (LinkableMapObj *lmo); //! Select by pointer to LMO + bool select (TreeItem *ti ); //! Select by pointer to TreeItem + bool select (const QModelIndex &index); //! Select by ModelIndex void unselect(); void reselect();