vymmodel.h
changeset 769 a6931cd6309a
parent 767 6d2b32f305f9
child 771 01f2f6d6789d
     1.1 --- a/vymmodel.h	Thu May 14 12:42:58 2009 +0000
     1.2 +++ b/vymmodel.h	Fri May 15 15:22:15 2009 +0000
     1.3 @@ -552,10 +552,11 @@
     1.4  	void setSelectionBlocked(bool);
     1.5  	bool isSelectionBlocked();
     1.6  
     1.7 -	bool select ();							// select by using common QItemSlectionModel
     1.8 -	bool select (const QString &);			// Select by string
     1.9 -	bool select (LinkableMapObj *lmo);		// Select by pointer tog LMO
    1.10 -	bool select (TreeItem *ti );			// Select by point to TreeItem
    1.11 +	bool select ();							//! select by using common QItemSelectionModel
    1.12 +	bool select (const QString &);			//! Select by string
    1.13 +	bool select (LinkableMapObj *lmo);		//! Select by pointer to LMO
    1.14 +	bool select (TreeItem *ti );			//! Select by pointer to TreeItem
    1.15 +	bool select (const QModelIndex &index);	//! Select by ModelIndex
    1.16  	void unselect();
    1.17  	void reselect();
    1.18