Minsky
schema0::PlotWidget Struct Reference

#include <schema0.h>

Collaboration diagram for schema0::PlotWidget:
Collaboration graph

Public Attributes

int nxTicks
 
int nyTicks
 number of x/y-axis ticks More...
 
double fontScale
 scale tick labels More...
 
double offx
 
double offy
 origin of plot within image More...
 
bool logx
 
bool logy
 logarithmic plots (x/y axes) More...
 
bool grid
 draw grid More...
 
bool leadingMarker
 draw a leading marker on the curve (full draw only) More...
 
bool autoscale
 autoscale plot to data More...
 
ecolab::Plot::PlotType plotType
 
double minx
 
double maxx
 
double miny
 
double maxy
 
ecolab::array< int > ports
 
std::vector< VariableValueyvars
 
std::vector< VariableValuexvars
 
VariableValue xminVar
 
VariableValue xmaxVar
 
VariableValue yminVar
 
VariableValue ymaxVar
 
std::vector< std::string > images
 
double x
 
double y
 

Detailed Description

Definition at line 175 of file schema0.h.

Member Data Documentation

◆ autoscale

bool schema0::PlotWidget::autoscale

autoscale plot to data

Definition at line 183 of file schema0.h.

◆ fontScale

double schema0::PlotWidget::fontScale

scale tick labels

Definition at line 178 of file schema0.h.

◆ grid

bool schema0::PlotWidget::grid

draw grid

Definition at line 181 of file schema0.h.

◆ images

std::vector<std::string> schema0::PlotWidget::images

Definition at line 191 of file schema0.h.

◆ leadingMarker

bool schema0::PlotWidget::leadingMarker

draw a leading marker on the curve (full draw only)

Definition at line 182 of file schema0.h.

◆ logx

bool schema0::PlotWidget::logx

Definition at line 180 of file schema0.h.

◆ logy

bool schema0::PlotWidget::logy

logarithmic plots (x/y axes)

Definition at line 180 of file schema0.h.

◆ maxx

double schema0::PlotWidget::maxx

Definition at line 185 of file schema0.h.

◆ maxy

double schema0::PlotWidget::maxy

Definition at line 185 of file schema0.h.

◆ minx

double schema0::PlotWidget::minx

Definition at line 185 of file schema0.h.

◆ miny

double schema0::PlotWidget::miny

Definition at line 185 of file schema0.h.

◆ nxTicks

int schema0::PlotWidget::nxTicks

Definition at line 177 of file schema0.h.

◆ nyTicks

int schema0::PlotWidget::nyTicks

number of x/y-axis ticks

Definition at line 177 of file schema0.h.

◆ offx

double schema0::PlotWidget::offx

Definition at line 179 of file schema0.h.

◆ offy

double schema0::PlotWidget::offy

origin of plot within image

Definition at line 179 of file schema0.h.

◆ plotType

ecolab::Plot::PlotType schema0::PlotWidget::plotType

Definition at line 184 of file schema0.h.

◆ ports

ecolab::array<int> schema0::PlotWidget::ports

Definition at line 186 of file schema0.h.

◆ x

double schema0::PlotWidget::x

Definition at line 193 of file schema0.h.

◆ xmaxVar

VariableValue schema0::PlotWidget::xmaxVar

Definition at line 189 of file schema0.h.

◆ xminVar

VariableValue schema0::PlotWidget::xminVar

Definition at line 189 of file schema0.h.

◆ xvars

std::vector<VariableValue> schema0::PlotWidget::xvars

Definition at line 188 of file schema0.h.

◆ y

double schema0::PlotWidget::y

Definition at line 193 of file schema0.h.

◆ ymaxVar

VariableValue schema0::PlotWidget::ymaxVar

Definition at line 189 of file schema0.h.

◆ yminVar

VariableValue schema0::PlotWidget::yminVar

Definition at line 189 of file schema0.h.

◆ yvars

std::vector<VariableValue> schema0::PlotWidget::yvars

Definition at line 187 of file schema0.h.


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