ornamentedobj.h
changeset 753 25a77484ec72
parent 746 ee6b0f3a4c2f
child 760 59614eaf5fbb
     1.1 --- a/ornamentedobj.h	Thu Apr 02 09:57:47 2009 +0000
     1.2 +++ b/ornamentedobj.h	Tue Apr 07 16:15:53 2009 +0000
     1.3 @@ -28,7 +28,6 @@
     1.4      virtual void init ();
     1.5      virtual void copy (OrnamentedObj*);
     1.6  
     1.7 -    virtual QString getHeading();			//!< returns the heading	
     1.8  	virtual void setLinkColor();			// sets color according to colorhint, overloaded
     1.9  	virtual void setColor(QColor);			// set the color of text and link
    1.10  	QColor getColor ();						// get color of heading
    1.11 @@ -71,11 +70,9 @@
    1.12  	virtual QString getSystemFlagName (const QPointF &p);
    1.13  	virtual bool isActiveFlag(const QString&);	// check if flag is set
    1.14  	virtual void updateSystemFlags();
    1.15 +	virtual void updateFlagsToolbar();
    1.16 +
    1.17  	//virtual void getNoteFromTextEditor ();// FIXME should move to vymview?!
    1.18 -	virtual void updateFlagsToolbar();
    1.19 -	virtual void setHideInExport(bool);		// set export of object (and children)
    1.20 -	virtual bool hideInExport();		// FIXME moved to treeitem
    1.21 -	virtual bool isHidden ();		// FIXME moved to treeitem
    1.22  	virtual QString getOrnXMLAttr();		// get attributes for saveToDir
    1.23  
    1.24  protected:
    1.25 @@ -85,11 +82,8 @@
    1.26  	FrameObj *frame;				// frame around object
    1.27  	QRectF ornamentsBBox;			// bbox of flags and heading
    1.28  	QString url;					// url to external doc
    1.29 -	QString vymLink;				// path to another map
    1.30 +	QString vymLink;				// path to another map  // FIXME-1 remove this
    1.31  	QList <Attribute> attributes;	// List with attributes
    1.32 -
    1.33 -	bool hideExport;				// hide in exports if set
    1.34 -	bool hidden;					// true if temporary hidden		// FIXME moved to treeitem needs to move
    1.35  };
    1.36  
    1.37  #endif