The SWORD Project
1.9.0.svnversion
|
#include <swfiltermgr.h>
Public Member Functions | |
virtual void | addEncodingFilters (SWModule *module, ConfigEntMap §ion) |
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 | addRawFilters (SWModule *module, ConfigEntMap §ion) |
virtual void | addRenderFilters (SWModule *module, ConfigEntMap §ion) |
virtual void | addStripFilters (SWModule *module, ConfigEntMap §ion) |
virtual SWMgr * | getParentMgr () |
virtual void | setParentMgr (SWMgr *parentMgr) |
SWFilterMgr () | |
virtual | ~SWFilterMgr () |
Private Attributes | |
SWMgr * | parentMgr |
Class to apply appropriate filter to achieve a desired output
Definition at line 36 of file swfiltermgr.h.
SWORD_NAMESPACE_START SWFilterMgr::SWFilterMgr | ( | ) |
Definition at line 30 of file swfiltermgr.cpp.
|
virtual |
Definition at line 34 of file swfiltermgr.cpp.
|
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 EncodingFilterMgr.
Definition at line 62 of file swfiltermgr.cpp.
|
virtual |
Definition at line 48 of file swfiltermgr.cpp.
|
virtual |
Definition at line 52 of file swfiltermgr.cpp.
|
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 EncodingFilterMgr.
Definition at line 92 of file swfiltermgr.cpp.
|
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 MarkupFilterMgr, and DiathekeFilterMgr.
Definition at line 72 of file swfiltermgr.cpp.
|
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 |
Definition at line 82 of file swfiltermgr.cpp.
|
virtual |
Definition at line 43 of file swfiltermgr.cpp.
|
virtual |
Definition at line 38 of file swfiltermgr.cpp.
|
private |
Definition at line 39 of file swfiltermgr.h.