The Gnome Chemistry Utils
0.13.6
|
#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 |
Used to store a series of data.
Definition at line 207 of file spectrumdoc.h.
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 252 of file spectrumdoc.h.
double gcugtk::JdxVar::First |
First vaue in the series.
Definition at line 235 of file spectrumdoc.h.
The format of the data when loaded from a JCAMP-DX file.
Definition at line 227 of file spectrumdoc.h.
double gcugtk::JdxVar::Last |
Last value in the series
Definition at line 239 of file spectrumdoc.h.
double gcugtk::JdxVar::Max |
Largest value in the series.
Definition at line 247 of file spectrumdoc.h.
double gcugtk::JdxVar::Min |
Smallest value in the series.
Definition at line 243 of file spectrumdoc.h.
std::string gcugtk::JdxVar::Name |
The name of the series.
Definition at line 211 of file spectrumdoc.h.
unsigned gcugtk::JdxVar::NbValues |
The values number.
Definition at line 231 of file spectrumdoc.h.
GogSeries* gcugtk::JdxVar::Series |
The GogSeries used in the chart. See the GOffice documentation for more information.
Definition at line 261 of file spectrumdoc.h.
The symbol associated to the series.
Definition at line 215 of file spectrumdoc.h.
The SpectrumVarType of the data.
Definition at line 219 of file spectrumdoc.h.
The unit stored as a SpectrumUnitType value.
Definition at line 223 of file spectrumdoc.h.
double* gcugtk::JdxVar::Values |
The array of values.
Definition at line 256 of file spectrumdoc.h.