The Gnome Chemistry Utils  0.14.0
Public Attributes | List of all members
gcugtk::JdxVar Struct Reference

#include <gcugtk/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 211 of file spectrumdoc.h.

Member Data Documentation

double gcugtk::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 256 of file spectrumdoc.h.

double gcugtk::JdxVar::First

First vaue in the series.

Definition at line 239 of file spectrumdoc.h.

SpectrumFormatType gcugtk::JdxVar::Format

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

Definition at line 231 of file spectrumdoc.h.

double gcugtk::JdxVar::Last

Last value in the series

Definition at line 243 of file spectrumdoc.h.

double gcugtk::JdxVar::Max

Largest value in the series.

Definition at line 251 of file spectrumdoc.h.

double gcugtk::JdxVar::Min

Smallest value in the series.

Definition at line 247 of file spectrumdoc.h.

std::string gcugtk::JdxVar::Name

The name of the series.

Definition at line 215 of file spectrumdoc.h.

unsigned gcugtk::JdxVar::NbValues

The values number.

Definition at line 235 of file spectrumdoc.h.

GogSeries* gcugtk::JdxVar::Series

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

Definition at line 265 of file spectrumdoc.h.

char gcugtk::JdxVar::Symbol

The symbol associated to the series.

Definition at line 219 of file spectrumdoc.h.

SpectrumVarType gcugtk::JdxVar::Type

The SpectrumVarType of the data.

Definition at line 223 of file spectrumdoc.h.

SpectrumUnitType gcugtk::JdxVar::Unit

The unit stored as a SpectrumUnitType value.

Definition at line 227 of file spectrumdoc.h.

double* gcugtk::JdxVar::Values

The array of values.

Definition at line 260 of file spectrumdoc.h.


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