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

gbfhtml.h

00001 /***************************************************************************
00002                           gbfhtml.h  -  description
00003                              -------------------
00004     begin                : Tue Jun 15 15:34:26 CEST 1999
00005 
00006     copyright            : (C) 1999 by Torsten Uhlmann
00007     email                : TUhlmann@gmx.de
00008  ***************************************************************************/
00009 
00010 /***************************************************************************
00011  *                                                                         *
00012  *   This program is free software; you can redistribute it and/or modify  *
00013  *   it under the terms of the GNU General Public License as published by  *
00014  *   the Free Software Foundation; either version 2 of the License, or     *
00015  *   (at your option) any later version.                                   *
00016  *                                                                         *
00017  ***************************************************************************/
00018 
00019 /* $Header: /usr/local/cvsroot/sword/doc/api-documentation/html/gbfhtml_8h-source.html,v 1.4 2002/01/22 14:20:27 jansorg Exp $ */
00020 /* $Revision: 1.4 $ */
00021 
00022 #ifndef GBFHTML_H
00023 #define GBFHTML_H
00024 
00025 #include <swfilter.h>
00026 
00027 #include <defs.h>
00028 
00031 class SWDLLEXPORT GBFHTML:public SWFilter
00032 {
00033 public:
00034   GBFHTML ();
00035   virtual char ProcessText (char *text, int maxlen, const SWKey * key, const SWModule * = 0);
00036 };
00037 
00038 #endif

Generated at Tue Jan 22 14:52:48 2002 for The Sword Project by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001