vymview.h
changeset 764 d0f944a540a1
parent 761 0301e6109702
child 767 6d2b32f305f9
     1.1 --- a/vymview.h	Wed Apr 29 21:40:37 2009 +0000
     1.2 +++ b/vymview.h	Wed May 06 10:02:08 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;