VLC  3.0.15
Data Fields
vlc_dialog_cbs Struct Reference

Dialog callbacks to be implemented. More...

Data Fields

void(* pf_display_error )(void *p_data, const char *psz_title, const char *psz_text)
 Called when an error message needs to be displayed. More...
 
void(* pf_display_login )(void *p_data, vlc_dialog_id *p_id, const char *psz_title, const char *psz_text, const char *psz_default_username, bool b_ask_store)
 Called when a login dialog needs to be displayed. More...
 
void(* pf_display_question )(void *p_data, vlc_dialog_id *p_id, const char *psz_title, const char *psz_text, vlc_dialog_question_type i_type, const char *psz_cancel, const char *psz_action1, const char *psz_action2)
 Called when a question dialog needs to be displayed. More...
 
void(* pf_display_progress )(void *p_data, vlc_dialog_id *p_id, const char *psz_title, const char *psz_text, bool b_indeterminate, float f_position, const char *psz_cancel)
 Called when a progress dialog needs to be displayed. More...
 
void(* pf_cancel )(void *p_data, vlc_dialog_id *p_id)
 Called when a displayed dialog needs to be cancelled. More...
 
void(* pf_update_progress )(void *p_data, vlc_dialog_id *p_id, float f_position, const char *psz_text)
 Called when a progress dialog needs to be updated. More...
 

Detailed Description

Dialog callbacks to be implemented.


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