#include "ConfigurationSettings.h"#include "EnumWrapper.h"#include "Subject.h"#include <string>Go to the source code of this file.
Classes | |
| class | Progress |
| Progress reporting interface. More... | |
Typedefs | |
| typedef EnumWrapper < ReportingLevelEnum > | ReportingLevel |
Enumerations | |
| enum | ReportingLevelEnum { NORMAL = 0, WARNING, ABORT, ERRORS } |
| typedef EnumWrapper<ReportingLevelEnum> ReportingLevel |
The EnumWrapper contains a given enum value and provides a isValid() method which returns true if the contained enum value is valid.
Please see How To Use EnumWrapper for more information. The wrapped enum values are ReportingLevelEnum.
Definition at line 40 of file Progress.h.
| enum ReportingLevelEnum |
Specifies the state of the status message.
The reporting level indicates the circumstances surrounding the current progress status and displays the appropriate message in the progress dialog.
Definition at line 27 of file Progress.h.