#include <PrintControl.hxx>

It contains the name of the object and a string with the kind of message it prints.
Definition at line 29 of file PrintControl.hxx.
Public Member Functions | |
| DYNAMIC_TYPE_USING_INTERFACE (PrintControlConfig, 2, ProcessingConfig) | |
| DYN_ATTRIBUTE (0, public, std::string, Name) | |
| The name of PrintControl object related to this configuration. | |
| DYN_ATTRIBUTE (1, public, std::string, Message) | |
| The kind of message that the PrintControl object with this configuration prints. | |
Protected Member Functions | |
| void | DefaultInit () |
| Default initialization of the object. | |
| CLAM::PrintControlConfig::DYNAMIC_TYPE_USING_INTERFACE | ( | PrintControlConfig | , | |
| 2 | , | |||
| ProcessingConfig | ||||
| ) |
| CLAM::PrintControlConfig::DYN_ATTRIBUTE | ( | 0 | , | |
| public | , | |||
| std::string | , | |||
| Name | ||||
| ) |
The name of PrintControl object related to this configuration.
| CLAM::PrintControlConfig::DYN_ATTRIBUTE | ( | 1 | , | |
| public | , | |||
| std::string | , | |||
| Message | ||||
| ) |
The kind of message that the PrintControl object with this configuration prints.
| void CLAM::PrintControlConfig::DefaultInit | ( | void | ) | [inline, protected] |
Default initialization of the object.
Reimplemented from CLAM::DynamicType.
Definition at line 42 of file PrintControl.hxx.
References CLAM::DynamicType::UpdateData().
1.5.5