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>

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...


Detailed Description

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

raw textout, curses, xwindow, etc.)

Definition at line 33 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 21 of file swdisp.cpp.

Referenced by SWModule::Display.

00022 {
00023         cout << (const char *)imodule;
00024         return 0;
00025 }


The documentation for this class was generated from the following files:
Generated on Wed Apr 3 22:34:17 2002 for The Sword Project by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002