EXPERIMENTAL CLASS, NOT PART OF THE OFFICIAL OMNeT++ API! ALL DETAILS ARE SUBJECT TO CHANGE. More...
#include <ccanvas.h>
Public Member Functions | |
virtual void | forEachChild (cVisitor *v) |
virtual std::string | info () const |
EXPERIMENTAL CLASS, NOT PART OF THE OFFICIAL OMNeT++ API! ALL DETAILS ARE SUBJECT TO CHANGE.
A figure in the canvas (see cCanvas).
Notes:
virtual void cFigure::forEachChild | ( | cVisitor * | v | ) | [virtual] |
virtual std::string cFigure::info | ( | ) | const [virtual] |
Can be redefined to produce a one-line description of object.
The string appears in the graphical user interface (Tkenv) e.g. when the object is displayed in a listbox. The returned string should possibly be at most 80-100 characters long, and must not contain newline.
Reimplemented from cObject.
Reimplemented in cGroupFigure, cAbstractLineFigure, cLineFigure, cArcFigure, cPolylineFigure, cAbstractShapeFigure, cRectangleFigure, cOvalFigure, cPieSliceFigure, cPolygonFigure, cTextFigure, and cImageFigure.