liborigin2  29/08/2011
Public Member Functions | Protected Member Functions | List of all members
Origin810Parser Class Reference

#include <Origin810Parser.h>

Inheritance diagram for Origin810Parser:
Origin800Parser Origin750Parser OriginParser Origin850Parser

Public Member Functions

 Origin810Parser (const string &fileName)
 
- Public Member Functions inherited from Origin800Parser
 Origin800Parser (const string &fileName)
 
bool parse ()
 
- Public Member Functions inherited from Origin750Parser
 Origin750Parser (const string &fileName)
 
- Public Member Functions inherited from OriginParser
int findExcelByName (const string &name) const
 
int findFunctionByName (const string &name) const
 
int findMatrixByName (const string &name) const
 
int findSpreadByName (const string &name) const
 
void setFileVersion (unsigned int version)
 
virtual ~OriginParser ()
 

Protected Member Functions

void readColorMap (ColorMap &colorMap)
 
void readProjectTreeFolder (tree< ProjectNode >::iterator parent)
 
- Protected Member Functions inherited from Origin800Parser
unsigned int findStringPos (const string &name)
 
void readMatrixInfo ()
 
virtual void readNotes ()
 
void readResultsLog ()
 
void readSpreadInfo ()
 
- Protected Member Functions inherited from Origin750Parser
time_t doubleToPosixTime (double jdt)
 
void readColumnValues (unsigned int spread, unsigned int col, short data_type, char valuesize, unsigned int nr, bool validColumn=true)
 
void readExcelInfo ()
 
void readFunction (unsigned int colpos, char valuesize, unsigned int *oldpos)
 
void readGraphAxisBreakInfo (GraphAxisBreak &axis_break)
 
void readGraphAxisFormatInfo (GraphAxisFormat &format)
 
unsigned int readGraphAxisInfo (GraphAxis &axis)
 
void readGraphAxisPrefixSuffixInfo (const string &sec_name, unsigned int size, GraphLayer &layer)
 
void readGraphAxisTickLabelsInfo (GraphAxisTick &tick)
 
void readGraphGridInfo (GraphGrid &grid)
 
virtual bool readGraphInfo ()
 
void readMatrixInfo ()
 
void readMatrixValues (short data_type, char data_type_u, char valuesize, unsigned int size, int mIndex=-1)
 
void readParameters ()
 
void readProjectTree ()
 
void readSpreadInfo ()
 
void readWindowProperties (Window &window, unsigned int size)
 
void skipLine ()
 
void skipObjectInfo ()
 
double stringToDouble (const string &s)
 
- Protected Member Functions inherited from OriginParser
void convertSpreadToExcel (vector< Origin::SpreadSheet >::size_type spread)
 
int findColumnByIndexAndName (int spread, unsigned int index, const string &name)
 
int findColumnByName (int spread, const string &name)
 
pair< string, string > findDataByIndex (unsigned int index) const
 
int findExcelColumnByName (int excel, int sheet, const string &name) const
 
pair< Origin::ProjectNode::NodeType, string > findObjectByIndex (unsigned int index) const
 

Additional Inherited Members

- Public Attributes inherited from OriginParser
vector< Origin::Excelexcels
 
unsigned int fileVersion
 
vector< Origin::Functionfunctions
 
vector< Origin::Graphgraphs
 
vector< Origin::Matrixmatrices
 
vector< Origin::Notenotes
 
tree< Origin::ProjectNodeprojectTree
 
string resultsLog
 
vector< Origin::SpreadSheetspeadSheets
 
unsigned int windowsCount
 
- Protected Attributes inherited from Origin800Parser
string notes_pos_mark
 
- Protected Attributes inherited from Origin750Parser
unsigned int d_colormap_offset
 
iendianfstream file
 
FILE * logfile
 
unsigned int objectIndex
 

Constructor & Destructor Documentation

◆ Origin810Parser()

Origin810Parser::Origin810Parser ( const string &  fileName)

Member Function Documentation

◆ readColorMap()

void Origin810Parser::readColorMap ( ColorMap colorMap)
protectedvirtual

◆ readProjectTreeFolder()

void Origin810Parser::readProjectTreeFolder ( tree< ProjectNode >::iterator  parent)
protectedvirtual

The documentation for this class was generated from the following files: