The Gnome Chemistry Utils  0.12.13
Public Attributes | List of all members
gcu::JdxVar Struct Reference

#include <gcu/spectrumdoc.h>

Public Attributes

std::string Name
char Symbol
SpectrumVarType Type
SpectrumUnitType Unit
SpectrumFormatType Format
unsigned NbValues
double First
double Last
double Min
double Max
double Factor
double * Values
GogSeries * Series

Detailed Description

Used to store a series of data.

Definition at line 207 of file spectrumdoc.h.

Member Data Documentation

double gcu::JdxVar::Factor

Constant value by which each value in the series must be multiplied after loading from a JCAMP-DX file in order to get the real value.

Definition at line 252 of file spectrumdoc.h.

double gcu::JdxVar::First

First vaue in the series.

Definition at line 235 of file spectrumdoc.h.

SpectrumFormatType gcu::JdxVar::Format

The format of the data when loaded from a JCAMP-DX file.

Definition at line 227 of file spectrumdoc.h.

double gcu::JdxVar::Last

Last value in the series

Definition at line 239 of file spectrumdoc.h.

double gcu::JdxVar::Max

Largest value in the series.

Definition at line 247 of file spectrumdoc.h.

double gcu::JdxVar::Min

Smallest value in the series.

Definition at line 243 of file spectrumdoc.h.

std::string gcu::JdxVar::Name

The name of the series.

Definition at line 211 of file spectrumdoc.h.

unsigned gcu::JdxVar::NbValues

The values number.

Definition at line 231 of file spectrumdoc.h.

GogSeries* gcu::JdxVar::Series

The GogSeries used in the chart. See the GOffice documentation for more information.

Definition at line 261 of file spectrumdoc.h.

char gcu::JdxVar::Symbol

The symbol associated to the series.

Definition at line 215 of file spectrumdoc.h.

SpectrumVarType gcu::JdxVar::Type

The SpectrumVarType of the data.

Definition at line 219 of file spectrumdoc.h.

SpectrumUnitType gcu::JdxVar::Unit

The unit stored as a SpectrumUnitType value.

Definition at line 223 of file spectrumdoc.h.

double* gcu::JdxVar::Values

The array of values.

Definition at line 256 of file spectrumdoc.h.


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