[sword-svn] r2092 - trunk/include
scribe at www.crosswire.org
scribe at www.crosswire.org
Fri Sep 28 12:13:10 MST 2007
Author: scribe
Date: 2007-09-28 12:13:09 -0700 (Fri, 28 Sep 2007)
New Revision: 2092
Modified:
trunk/include/swmodule.h
Log:
added new method: getRenderFilters()
Modified: trunk/include/swmodule.h
===================================================================
--- trunk/include/swmodule.h 2007-09-28 01:49:45 UTC (rev 2091)
+++ trunk/include/swmodule.h 2007-09-28 19:13:09 UTC (rev 2092)
@@ -456,6 +456,16 @@
return *this;
}
+ /** Adds a RenderFilter to this module's renderFilters queue.
+ * Render Filters are called when the module is asked to produce
+ * renderable text.
+ * @param newFilter the filter to add
+ * @return *this
+ */
+ virtual const FilterList &getRenderFilters() const {
+ return *renderFilters;
+ }
+
/** Removes a RenderFilter from this module's renderFilters queue
* @param oldfilter the filter to remove
* @return *this
More information about the sword-cvs
mailing list