ornamentedobj.h
changeset 787 c6bb4fdcc55f
parent 776 25e634a7e1dc
child 790 133e2ed6b9c5
     1.1 --- a/ornamentedobj.h	Mon Jun 08 11:36:56 2009 +0000
     1.2 +++ b/ornamentedobj.h	Sat Aug 08 21:58:26 2009 +0000
     1.3 @@ -30,6 +30,7 @@
     1.4  	virtual void setColor(QColor);			// set the color of text and link
     1.5  	QColor getColor ();						// get color of heading
     1.6  
     1.7 +	virtual FrameObj* getFrame();
     1.8  	virtual FrameObj::FrameType getFrameType ();
     1.9  	virtual QString getFrameTypeName ();
    1.10  	virtual void setFrameType (const FrameObj::FrameType &);