Base class for foam help classes. More...

Public Member Functions | |
| TypeName ("helpType") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, helpType, dictionary,(),()) | |
| helpType () | |
| Constructor. More... | |
| virtual | ~helpType () |
| Destructor. More... | |
| virtual void | init () |
| Initialise - typically setting static variables,. More... | |
| virtual void | execute (const argList &args, const fvMesh &mesh)=0 |
| Execute the help. More... | |
Static Public Member Functions | |
| static autoPtr< helpType > | New (const word &helpTypeName) |
| Selector. More... | |
Protected Member Functions | |
| fileName | doxygenPath () const |
| Return file path to the Doxygen sources (if available) More... | |
| void | displayDocOptions (const string &searchStr, const bool exactMatch) const |
| Display the list of documentation options. More... | |
| void | displayDoc (const word &className, const string &searchStr, const bool exactMatch) const |
| Display the help documentation in a browser. More... | |
| helpType | ( | ) |
Constructor.
|
virtual |
Destructor.
|
protected |
Return file path to the Doxygen sources (if available)
|
protected |
Display the list of documentation options.
|
protected |
Display the help documentation in a browser.
| TypeName | ( | "helpType" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| helpType | , | ||
| dictionary | , | ||
| () | , | ||
| () | |||
| ) |
|
virtual |
Initialise - typically setting static variables,.
e.g. command line arguments
Reimplemented in helpBoundary, and helpFunctionObject.
Execute the help.
Implemented in helpBoundary, and helpFunctionObject.
1.8.11