vymmodel.h
changeset 746 ee6b0f3a4c2f
parent 745 2d4cc445a86a
child 749 9ff332964015
     1.1 --- a/vymmodel.h	Mon Mar 23 09:06:51 2009 +0000
     1.2 +++ b/vymmodel.h	Thu Mar 26 07:49:17 2009 +0000
     1.3 @@ -417,7 +417,10 @@
     1.4  
     1.5  	//void ensureSelectionVisible();		//!< Show selection in all views
     1.6  
     1.7 +	void emitContentHasChanged (TreeItem *ti);
     1.8 +
     1.9  signals:
    1.10 +	void contentHasChanged (QModelIndex ix);
    1.11  	void newChildObject(QModelIndex ix);
    1.12  
    1.13  private:
    1.14 @@ -572,6 +575,13 @@
    1.15  	QString getSelectString ();
    1.16  	QString getSelectString (LinkableMapObj *lmo);
    1.17  	
    1.18 +	
    1.19 +	/*
    1.20 +public slots:
    1.21 +	void changeSelection (const QItemSelection &newSel, const QItemSelection &delSel);
    1.22 +	*/
    1.23 +
    1.24 +public:
    1.25  	void updateSelection(const QItemSelection &oldsel);
    1.26  	void updateSelection();
    1.27  	void selectMapLinkColor();
    1.28 @@ -583,7 +593,6 @@
    1.29  public:	
    1.30      void setSelectionColor(QColor);
    1.31      QColor getSelectionColor();
    1.32 -
    1.33  };
    1.34  
    1.35  #endif