OpenJPEG 2.1.0
Data Fields

opj_event_mgr Struct Reference

Message handler object used for. More...

#include <event.h>

Data Fields

void * m_error_data
 Data to call the event manager upon.
void * m_warning_data
 Data to call the event manager upon.
void * m_info_data
 Data to call the event manager upon.
opj_msg_callback error_handler
 Error message callback if available, NULL otherwise.
opj_msg_callback warning_handler
 Warning message callback if available, NULL otherwise.
opj_msg_callback info_handler
 Debug message callback if available, NULL otherwise.

Detailed Description

Message handler object used for.


Field Documentation

Error message callback if available, NULL otherwise.

Referenced by opj_event_msg(), opj_set_default_event_handler(), and opj_set_error_handler().

Debug message callback if available, NULL otherwise.

Referenced by opj_event_msg(), opj_set_default_event_handler(), and opj_set_info_handler().

Data to call the event manager upon.

Referenced by opj_event_msg(), opj_set_default_event_handler(), and opj_set_error_handler().

Data to call the event manager upon.

Referenced by opj_event_msg(), opj_set_default_event_handler(), and opj_set_info_handler().

Data to call the event manager upon.

Referenced by opj_event_msg(), opj_set_default_event_handler(), and opj_set_warning_handler().

Warning message callback if available, NULL otherwise.

Referenced by opj_event_msg(), opj_set_default_event_handler(), and opj_set_warning_handler().


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