|
libgpac
Documentation of the core library of GPAC. For more information, check out http://gpac.wp.mines-telecom.fr
|
Include dependency graph for events.h:
This graph shows which files directly or indirectly include this file:Data Structures | |
| struct | GF_EventMouse |
| struct | GF_EventKey |
| struct | GF_EventChar |
| struct | GF_EventSize |
| struct | GF_EventVideoSetup |
| struct | GF_EventShow |
| struct | GF_EventCursor |
| struct | GF_EventCaption |
| struct | GF_EventMove |
| struct | GF_EventDuration |
| struct | GF_EventNavigate |
| struct | GF_EventProgress |
| struct | GF_EventConnect |
| struct | GF_EventAddonConnect |
| struct | GF_EventAuthorize |
| struct | GF_EventSysColors |
| struct | GF_EventMutation |
| struct | GF_EventOpenFile |
| struct | GF_EventFromService |
| union | GF_Event |
Enumerations | |
| enum | { GF_MOUSE_LEFT = 0, GF_MOUSE_MIDDLE, GF_MOUSE_RIGHT } |
| struct GF_EventVideoSetup |
| struct GF_EventCaption |
| Data Fields | ||
|---|---|---|
| u8 | type | |
| const char * | caption | |
| struct GF_EventNavigate |
| struct GF_EventProgress |
| struct GF_EventAddonConnect |
| Data Fields | ||
|---|---|---|
| u8 | type | |
| const char * | addon_url | |
| const char * | mime_type | |
| struct GF_EventAuthorize |
| Data Fields | ||
|---|---|---|
| u8 | type | |
| const char * | site_url | |
| char * | user | |
| char * | password | |
| struct GF_EventMutation |
| union GF_Event |
Collaboration diagram for GF_Event:| Data Fields | ||
|---|---|---|
| u8 | type | |
| GF_EventMouse | mouse | |
| GF_EventKey | key | |
| GF_EventChar | character | |
| GF_EventSize | size | |
| GF_EventShow | show | |
| GF_EventDuration | duration | |
| GF_EventNavigate | navigate | |
| GF_EventMessage | message | |
| GF_EventProgress | progress | |
| GF_EventConnect | connect | |
| GF_EventCaption | caption | |
| GF_EventCursor | cursor | |
| GF_EventAuthorize | auth | |
| GF_EventSysColors | sys_cols | |
| GF_EventMove | move | |
| GF_EventVideoSetup | setup | |
| GF_EventMutation | mutation | |
| GF_EventOpenFile | open_file | |
| GF_EventAddonConnect | addon_connect | |
| GF_EventFromService | from_service | |