#include <reportplugin.h>
Inheritance diagram for reportPlugin:

Public Methods | |
| reportPlugin () | |
| virtual const char * | Prefix (void) const |
| virtual const char * | Name (void) const |
| virtual const char * | Version (void) const |
| virtual const char * | Author (void) const |
| virtual const char * | Help (void) const |
| virtual int | pa (void) |
| virtual void | beforeParam (void) |
| virtual ps_e | init (void) |
| virtual ps_e | free (void) |
| ~reportPlugin () | |
Private Attributes | |
| const char *const | strPrefix |
| const char *const | strName |
| const char *const | strVersion |
| const char *const | strAuthor |
| const char *const | strHelp |
| std::map< Report *, int > | usedReports |
This plugin controls the selection of the report object of all, or some analysis. It also controls the output.
|
|
|
|
|
|
|
|
Name of authors of the Object with Email in format "Firstname Lastname <email>" up to 40 chars. Reimplemented from Parameter. |
|
|
This function is executed if the Flag PA_BEFORE_PARAM set before any Parameters are read from the plugin object. Place here code to generate generic parameters, based on other objects in the system. Reimplemented from Plugin. |
|
|
Before everything is done, this function is called to clean perhaps someting. Reimplemented from Plugin. |
|
|
A short helptext, or description to this object. Reimplemented from Parameter. |
|
|
After reading all parameters, this function is called. Reimplemented from Plugin. |
|
|
Select a short Name for the parameter Object. Reimplemented from Parameter. |
|
|
This function is tested before every action. You can return a set of function flags to execute this functions of your plugin object. Reimplemented from Plugin. |
|
|
This function returns a unique object prefix. Use only lowercase letters (a-z) and keep this name short as possible. Implements Parameter. |
|
|
Version up to 8 chars in the format V-.- Reimplemented from Parameter. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.18