Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

SWDisplay Class Reference

swdisp is the basis for all types of displays (e.g. More...

#include <swdisp.h>

Inheritance diagram for SWDisplay:

Inheritance graph
[legend]
Collaboration diagram for SWDisplay:

Collaboration graph
[legend]
List of all members.

Public Methods

 SWDisplay ()
virtual char Display (SWModule &imodule)
 casts a module to a character pointer and displays it to raw output (overriden for different display types and module types if necessary). More...


Static Private Attributes

SWClass classdef

Detailed Description

swdisp is the basis for all types of displays (e.g.

raw textout, curses, xwindow, etc.)

Definition at line 34 of file swdisp.h.


Member Function Documentation

char SWDisplay::Display SWModule   imodule [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

Definition at line 23 of file swdisp.cpp.

Referenced by SWModule::Display().

00024 {
00025         cout << (const char *)imodule;
00026         return 0;
00027 }


The documentation for this class was generated from the following files:
Generated on Thu Jun 20 22:13:03 2002 for The Sword Project by doxygen1.2.15