SWDisplay Class Reference
#include <swdisp.h>
List of all members.
Detailed Description
swdisp is the basis for all types of displays (e.g. raw textout, curses, xwindow, etc.)
Definition at line 36 of file swdisp.h.
Constructor & Destructor Documentation
| SWDisplay::SWDisplay |
( |
|
) |
[inline] |
| virtual SWDisplay::~SWDisplay |
( |
|
) |
[inline, virtual] |
Member Function Documentation
| SWDEPRECATED char SWDisplay::Display |
( |
SWModule & |
imodule |
) |
[inline] |
| virtual char SWDisplay::display |
( |
SWModule & |
imodule |
) |
[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)
- Parameters:
-
| imodule | module to display |
- Returns:
- error status
Implemented in SWModule::StdOutDisplay.
| const SWClass* SWObject::getClass |
( |
|
) |
const [inline, inherited] |
Use this to get the class definition and inheritance order.
- Returns:
- The class definition of this object
Definition at line 59 of file swobject.h.
00059 {
00060 return myclass;
00061 }
Member Data Documentation
The documentation for this class was generated from the following files: