#import <ANSIDefaultLineFilter.h>
Inherits DefaultLineFilter.
Inheritance diagram for ANSIDefaultLineFilter:


This class differs from the abstract DefaultLineFilter only in that it defers to EscapeLineFilter when an escape arrives, and to ANSICharLineFilter (note the deceptive name) when an 0xE arrives.
Definition at line 16 of file ANSIDefaultLineFilter.h.
Public Member Functions | |
| (CharacterLineFilter *) | - escapeLineFilter [implementation] |
| A new instance of the escape-sequence filter handler. | |
| (CharacterLineFilter *) | - altCharLineFilter [implementation] |
| A new instance of the alt-sequence filter handler. | |
|
|
A new instance of the alt-sequence filter handler.
Reimplemented from DefaultLineFilter. Definition at line 16 of file ANSIDefaultLineFilter.m. |
|
|
A new instance of the escape-sequence filter handler.
Reimplemented from DefaultLineFilter. Definition at line 15 of file ANSIDefaultLineFilter.m. |
1.4.4