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

LEGlyphFilter Class Reference

This is a helper class that is used to recognize a set of glyph indices. More...

#include <LEGlyphFilter.h>

List of all members.

Public Methods

virtual ~LEGlyphFilter ()
 Destructor. More...

virtual le_bool accept (LEGlyphID glyph) const=0
 This method is used to test a particular glyph index to see if it is in the set recognized by the filter. More...


Detailed Description

This is a helper class that is used to recognize a set of glyph indices.

Internal:
For internal use only.

Definition at line 21 of file LEGlyphFilter.h.


Constructor & Destructor Documentation

virtual LEGlyphFilter::~LEGlyphFilter   [virtual]
 

Destructor.

Draft:
This API has been introduced in ICU 2.4. It is still in draft state and may be modified in a future release.


Member Function Documentation

virtual le_bool LEGlyphFilter::accept LEGlyphID    glyph const [pure virtual]
 

This method is used to test a particular glyph index to see if it is in the set recognized by the filter.

Parameters:
glyph  - the glyph index to be tested
Returns:
true if the glyph index is in the set.
Internal:
For internal use only.


The documentation for this class was generated from the following file:
Generated on Mon Nov 24 14:36:36 2003 for ICU 2.8 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001