The Gnome Chemistry Utils  0.14.17
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

◆ Factor

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.

◆ First

double gcugtk::JdxVar::First

First vaue in the series.

Definition at line 239 of file spectrumdoc.h.

◆ Format

SpectrumFormatType gcugtk::JdxVar::Format

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

Definition at line 231 of file spectrumdoc.h.

◆ Last

double gcugtk::JdxVar::Last

Last value in the series

Definition at line 243 of file spectrumdoc.h.

◆ Max

double gcugtk::JdxVar::Max

Largest value in the series.

Definition at line 251 of file spectrumdoc.h.

◆ Min

double gcugtk::JdxVar::Min

Smallest value in the series.

Definition at line 247 of file spectrumdoc.h.

◆ Name

std::string gcugtk::JdxVar::Name

The name of the series.

Definition at line 215 of file spectrumdoc.h.

◆ NbValues

unsigned gcugtk::JdxVar::NbValues

The values number.

Definition at line 235 of file spectrumdoc.h.

◆ Series

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.

◆ Symbol

char gcugtk::JdxVar::Symbol

The symbol associated to the series.

Definition at line 219 of file spectrumdoc.h.

◆ Type

SpectrumVarType gcugtk::JdxVar::Type

The SpectrumVarType of the data.

Definition at line 223 of file spectrumdoc.h.

◆ Unit

SpectrumUnitType gcugtk::JdxVar::Unit

The unit stored as a SpectrumUnitType value.

Definition at line 227 of file spectrumdoc.h.

◆ Values

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: