CLAM-Development
1.1
|
Configuration class for PrintControl objects. More...
#include <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. |
Configuration class for PrintControl objects.
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.
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().
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.
CLAM::PrintControlConfig::DYNAMIC_TYPE_USING_INTERFACE | ( | PrintControlConfig | , |
2 | , | ||
ProcessingConfig | |||
) |