diff -r 5987f9f15bac -r 133e2ed6b9c5 branchobj.h --- a/branchobj.h Mon Aug 03 10:42:12 2009 +0000 +++ b/branchobj.h Thu Sep 03 08:52:00 2009 +0000 @@ -17,10 +17,7 @@ /*! New branches will get use same color for heading as parent */ enum BranchModification {NewBranch, MovedBranch}; - - BranchObj (); - BranchObj (QGraphicsScene*); - BranchObj (QGraphicsScene*, LinkableMapObj* parent); + BranchObj (QGraphicsScene*,TreeItem *ti=NULL); ~BranchObj (); bool operator< ( const BranchObj & ); bool operator== ( const BranchObj & ); @@ -47,21 +44,6 @@ virtual void updateData(); //! Update represantatio of heading, flags, etc. - virtual void addXLink (XLinkObj*); - virtual void removeXLinkRef (XLinkObj*);// Remove ref in list - virtual void deleteXLink (XLinkObj*); // remove references and delete XLinkObj - virtual void deleteXLinkAt (int); // remove references and delete XLinkObj - virtual XLinkObj* XLinkAt (int); // return reference of XLinkObj - virtual BranchObj* XLinkTargetAt (int); - -/* FIXME-3 - virtual FloatImageObj* addFloatImage(); - virtual FloatImageObj* addFloatImage(FloatImageObj*); - virtual void removeFloatImage(FloatImageObj*); - virtual FloatImageObj* getFirstFloatImage(); - virtual FloatImageObj* getLastFloatImage(); -*/ -//FIXME-3 virtual FloatImageObj* getFloatImageNum(const uint &); protected: virtual void savePosInAngle(); // write pos in angle for resorting public: @@ -82,7 +64,6 @@ virtual bool animate(); protected: - //FIXME-3 QList floatimage;// child images QList xlink; // xlinks to other branches AnimPoint anim;