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

#include <IccEncoding.h>

+ Inheritance diagram for IIccEncProfileCacheHandler:
+ Collaboration diagram for IIccEncProfileCacheHandler:

Public Member Functions

virtual CIccProfile * GetEncodingProfile (const icUChar *szColorSpaceName)=0
 
virtual ~IIccEncProfileCacheHandler ()
 

Static Public Member Functions

static IIccEncProfileCacheHandlerGetHandler ()
 
static void SetEncCacheHandler (IIccEncProfileCacheHandler *pHandler)
 

Detailed Description

Definition at line 83 of file IccEncoding.h.

Constructor & Destructor Documentation

◆ ~IIccEncProfileCacheHandler()

virtual IIccEncProfileCacheHandler::~IIccEncProfileCacheHandler ( )
inlinevirtual

Definition at line 86 of file IccEncoding.h.

86{}

Member Function Documentation

◆ GetEncodingProfile()

virtual CIccProfile * IIccEncProfileCacheHandler::GetEncodingProfile ( const icUChar * szColorSpaceName)
pure virtual

Implemented in CIccDefaultEncProfileCacheHandler.

Referenced by icConvertEncodingProfile().

+ Here is the caller graph for this function:

◆ GetHandler()

IIccEncProfileCacheHandler * IIccEncProfileCacheHandler::GetHandler ( )
static

Definition at line 99 of file IccEncoding.cpp.

100{
103 }
105}
static IIccEncProfileCacheHandler * g_pEncProfileCacheHandler

References g_pEncProfileCacheHandler.

Referenced by icConvertEncodingProfile().

+ Here is the caller graph for this function:

◆ SetEncCacheHandler()

void IIccEncProfileCacheHandler::SetEncCacheHandler ( IIccEncProfileCacheHandler * pHandler)
static

Definition at line 107 of file IccEncoding.cpp.

108{
109 if (pHandler) {
112 }
113 g_pEncProfileCacheHandler = pHandler;
114 }
115}

References g_pEncProfileCacheHandler.


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