#include <ui_companion_driver.h>
|
void *(* | init )(void) |
|
void(* | deinit )(void *data) |
|
int(* | iterate )(void *data, unsigned action) |
|
void(* | toggle )(void *data, bool force) |
|
void(* | event_command )(void *data, enum event_command action) |
|
void(* | notify_content_loaded )(void *data) |
|
void(* | notify_list_loaded )(void *data, file_list_t *list, file_list_t *menu_list) |
|
void(* | notify_refresh )(void *data) |
|
void(* | msg_queue_push )(void *data, const char *msg, unsigned priority, unsigned duration, bool flush) |
|
void(* | render_messagebox )(const char *msg) |
|
void *(* | get_main_window )(void *data) |
|
void(* | log_msg )(void *data, const char *msg) |
|
ui_browser_window_t * | browser_window |
|
ui_msg_window_t * | msg_window |
|
ui_window_t * | window |
|
ui_application_t * | application |
|
const char * | ident |
|
◆ application
◆ browser_window
◆ deinit
◆ event_command
◆ get_main_window
◆ ident
const char* ui_companion_driver::ident |
◆ init
void*(* ui_companion_driver::init) (void) |
◆ iterate
int(* ui_companion_driver::iterate) (void *data, unsigned action) |
◆ log_msg
◆ msg_queue_push
◆ msg_window
◆ notify_content_loaded
void(* ui_companion_driver::notify_content_loaded) (void *data) |
◆ notify_list_loaded
◆ notify_refresh
◆ render_messagebox
void(* ui_companion_driver::render_messagebox) (const char *msg) |
◆ toggle
◆ window
The documentation for this struct was generated from the following file: