#include <Configuration.h>
Inherited by PixelSizeConfiguration.
Public Member Functions | |
| void | addSetting (const PropertySetting &setting) |
| bool | isPropertyIncluded (const char *device, const char *property) |
| bool | isSettingIncluded (const PropertySetting &ps) |
| bool | isConfigurationIncluded (const Configuration &cfg) |
| PropertySetting | getSetting (size_t index) const throw (CMMError) |
| size_t | size () const |
| std::string | getVerbose () const |
| std::string | Serialize () const |
|
|
Adds new property setting to the existing contents. |
|
|
Returns the setting with specified index. |
|
|
Returns verbose description of the object's contents. |
|
|
Checks whether a configuration is included. Included means that all devices from the operand configuration are included and that settings match |
|
||||||||||||
|
Checks whether the property is included in the configuration. |
|
|
Checks whether the setting is included in the configuration. |
|
|
Creates serialized representation of the object. |
|
|
Returns the number of settings. |
1.4.4