| 
    iLand
    
   | 
 
#include <bitedispersal.h>
  
Public Slots | |
| void | run () | 
  Public Slots inherited from BITE::BiteItem | |
| virtual void | afterSetup () | 
| called once after the full agent is set up  More... | |
| virtual void | beforeRun () | 
| for initializations, called every year  More... | |
| virtual void | run () | 
| virtual void | runCell (BiteCell *cell, ABE::FMTreeList *treelist, ABE::FMSaplingList *saplist) | 
Public Member Functions | |
| Q_INVOKABLE | BiteDistribution (QJSValue obj) | 
| void | setup (BiteAgent *parent_agent) | 
| ScriptGrid * | grid () | 
| QString | info () | 
  Public Member Functions inherited from BITE::BiteItem | |
| BiteItem (QObject *parent=nullptr) | |
| Q_INVOKABLE | BiteItem (QJSValue obj) | 
| BiteAgent * | agent () const | 
| bool | runCells () const | 
| true if the item runs cell by cell  More... | |
| QString | name () const | 
| void | setName (QString name) | 
| QString | description () const | 
| virtual void | notify (BiteCell *cell, BiteCell::ENotification what) | 
Protected Member Functions | |
| QStringList | allowedProperties () | 
  Protected Member Functions inherited from BITE::BiteItem | |
| int | cellSize () const | 
| void | checkProperties (QJSValue obj) | 
| QJSValue | thisJSObj () | 
| void | setRunCells (bool rc) | 
| bool | verbose () | 
Properties | |
| ScriptGrid * | grid | 
  Properties inherited from BITE::BiteItem | |
| QString | name | 
| BiteAgent * | agent | 
Additional Inherited Members | |
  Protected Attributes inherited from BITE::BiteItem | |
| QJSValue | mObj | 
| the JS value used to setup the item  More... | |
| QJSValue | mThis | 
| the JS representation of the item  More... | |
| BITE::BiteDistribution::BiteDistribution | ( | QJSValue | obj | ) | 
      
  | 
  protectedvirtual | 
Reimplemented from BITE::BiteItem.
      
  | 
  inline | 
      
  | 
  virtual | 
Reimplemented from BITE::BiteItem.
      
  | 
  slot | 
      
  | 
  virtual | 
Reimplemented from BITE::BiteItem.
      
  | 
  read |