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

rtfhtml.h

00001 /***************************************************************************
00002                           rtfhtml.h  -  description                              
00003                              -------------------                                         
00004     begin                : Wed Oct 13 1999                                           
00005     copyright            : (C) 1999 by The team of BibleTime                         
00006     email                : info@bibletime.de                                     
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   * 
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 /* $Header: /usr/local/cvsroot/sword/doc/api-documentation/html/rtfhtml_8h-source.html,v 1.9 2002/10/31 11:30:16 joachim Exp $ */
00019 /* $Revision: 1.9 $ */
00020 
00021 #ifndef RTFHTML_H
00022 #define RTFHTML_H
00023 
00024 #include <swfilter.h>
00025 
00026 #include <defs.h>
00027 
00028 SWORD_NAMESPACE_START
00029 
00032 class SWDLLEXPORT RTFHTML:public SWFilter
00033 {
00034 public:
00035   RTFHTML ();
00036   virtual char ProcessText (char *text, int maxlen, const SWKey * key, const SWModule * = 0);
00037 };
00038 
00039 SWORD_NAMESPACE_END
00040 #endif

Generated on Thu Oct 31 12:11:28 2002 for The Sword Project by doxygen1.2.17