The SWORD Project
1.9.0.svnversion
|
#include <swdisp.h>
Public Member Functions | |
virtual char | display (SWModule &imodule)=0 |
SWDEPRECATED char | Display (SWModule &imodule) |
const SWClass * | getClass () const |
SWDisplay () | |
virtual | ~SWDisplay () |
Protected Attributes | |
const SWClass * | myClass |
SWDisplay is the basis for all types of displays (e.g. raw textout, curses, xwindow, etc.)
SWDisplay::SWDisplay | ( | ) |
Definition at line 34 of file swdisp.cpp.
|
pure virtual |
casts a module to a character pointer and displays it to raw output (overriden for different display types and module types if necessary)
imodule | module to display |
Implemented in SWModule::StdOutDisplay.
|
inline |
Definition at line 54 of file swdisp.h.
Use this to get the class definition and inheritance order.
Definition at line 63 of file swobject.h.
Definition at line 55 of file swobject.h.