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

#include <IccTagXml.h>

+ Inheritance diagram for CIccTagXml:
+ Collaboration diagram for CIccTagXml:

Public Member Functions

virtual const char * GetExtClassName () const
 
virtual const char * GetExtDerivedClassName () 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 74 of file IccTagXml.h.

Constructor & Destructor Documentation

◆ ~CIccTagXml()

virtual CIccTagXml::~CIccTagXml ( void )
inlinevirtual

Definition at line 77 of file IccTagXml.h.

77{}

Member Function Documentation

◆ GetExtClassName()

virtual const char * CIccTagXml::GetExtClassName ( ) const
inlinevirtual

Implements IIccExtensionTag.

Definition at line 79 of file IccTagXml.h.

79{ return "CIccTagXml"; }

Referenced by icProfDescToXml(), and icXmlParseProfDesc().

+ Here is the caller graph for this function:

◆ GetExtDerivedClassName()

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

Implements IIccExtensionTag.

Reimplemented in CIccCurveXml.

Definition at line 80 of file IccTagXml.h.

80{ return ""; }

◆ ParseXml()

◆ ToXml()


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