From daa67ff1f728c07f2a116ee9a9f4505479ca6808 Mon Sep 17 00:00:00 2001 From: danglassey Date: Wed, 14 Aug 2002 09:57:17 +0000 Subject: Initial import from crosswire CVS for syncing --- doc/api-documentation/html/rwprtf_8h-source.html | 52 ++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 doc/api-documentation/html/rwprtf_8h-source.html (limited to 'doc/api-documentation/html/rwprtf_8h-source.html') diff --git a/doc/api-documentation/html/rwprtf_8h-source.html b/doc/api-documentation/html/rwprtf_8h-source.html new file mode 100644 index 0000000..dcee3df --- /dev/null +++ b/doc/api-documentation/html/rwprtf_8h-source.html @@ -0,0 +1,52 @@ + + +rwprtf.h Source File + + + +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  
+

rwprtf.h

00001 /******************************************************************************
+00002  *  rwprtf.h   - definition of Class RWPRTF, an SWFilter used to convert
+00003  *                              special tags in Robertsons Word Pictures commentary into
+00004  *                              Rich Text Format tags
+00005  *
+00006  * $Id: rwprtf_8h-source.html,v 1.7 2002/06/20 20:23:10 mgruner Exp $
+00007  *
+00008  * Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
+00009  *      CrossWire Bible Society
+00010  *      P. O. Box 2528
+00011  *      Tempe, AZ  85280-2528
+00012  *
+00013  * This program is free software; you can redistribute it and/or modify it
+00014  * under the terms of the GNU General Public License as published by the
+00015  * Free Software Foundation version 2.
+00016  *
+00017  * This program is distributed in the hope that it will be useful, but
+00018  * WITHOUT ANY WARRANTY; without even the implied warranty of
+00019  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+00020  * General Public License for more details.
+00021  *
+00022  */
+00023 
+00024 #ifndef RWPRTF_H
+00025 #define RWPRTF_H
+00026 
+00027 #include <swfilter.h>
+00028 
+00029 #include <defs.h>
+00030 
+00033 class SWDLLEXPORT RWPRTF:public SWFilter
+00034 {
+00035 public:
+00036   RWPRTF ();
+00037   virtual char ProcessText (char *text, int maxlen, const SWKey * key, const SWModule * = 0);
+00038 };
+00039 
+00040 #endif
+

Generated on Thu Jun 20 22:13:00 2002 for The Sword Project by + +doxygen1.2.15
+ + -- cgit