branchobj.h
changeset 239 bdeb503d2b7f
parent 223 e03b393e4e51
child 254 d3080e02b13a
     1.1 --- a/branchobj.h	Wed Mar 08 12:59:08 2006 +0000
     1.2 +++ b/branchobj.h	Tue Mar 14 14:27:04 2006 +0000
     1.3 @@ -44,9 +44,7 @@
     1.4  	virtual void setVisibility(bool,int);	// set visibility
     1.5      virtual void setVisibility(bool);	    // set vis. for w
     1.6  	virtual void setLinkColor();			// set the color of link
     1.7 -	virtual void setColor(QColor,bool);		// set the color of heading
     1.8 -	virtual QColor getColor();				// get color of heading
     1.9 -
    1.10 +	virtual void setColorChilds(QColor);			// set the color of heading
    1.11  
    1.12  	BranchObj* first ();				// set Iterator to first LMO
    1.13  	BranchObj* next ();					// find next LMO after given one
    1.14 @@ -62,10 +60,6 @@
    1.15  	virtual void setDockPos();
    1.16      virtual LinkableMapObj* findMapObj(QPoint,LinkableMapObj*);	// find MapObj 
    1.17      virtual void setHeading (QString);
    1.18 -    virtual void setURL (QString);
    1.19 -    virtual QString getURL ();
    1.20 -    virtual void setVymLink (QString);
    1.21 -    virtual QString getVymLink ();
    1.22  	virtual QString saveToDir (const QString&,const QString&, const QPoint&);// Save data recursivly to tempdir
    1.23  	virtual void addXLink (XLinkObj*);
    1.24  	virtual void removeXLinkRef (XLinkObj*);// Remove ref in list
    1.25 @@ -129,8 +123,6 @@
    1.26      int lastSelectedBranch;			// for going deeper into tree
    1.27  	bool scrolled;					// true if all childs are scrolled and thus invisible
    1.28  	bool tmpUnscrolled;				// can only be true (temporary) for a scrolled subtree
    1.29 -	QString url;					// url to external doc
    1.30 -	QString vymLink;				// path to another map
    1.31  	bool includeImagesVer;			// include floatimages in bbox vertically
    1.32  	bool includeImagesHor;			// include floatimages in bbox horizontally
    1.33