Main Page | Modules | Class Hierarchy | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

ANSICharLineFilter Class Reference
[Character input filters.]

#import <ANSICharLineFilter.h>

Inherits CharacterLineFilter.

Inheritance diagram for ANSICharLineFilter:

Inheritance graph
[legend]
Collaboration diagram for ANSICharLineFilter:

Collaboration graph
[legend]

Detailed Description

Concrete alternate line filter for ANSI terminals.

The class name is misleading.

Definition at line 15 of file ANSICharLineFilter.h.

Public Member Functions

(id) - processCharacter:
 Process a character from the host and return the next filter.


Member Function Documentation

- (id) processCharacter: (unichar)  nextCharacter  
 

Process a character from the host and return the next filter.

Most characters are matched against a table of alternate characters and translated into an internal representation that will have the proper appearance on-screen.

Parameters:
[in] nextCharacter The character from the host.
Return values:
self in most cases.
fallback if nextCharacter was 0xF.
EscapeLineFilter if nextCharacter was escape.

Reimplemented from CharacterLineFilter.


The documentation for this class was generated from the following file:
Generated on Fri Sep 30 12:01:12 2005 for Crescat by  doxygen 1.4.4