VLC  3.0.15
Data Fields
interaction_dialog_t Struct Reference

This structure describes a piece of interaction with the user. More...

Collaboration diagram for interaction_dialog_t:
Collaboration graph
[legend]

Data Fields

int i_type
 Type identifier. More...
 
char * psz_title
 Title. More...
 
char * psz_description
 Descriptor string. More...
 
char * psz_default_button
 default button title (~OK) More...
 
char * psz_alternate_button
 alternate button title (~NO) More...
 
char * psz_other_button
 other button title (optional,~Cancel) More...
 
char * psz_returned [1]
 returned responses from the user More...
 
vlc_value_t val
 value coming from core for dialogue More...
 
int i_timeToGo
 time (in sec) until shown progress is finished More...
 
bool b_cancelled
 was the dialogue cancelled ? More...
 
void * p_private
 Private interface data. More...
 
int i_status
 Dialog status;. More...
 
int i_action
 Action to perform;. More...
 
int i_flags
 Misc flags. More...
 
int i_return
 Return status. More...
 
vlc_object_tp_parent
 The vlc object that asked. More...
 
intf_thread_tp_interface
 
vlc_mutex_tp_lock
 

Detailed Description

This structure describes a piece of interaction with the user.


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