ornamentedobj.h
changeset 177 494e8f40f0f7
parent 160 72cc3873306a
child 187 2658871fdda4
     1.1 --- a/ornamentedobj.h	Tue Jan 03 09:44:41 2006 +0000
     1.2 +++ b/ornamentedobj.h	Tue Jan 03 09:44:41 2006 +0000
     1.3 @@ -20,6 +20,7 @@
     1.4      virtual void setVisibility(bool)=0;	    // set vis. for w
     1.5  	virtual void setColor(QColor,bool)=0;		// set the color of text and link
     1.6  	QColor getColor ();						// get color of heading
     1.7 +    virtual void positionContents();
     1.8      virtual void move   (double,double);
     1.9      virtual void move   (QPoint);
    1.10      virtual void moveBy (double,double);
    1.11 @@ -39,6 +40,7 @@
    1.12  	NoteObj note;					// Notes
    1.13  	FlagRowObj *systemFlags;		// System Flags
    1.14  	FlagRowObj *standardFlags;		// Standard Flags
    1.15 +	
    1.16  };
    1.17  
    1.18  #endif