hide export for floatimages.
6 enum FrameType {NoFrame,Rectangle};
8 class FrameObj:public MapObj {
15 void move (double x,double y); // move to absolute Position
16 void moveBy (double x,double y); // move to relative Position
19 void setRect (const QRect &); // set dimensions
21 FrameType getFrameType ();
22 QString getFrameTypeName ();
23 void setFrameType (const FrameType &);
24 void setFrameType (const QString &);
25 void setVisibility(bool);
29 QCanvasRectangle* rectFrame;
30 int border; // distance text - frame