| The Sword Project: sword::SWFilterMgr Class Reference |
#include <swfiltermgr.h>
Inheritance diagram for sword::SWFilterMgr:


Public Member Functions | |
| virtual void | setParentMgr (SWMgr *parentMgr) |
| virtual SWMgr * | getParentMgr () |
| virtual void | AddGlobalOptions (SWModule *module, ConfigEntMap §ion, ConfigEntMap::iterator start, ConfigEntMap::iterator end) |
| virtual void | AddLocalOptions (SWModule *module, ConfigEntMap §ion, ConfigEntMap::iterator start, ConfigEntMap::iterator end) |
| virtual void | AddEncodingFilters (SWModule *module, ConfigEntMap §ion) |
| Adds the encoding filters which are defined in "section" to the SWModule object "module". | |
| virtual void | AddRenderFilters (SWModule *module, ConfigEntMap §ion) |
| Adds the render filters which are defined in "section" to the SWModule object "module". | |
| virtual void | AddStripFilters (SWModule *module, ConfigEntMap §ion) |
| Adds the strip filters which are defined in "section" to the SWModule object "module". | |
| virtual void | AddRawFilters (SWModule *module, ConfigEntMap §ion) |
| Adds the raw filters which are defined in "section" to the SWModule object "module". | |
Private Attributes | |
| SWMgr * | parentMgr |
Definition at line 36 of file swfiltermgr.h.
| virtual void sword::SWFilterMgr::AddEncodingFilters | ( | SWModule * | module, | |
| ConfigEntMap & | section | |||
| ) | [virtual] |
Adds the encoding filters which are defined in "section" to the SWModule object "module".
| module | To this module the encoding filter(s) are added | |
| section | We use this section to get a list of filters we should apply to the module |
Reimplemented in sword::EncodingFilterMgr.
| virtual void sword::SWFilterMgr::AddRenderFilters | ( | SWModule * | module, | |
| ConfigEntMap & | section | |||
| ) | [virtual] |
Adds the render filters which are defined in "section" to the SWModule object "module".
| module | To this module the render filter(s) are added | |
| section | We use this section to get a list of filters we should apply to the module |
Reimplemented in sword::MarkupFilterMgr.
| virtual void sword::SWFilterMgr::AddStripFilters | ( | SWModule * | module, | |
| ConfigEntMap & | section | |||
| ) | [virtual] |
Adds the strip filters which are defined in "section" to the SWModule object "module".
| module | To this module the strip filter(s) are added | |
| section | We use this section to get a list of filters we should apply to the module |
| virtual void sword::SWFilterMgr::AddRawFilters | ( | SWModule * | module, | |
| ConfigEntMap & | section | |||
| ) | [virtual] |
Adds the raw filters which are defined in "section" to the SWModule object "module".
| module | To this module the raw filter(s) are added | |
| section | We use this section to get a list of filters we should apply to the module |
Reimplemented in sword::EncodingFilterMgr.
| The SWORD Project; P. O. Box 2528; Tempe, AZ 85280-2528 USA |