21#ifndef __ANTARES_LIBS_STUDY_ACTION_SETTINGS_SUFFIXCONSTRAINT_NAME_H__
22#define __ANTARES_LIBS_STUDY_ACTION_SETTINGS_SUFFIXCONSTRAINT_NAME_H__
50 template<
class StringT>
58 virtual bool shouldPrepareRootNode()
const;
60 virtual void behaviorToText(Behavior
behavior, Yuni::String& out);
76#include "suffix-for-constraint-names.hxx"
AncestorType::Ptr Ptr
The most suitable smart ptr for the class.
Definition action.h:43
Behavior behavior() const
Get the behavior.
Definition action.hxx:38
AncestorType::ThreadingPolicy ThreadingPolicy
The threading policy.
Definition action.h:45
A dummy action, for displaying some text.
Definition suffix-for-constraint-names.h:37
IAction::Ptr Ptr
The most suitable smart ptr for the class.
Definition suffix-for-constraint-names.h:40
virtual ~SuffixConstraintName()
Destructor.
Definition suffix-for-constraint-names.hxx:39
virtual bool prepareWL(Context &ctx)
Prepare the execution.
Definition suffix-for-constraint-names.cpp:36
virtual bool performWL(Context &ctx)
Perform the action.
Definition suffix-for-constraint-names.hxx:43
virtual bool autoExpand() const
Auto-expand.
Definition suffix-for-constraint-names.hxx:48
SuffixConstraintName(const StringT &value, bool enabled=true)
Default constructor.
Definition suffix-for-constraint-names.hxx:31
IAction::ThreadingPolicy ThreadingPolicy
The threading policy.
Definition suffix-for-constraint-names.h:42
virtual void prepareSkipWL(Context &ctx)
Prepare the execution (when the behavior says that the action should be skipped)
Definition suffix-for-constraint-names.cpp:30
Command line settings for launching the simulation.
Definition options.h:37