iLand
Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
PaintObject Struct Reference

#include <paintarea.h>

Public Types

enum  {
  PaintNothing , PaintMapGrid , PaintFloatGrid , PaintLayers ,
  PaintLIF , PaintTrees , PaintHeightGrid , PaintResourceUnits ,
  PaintRegeneration , PaintHandledObject
}
 

Public Member Functions

 PaintObject ()
 

Public Attributes

enum PaintObject:: { ... }  what
 
MapGridmap_grid
 
QString name
 
QString description
 
const FloatGridfloat_grid
 
const Grid< double > * dbl_grid
 
const LayeredGridBaselayered
 
int layer_id
 
GridViewType view_type
 
double min_value
 
double max_value
 
double cur_min_value
 
double cur_max_value
 
bool auto_range
 
bool clip_to_stands
 
bool species_colors
 
QString expression
 
QObject * handler
 

Static Public Attributes

static QColor background_color = Qt::white
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
PaintNothing 
PaintMapGrid 
PaintFloatGrid 
PaintLayers 
PaintLIF 
PaintTrees 
PaintHeightGrid 
PaintResourceUnits 
PaintRegeneration 
PaintHandledObject 

Constructor & Destructor Documentation

◆ PaintObject()

PaintObject::PaintObject ( )
inline

Member Data Documentation

◆ auto_range

bool PaintObject::auto_range

◆ background_color

QColor PaintObject::background_color = Qt::white
static

◆ clip_to_stands

bool PaintObject::clip_to_stands

◆ cur_max_value

double PaintObject::cur_max_value

◆ cur_min_value

double PaintObject::cur_min_value

◆ dbl_grid

const Grid<double>* PaintObject::dbl_grid

◆ description

QString PaintObject::description

◆ expression

QString PaintObject::expression

◆ float_grid

const FloatGrid* PaintObject::float_grid

◆ handler

QObject* PaintObject::handler

◆ layer_id

int PaintObject::layer_id

◆ layered

const LayeredGridBase* PaintObject::layered

◆ map_grid

MapGrid* PaintObject::map_grid

◆ max_value

double PaintObject::max_value

◆ min_value

double PaintObject::min_value

◆ name

QString PaintObject::name

◆ species_colors

bool PaintObject::species_colors

◆ view_type

GridViewType PaintObject::view_type

◆ 

enum { ... } PaintObject::what

The documentation for this struct was generated from the following files: