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

gbffootnotes.h

00001 /***************************************************************************
00002  *
00003  * $Id: gbffootnotes_8h-source.html,v 1.1 2003/02/28 21:21:36 mgruner 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 GBFFOOTNOTES_H
00022 #define GBFFOOTNOTES_H
00023 
00024 #include <swfilter.h>
00025 
00026 SWORD_NAMESPACE_START
00027 
00030 class SWDLLEXPORT GBFFootnotes:public SWFilter {
00031         bool option;
00032         static const char on[];
00033         static const char off[];
00034         static const char optName[];
00035         static const char optTip[];
00036         OptionsList options;
00037 public:
00038         GBFFootnotes();
00039         virtual ~GBFFootnotes();
00040         virtual char processText(SWBuf &text, const SWKey *key = 0, const SWModule *module = 0);
00041         virtual const char *getOptionName() { return optName; }
00042         virtual const char *getOptionTip() { return optTip; }
00043         virtual void setOptionValue(const char *ival);
00044         virtual const char *getOptionValue();
00045         virtual OptionsList getOptionValues() { return options; }
00046 };
00047 
00048 SWORD_NAMESPACE_END
00049 #endif

Generated on Fri Feb 28 22:01:38 2003 for The Sword Project by doxygen1.3-rc3