#include <gbfheadings.h>
Public Methods | |
| GBFHeadings () | |
| virtual | ~GBFHeadings () |
| virtual char | ProcessText (char *text, int maxlen, const SWKey *key, const SWModule *=0) |
| virtual const char * | getOptionName () |
| virtual const char * | getOptionTip () |
| virtual void | setOptionValue (const char *ival) |
| virtual const char * | getOptionValue () |
| virtual OptionsList | getOptionValues () |
Private Attributes | |
| bool | option |
| OptionsList | options |
Static Private Attributes | |
| const char | on [] = "On" |
| const char | off [] = "Off" |
| const char | optName [] = "Headings" |
| const char | optTip [] = "Toggles Headings On and Off if they exist" |
Definition at line 30 of file gbfheadings.h.
1.2.15