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

swfiltermgr.cpp

00001 /******************************************************************************
00002  *  swfiltermgr.cpp   - definition of class SWFilterMgr used as an interface to
00003  *                              manage filters on a module
00004  *
00005  * $Id: swfiltermgr_8cpp-source.html,v 1.3 2002/06/20 20:23:10 mgruner Exp $
00006  *
00007  * Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
00008  *      CrossWire Bible Society
00009  *      P. O. Box 2528
00010  *      Tempe, AZ  85280-2528
00011  *
00012  * This program is free software; you can redistribute it and/or modify it
00013  * under the terms of the GNU General Public License as published by the
00014  * Free Software Foundation version 2.
00015  *
00016  * This program is distributed in the hope that it will be useful, but
00017  * WITHOUT ANY WARRANTY; without even the implied warranty of
00018  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00019  * General Public License for more details.
00020  *
00021  */
00022 
00023 #include <swfiltermgr.h>
00024 
00025 
00026 SWFilterMgr::SWFilterMgr() {
00027 }
00028 
00029 
00030 SWFilterMgr::~SWFilterMgr() {
00031 }
00032 
00033 
00034 void SWFilterMgr::setParentMgr(SWMgr *parentMgr) {
00035         this->parentMgr = parentMgr;
00036 }
00037 
00038 
00039 SWMgr *SWFilterMgr::getParentMgr() {
00040         return parentMgr;
00041 }
00042 
00043 
00044 void SWFilterMgr::AddGlobalOptions(SWModule * module, ConfigEntMap & section, ConfigEntMap::iterator start, ConfigEntMap::iterator end) {
00045 }
00046 
00047 
00048 void SWFilterMgr::AddLocalOptions(SWModule * module, ConfigEntMap & section, ConfigEntMap::iterator start, ConfigEntMap::iterator end) {
00049 }
00050 
00051 
00058 void SWFilterMgr::AddEncodingFilters(SWModule * module, ConfigEntMap & section) {
00059 }
00060 
00061 
00068 void SWFilterMgr::AddRenderFilters(SWModule * module, ConfigEntMap & section) {
00069 }
00070 
00071 
00078 void SWFilterMgr::AddStripFilters(SWModule * module, ConfigEntMap & section) {
00079 }
00080 
00081 
00088 void SWFilterMgr::AddRawFilters(SWModule * module, ConfigEntMap & section) {
00089 }
00090 

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