00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
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