#include <gbfheadings.h>
Inheritance diagram for GBFHeadings:
Public Methods | |
GBFHeadings () | |
virtual | ~GBFHeadings () |
virtual char | ProcessText (char *text, int maxlen, const SWKey * key) |
This is the main filter function. More... | |
virtual const char* | getOptionName () |
gets the name of the option of this filter. More... | |
virtual const char* | getOptionTip () |
gets a short explanation of the option of this filter; it could be presented to the user in frontend programs. More... | |
virtual void | setOptionValue (const char *ival) |
sets the value of the option of this filter, e.g maybe a strong's filter mioght be set to "on" / "off" - that would mean to show or not to show the strongs in the text, see also getOptionValues(). More... | |
virtual const char* | getOptionValue () |
virtual OptionsList | getOptionValues () |
returns a list of the possible option values might be. More... | |
Private Attributes | |
bool | option |
OptionsList | options |
Static Private Attributes | |
const char | on [] |
const char | off [] |
const char | optName [] |
const char | optTip [] |
Definition at line 30 of file gbfheadings.h.
|
This is the main filter function.
text | the text to be filtered/converted |
maxlen | maximal length of text to be processed |
key | sorry I don't know |
Reimplemented from SWFilter.
|
gets the name of the option of this filter.
Reimplemented from SWFilter.
Definition at line 42 of file gbfheadings.h.
|
gets a short explanation of the option of this filter; it could be presented to the user in frontend programs.
Reimplemented from SWFilter.
Definition at line 46 of file gbfheadings.h.
|
returns a list of the possible option values might be.
Reimplemented from SWFilter.
Definition at line 52 of file gbfheadings.h.
|
sets the value of the option of this filter, e.g maybe a strong's filter mioght be set to "on" / "off" - that would mean to show or not to show the strongs in the text, see also getOptionValues().
ival | the new option valus |
Reimplemented from SWFilter.