32 QString
type()
const {
return "general"; }
34 void setup(QJSValue value);
The ActGeneral class is an all-purpose activity and implements no specific forest management activity...
Definition: actgeneral.h:29
ActGeneral(FMSTP *parent)
Definition: actgeneral.h:31
void setup(QJSValue value)
setup of the activity (events, schedule, constraints). additional setup in derived classes.
Definition: actgeneral.cpp:43
QString type() const
Definition: actgeneral.h:32
bool execute(FMStand *stand)
executes the action (usually defined in derived classes) using the context of 'stand'.
Definition: actgeneral.cpp:52
QStringList info()
dumps some information for debugging
Definition: actgeneral.cpp:36
Activity is the base class for management activities.
Definition: activity.h:162
The FMSTP class encapsulates a stand treatment program, which is defined in Javascript.
Definition: fmstp.h:39
FMStand encapsulates a forest stand for the forest management engine.
Definition: fmstand.h:49