StandOut is basic stand level info per species and ressource unit.  
 More...
#include <standout.h>
 | 
| void  | setName (const QString &name, const QString tableName) | 
|   | 
| void  | setDescription (const QString &description) | 
|   | 
| QList< OutputColumn > &  | columns () | 
|   | 
| int  | currentYear () const | 
|   | 
| const XmlHelper &  | settings () const | 
|   | access XML settings (see class description)  More...
  | 
|   | 
| void  | writeRow () | 
|   | saves the current row/line of data to database/file. Must be called for each row.  More...
  | 
|   | 
| void  | singleThreadedWriteRow () | 
|   | writeRow() protected by a mutex (if there is a chance that two outputs write at the same time)  More...
  | 
|   | 
| void  | add (const double &value) | 
|   | 
| void  | add (const double &value1, const double &value2) | 
|   | 
| void  | add (const double &value1, const double &value2, const double &value3) | 
|   | 
| void  | add (const double &value1, const double &value2, const double &value3, const double &value4) | 
|   | 
| void  | add (const double &value1, const double &value2, const double &value3, const double &value4, const double value5) | 
|   | 
| void  | add (const int intValue) | 
|   | 
| void  | add (const QString &stringValue) | 
|   | 
| bool  | clearColumnsAfter (QString find_name) | 
|   | delete all columns after the column 'find_name'. Return true if columns were removed.  More...
  | 
|   | 
| void  | truncateTable () | 
|   | delete all data from the table  More...
  | 
|   | 
StandOut is basic stand level info per species and ressource unit. 
 
◆ StandOut()
◆ exec()
main function that executes the output 
Reimplemented from Output.
 
 
◆ setup()
setup() is called during project setup and can be ovveridden for specific setup 
Reimplemented from Output.
 
 
The documentation for this class was generated from the following files: