diff -r 382a444f5b0c -r a6931cd6309a vymmodel.h --- a/vymmodel.h Thu May 14 12:42:58 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();