vymview.h
changeset 763 8c028a5d9083
parent 761 0301e6109702
child 767 6d2b32f305f9
     1.1 --- a/vymview.h	Thu Apr 30 11:52:49 2009 +0000
     1.2 +++ b/vymview.h	Fri May 01 10:30:29 2009 +0000
     1.3 @@ -19,6 +19,8 @@
     1.4  public slots:
     1.5  	void updateChilds (QModelIndex ix);
     1.6  	void changeSelection (const QItemSelection &newSel, const QItemSelection &delSel);
     1.7 +	void expandAll ();
     1.8 +	void showSelection ();
     1.9  
    1.10  private:
    1.11  	VymModel *model;