branchobj.h
changeset 767 6d2b32f305f9
parent 760 59614eaf5fbb
child 772 e3f722759c7e
     1.1 --- a/branchobj.h	Thu May 07 08:48:53 2009 +0000
     1.2 +++ b/branchobj.h	Wed May 13 08:26:27 2009 +0000
     1.3 @@ -46,9 +46,7 @@
     1.4      virtual void calcBBoxSize();
     1.5  	virtual void setDockPos();
     1.6      
     1.7 -    virtual void updateHeading ();
     1.8 -
     1.9 -	virtual QString saveToDir (const QString&,const QString&, const QPointF&);// Save data recursivly to tempdir
    1.10 +    virtual void updateData();	//! Update represantatio of heading, flags, etc.
    1.11  
    1.12  	virtual void addXLink (XLinkObj*);
    1.13  	virtual void removeXLinkRef (XLinkObj*);// Remove ref in list
    1.14 @@ -79,11 +77,6 @@
    1.15      virtual void removeBranch(BranchObj*);  
    1.16      virtual void removeBranchPtr (BranchObj*);  
    1.17  
    1.18 -    virtual bool canMoveBranchUp();
    1.19 -    virtual BranchObj* moveBranchUp(BranchObj*);
    1.20 -    virtual bool canMoveBranchDown();
    1.21 -    virtual BranchObj* moveBranchDown(BranchObj*);
    1.22 -
    1.23      virtual void sortChildren();
    1.24      virtual void alignRelativeTo(const QPointF, bool alignSelf=false );
    1.25  	virtual void reposition();
    1.26 @@ -107,8 +100,6 @@
    1.27  public:	
    1.28  	float angle;					// used in mainbranch to reorder mainbranches
    1.29  protected:	
    1.30 -//	bool scrolled;					// true if all children are scrolled and thus invisible
    1.31 -//	bool tmpUnscrolled;				// can only be true (temporary) for a scrolled subtree
    1.32  	bool includeImagesVer;			// include floatimages in bbox vertically
    1.33  	bool includeImagesHor;			// include floatimages in bbox horizontally
    1.34  };