vymview.h
changeset 806 2a33304714ba
parent 801 16a8ef1d82b2
child 808 b163492fda17
     1.1 --- a/vymview.h	Fri Oct 02 09:40:57 2009 +0000
     1.2 +++ b/vymview.h	Tue Nov 17 08:24:59 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: