Go to the source code of this file.
◆ 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}