EXPERIMENTAL CLASS, NOT PART OF THE OFFICIAL OMNeT++ API! ALL DETAILS ARE SUBJECT TO CHANGE. More...
#include <ccanvas.h>
Public Member Functions | |
virtual cImageFigure * | dup () const |
virtual std::string | info () const |
EXPERIMENTAL CLASS, NOT PART OF THE OFFICIAL OMNeT++ API! ALL DETAILS ARE SUBJECT TO CHANGE.
Displays an icon already known to Tkenv (i.e. one available in the "i" display string tag).
Note: currently not implemented in Tkenv
virtual cImageFigure* cImageFigure::dup | ( | ) | const [inline, virtual] |
Should be redefined in subclasses to create an exact copy of this object.
The default implementation just throws an error, to indicate that the method was not redefined.
Reimplemented from cObject.
virtual std::string cImageFigure::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 cFigure.