iLand
|
a iLand plugin for wind disturbances. More...
#include <windplugin.h>
Public Member Functions | |
WindPlugin () | |
~WindPlugin () | |
QString | name () |
a unique name of the plugin More... | |
QString | version () |
a version identification More... | |
QString | description () |
some additional description. This info is shown in the GUI and is printed to the log file. More... | |
void | setup () |
setup after the main iLand model frame is created More... | |
void | setupResourceUnit (const ResourceUnit *ru) |
setup resource unit specific parameters More... | |
void | setupScripting (QJSEngine *engine) |
setup additional javascript related features More... | |
void | yearBegin () |
function executes at the beginning of a year (e.g., cleanup) More... | |
void | run () |
main function that once a year (after growth) More... | |
WindModule * | windModule () |
![]() | |
virtual | ~DisturbanceInterface () |
![]() | |
virtual | ~SetupResourceUnitInterface () |
a iLand plugin for wind disturbances.
WindPlugin::WindPlugin | ( | ) |
WindPlugin::~WindPlugin | ( | ) |
|
virtual |
some additional description. This info is shown in the GUI and is printed to the log file.
Implements DisturbanceInterface.
|
virtual |
a unique name of the plugin
Implements DisturbanceInterface.
|
virtual |
main function that once a year (after growth)
Implements DisturbanceInterface.
|
virtual |
setup after the main iLand model frame is created
Implements DisturbanceInterface.
|
virtual |
setup resource unit specific parameters
Implements SetupResourceUnitInterface.
|
virtual |
setup additional javascript related features
Implements DisturbanceInterface.
|
virtual |
a version identification
Implements DisturbanceInterface.
|
inline |
|
virtual |
function executes at the beginning of a year (e.g., cleanup)
Implements DisturbanceInterface.