treemodel.h
changeset 745 2d4cc445a86a
parent 741 1b4d1ea6ea8c
child 750 ff3b01ce0960
     1.1 --- a/treemodel.h	Thu Mar 19 11:45:28 2009 +0000
     1.2 +++ b/treemodel.h	Mon Mar 23 09:06:51 2009 +0000
     1.3 @@ -29,9 +29,12 @@
     1.4  
     1.5  	TreeItem* next(TreeItem* &current, TreeItem* &previous, int &d0);
     1.6  
     1.7 +	bool insertRows ( int row, int count, 
     1.8 +				const QModelIndex & parent = QModelIndex() ); 
     1.9  	bool removeRows ( int row, int count, 
    1.10  				const QModelIndex & parent = QModelIndex() ); 
    1.11  
    1.12 +	TreeItem* getItem (const QModelIndex &index) const;
    1.13  	QModelIndex index (TreeItem* ti);
    1.14  
    1.15  protected: