Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
Loading...
Searching...
No Matches
CIccCurveXml Class Referenceabstract

#include <IccTagXml.h>

+ Inheritance diagram for CIccCurveXml:
+ Collaboration diagram for CIccCurveXml:

Public Member Functions

virtual const char * GetExtDerivedClassName () const
 
virtual bool ParseXml (xmlNode *pNode, icConvertType nType, std::string &parseStr)=0
 
virtual bool ToXml (std::string &xml, icConvertType nType, std::string blanks)=0
 
virtual ~CIccCurveXml ()
 
- Public Member Functions inherited from CIccTagXml
virtual const char * GetExtClassName () const
 
virtual bool ParseXml (xmlNode *pNode, std::string &parseStr)=0
 
virtual bool ToXml (std::string &xml, std::string blanks="")=0
 
virtual ~CIccTagXml (void)
 

Detailed Description

Definition at line 487 of file IccTagXml.h.

Constructor & Destructor Documentation

◆ ~CIccCurveXml()

virtual CIccCurveXml::~CIccCurveXml ( )
inlinevirtual

Definition at line 490 of file IccTagXml.h.

490{}

Member Function Documentation

◆ GetExtDerivedClassName()

virtual const char * CIccCurveXml::GetExtDerivedClassName ( ) const
inlinevirtual

Reimplemented from CIccTagXml.

Definition at line 492 of file IccTagXml.h.

492{return "CIccCurveXml"; }

◆ ParseXml()

virtual bool CIccCurveXml::ParseXml ( xmlNode * pNode,
icConvertType nType,
std::string & parseStr )
pure virtual

Implemented in CIccTagXmlCurve, CIccTagXmlParametricCurve, and CIccTagXmlSegmentedCurve.

Referenced by icCurvesFromXml().

+ Here is the caller graph for this function:

◆ ToXml()

virtual bool CIccCurveXml::ToXml ( std::string & xml,
icConvertType nType,
std::string blanks )
pure virtual

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