21#ifndef __ANTARES_LIBS_STUDY_ACTION_SETTINGS_DECAL_AREA_POSITION_H__
22#define __ANTARES_LIBS_STUDY_ACTION_SETTINGS_DECAL_AREA_POSITION_H__
57 virtual bool shouldPrepareRootNode()
const;
59 virtual void behaviorToText(Behavior
behavior, Yuni::String& out);
76#include "decal-area-position.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 decal-area-position.h:37
virtual bool prepareWL(Context &ctx)
Prepare the execution.
Definition decal-area-position.cpp:44
virtual bool autoExpand() const
Auto-expand.
Definition decal-area-position.hxx:39
IAction::ThreadingPolicy ThreadingPolicy
The threading policy.
Definition decal-area-position.h:42
IAction::Ptr Ptr
The most suitable smart ptr for the class.
Definition decal-area-position.h:40
virtual ~DecalAreaPosition()
Destructor.
Definition decal-area-position.hxx:30
virtual void prepareSkipWL(Context &ctx)
Prepare the execution (when the behavior says that the action should be skipped)
Definition decal-area-position.cpp:37
DecalAreaPosition(bool enabled=true)
Default constructor.
Definition decal-area-position.cpp:30
virtual bool performWL(Context &ctx)
Perform the action.
Definition decal-area-position.hxx:34
Command line settings for launching the simulation.
Definition options.h:37