A dummy action, for displaying some text.
Definition text.h:36
virtual bool performWL(Context &ctx)
Perform the action.
Definition text.hxx:48
virtual bool prepareWL(Context &ctx)
Prepare the execution.
Definition text.hxx:41
IAction::ThreadingPolicy ThreadingPolicy
The threading policy.
Definition text.h:41
virtual bool bold() const
Get if the action should be represented with a bold font.
Definition text.hxx:54
virtual bool autoExpand() const
Auto-expand.
Definition text.hxx:60
IAction::Ptr Ptr
The most suitable smart ptr for the class.
Definition text.h:39
Text(const StringT &text)
Default constructor.
Definition text.hxx:30