23const
std::
string Comment::name()
const {
return "Comment"; }
32const std::string
Comment::summary()
const {
return "Adds a comment into the history record of a workspace"; }
39 "An InOut workspace that will store the new history comment");
42 "The text you want to store in the history of the workspace",
Direction::Input);
#define DECLARE_ALGORITHM(classname)
void declareProperty(std::unique_ptr< Kernel::Property > p, const std::string &doc="") override
Add a property to the list of managed properties.
void enableHistoryRecordingForChild(const bool on) override
Change the state of the history recording flag.
A property class for workspaces.
Base Workspace Abstract Class.
Validator to check that a property is not left empty.
Describes the direction (within an algorithm) of a Property.
@ InOut
Both an input & output workspace.
@ Input
An input workspace.