diff -r 2d4cc445a86a -r ee6b0f3a4c2f vymmodel.h --- a/vymmodel.h Mon Mar 23 09:06:51 2009 +0000 +++ b/vymmodel.h Thu Mar 26 07:49:17 2009 +0000 @@ -417,7 +417,10 @@ //void ensureSelectionVisible(); //!< Show selection in all views + void emitContentHasChanged (TreeItem *ti); + signals: + void contentHasChanged (QModelIndex ix); void newChildObject(QModelIndex ix); private: @@ -572,6 +575,13 @@ QString getSelectString (); QString getSelectString (LinkableMapObj *lmo); + + /* +public slots: + void changeSelection (const QItemSelection &newSel, const QItemSelection &delSel); + */ + +public: void updateSelection(const QItemSelection &oldsel); void updateSelection(); void selectMapLinkColor(); @@ -583,7 +593,6 @@ public: void setSelectionColor(QColor); QColor getSelectionColor(); - }; #endif