Engauge Digitizer 2
Loading...
Searching...
No Matches
Jpeg2000Callbacks.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void errorCallback (const char *msg, void *clientData)
void infoCallback (const char *msg, void *clientData)
void warningCallback (const char *msg, void *clientData)

Function Documentation

◆ errorCallback()

void errorCallback ( const char * msg,
void * clientData )
extern

Definition at line 10 of file Jpeg2000Callbacks.cpp.

12{
13 qCCritical(ENGAUGE_LOG) << "Jpeg2000Callbacks::errorCallback " << msg;
14}

◆ infoCallback()

void infoCallback ( const char * msg,
void * clientData )
extern

Definition at line 16 of file Jpeg2000Callbacks.cpp.

18{
19 qCInfo(ENGAUGE_LOG) << "Jpeg2000Callbacks::infoCallback " << msg;
20}

◆ warningCallback()

void warningCallback ( const char * msg,
void * clientData )
extern

Definition at line 22 of file Jpeg2000Callbacks.cpp.

24{
25 qCWarning(ENGAUGE_LOG) << "Jpeg2000Callbacks::warningCallback " << msg;
26}