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

LEGlyphFilter.h

Go to the documentation of this file.
00001 /*
00002  * @(#)LEGlyphFilter.h  1.3 00/03/15
00003  *
00004  * (C) Copyright IBM Corp. 1998, 1999, 2000, 2001 - All Rights Reserved
00005  *
00006  */
00007 
00008 #ifndef __LEGLYPHFILTER__H
00009 #define __LEGLYPHFILTER__H
00010 
00011 #include "LETypes.h"
00012 
00017 class LEGlyphFilter
00018 {
00019 public:
00029     virtual le_bool accept(LEGlyphID glyph) const = 0;
00030 };
00031 
00032 #endif

Generated at Thu Mar 22 16:12:36 2001 for ICU 1.8 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000