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

gbfrtf.h

00001 /*
00002  *
00003  * $Id: gbfrtf.h-source.html,v 1.10 2001/05/25 10:44:21 jansorg Exp $
00004  *
00005  * Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
00006  *      CrossWire Bible Society
00007  *      P. O. Box 2528
00008  *      Tempe, AZ  85280-2528
00009  *
00010  * This program is free software; you can redistribute it and/or modify it
00011  * under the terms of the GNU General Public License as published by the
00012  * Free Software Foundation version 2.
00013  *
00014  * This program is distributed in the hope that it will be useful, but
00015  * WITHOUT ANY WARRANTY; without even the implied warranty of
00016  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00017  * General Public License for more details.
00018  *
00019  */
00020 
00021 #ifndef GBFRTF_H
00022 #define GBFRTF_H
00023 
00024 #include <swfilter.h>
00025 
00026 #include <defs.h>
00027 
00030 class SWDLLEXPORT GBFRTF:public SWFilter
00031 {
00032 public:
00033   GBFRTF ();
00034   virtual char ProcessText (char *text, int maxlen, const SWKey * key);
00035 };
00036 
00037 #endif

Generated at Thu May 24 19:50:25 2001 for The Sword Project by doxygen1.1.5 written by Dimitri van Heesch, © 1997-2000