vymview.h
changeset 804 14f2b1b15242
parent 801 16a8ef1d82b2
child 808 b163492fda17
     1.1 --- a/vymview.h	Fri Oct 02 14:31:03 2009 +0000
     1.2 +++ b/vymview.h	Fri Nov 13 08:32:03 2009 +0000
     1.3 @@ -25,6 +25,8 @@
     1.4  	void changeSelection (const QItemSelection &newSel, const QItemSelection &delSel);
     1.5  	void changeProxySelection (const QItemSelection &newSel, const QItemSelection &delSel);
     1.6  	void expandAll ();
     1.7 +	void expandOneLevel ();
     1.8 +	void collapseOneLevel ();
     1.9  	void showSelection ();
    1.10  
    1.11  private: