The SWORD Project  1.9.0.svnversion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
swfiltermgr.cpp
Go to the documentation of this file.
1 /******************************************************************************
2  *
3  * swfiltermgr.cpp - Implementation of SWFilterMgr, used as an interface
4  * to manage filters on a module
5  *
6  * $Id: swfiltermgr.cpp 3753 2020-07-10 09:32:46Z scribe $
7  *
8  * Copyright 2001-2013 CrossWire Bible Society (http://www.crosswire.org)
9  * CrossWire Bible Society
10  * P. O. Box 2528
11  * Tempe, AZ 85280-2528
12  *
13  * This program is free software; you can redistribute it and/or modify it
14  * under the terms of the GNU General Public License as published by the
15  * Free Software Foundation version 2.
16  *
17  * This program is distributed in the hope that it will be useful, but
18  * WITHOUT ANY WARRANTY; without even the implied warranty of
19  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20  * General Public License for more details.
21  *
22  */
23 
24 #include <swfiltermgr.h>
25 
26 
28 
29 
31 }
32 
33 
35 }
36 
37 
38 void SWFilterMgr::setParentMgr(SWMgr *parentMgr) {
39  this->parentMgr = parentMgr;
40 }
41 
42 
44  return parentMgr;
45 }
46 
47 
48 void SWFilterMgr::addGlobalOptions(SWModule * module, ConfigEntMap & section, ConfigEntMap::iterator start, ConfigEntMap::iterator end) {
49 }
50 
51 
52 void SWFilterMgr::addLocalOptions(SWModule * module, ConfigEntMap & section, ConfigEntMap::iterator start, ConfigEntMap::iterator end) {
53 }
54 
55 
63 }
64 
65 
73 }
74 
75 
83 }
84 
85 
93 }
94 
95 
97 
#define SWORD_NAMESPACE_START
Definition: defs.h:39
Definition: swmgr.h:93
virtual ~SWFilterMgr()
Definition: swfiltermgr.cpp:34
virtual void addRawFilters(SWModule *module, ConfigEntMap &section)
Definition: swfiltermgr.cpp:92
SWText * module
Definition: osis2mod.cpp:105
virtual void addStripFilters(SWModule *module, ConfigEntMap &section)
Definition: swfiltermgr.cpp:82
virtual void addGlobalOptions(SWModule *module, ConfigEntMap &section, ConfigEntMap::iterator start, ConfigEntMap::iterator end)
Definition: swfiltermgr.cpp:48
virtual void addEncodingFilters(SWModule *module, ConfigEntMap &section)
Definition: swfiltermgr.cpp:62
virtual void addRenderFilters(SWModule *module, ConfigEntMap &section)
Definition: swfiltermgr.cpp:72
virtual void setParentMgr(SWMgr *parentMgr)
Definition: swfiltermgr.cpp:38
virtual SWMgr * getParentMgr()
Definition: swfiltermgr.cpp:43
SWORD_NAMESPACE_START typedef multimapwithdefault< SWBuf, SWBuf, std::less< SWBuf > > ConfigEntMap
Definition: swconfig.h:35
SWMgr * parentMgr
Definition: swfiltermgr.h:39
#define SWORD_NAMESPACE_END
Definition: defs.h:40
virtual void addLocalOptions(SWModule *module, ConfigEntMap &section, ConfigEntMap::iterator start, ConfigEntMap::iterator end)
Definition: swfiltermgr.cpp:52