VLC 4.0.0-dev
|
This structure describes a piece of interaction with the user. More...
#include <vlc_interface.h>
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_t * | p_parent |
The vlc object that asked. More... | |
intf_thread_t * | p_interface |
vlc_mutex_t * | p_lock |
This structure describes a piece of interaction with the user.
bool interaction_dialog_t::b_cancelled |
was the dialogue cancelled ?
int interaction_dialog_t::i_action |
Action to perform;.
int interaction_dialog_t::i_flags |
Misc flags.
int interaction_dialog_t::i_return |
Return status.
int interaction_dialog_t::i_status |
Dialog status;.
int interaction_dialog_t::i_timeToGo |
time (in sec) until shown progress is finished
int interaction_dialog_t::i_type |
Type identifier.
intf_thread_t* interaction_dialog_t::p_interface |
vlc_mutex_t* interaction_dialog_t::p_lock |
vlc_object_t* interaction_dialog_t::p_parent |
The vlc object that asked.
void* interaction_dialog_t::p_private |
Private interface data.
char* interaction_dialog_t::psz_alternate_button |
alternate button title (~NO)
char* interaction_dialog_t::psz_default_button |
default button title (~OK)
char* interaction_dialog_t::psz_description |
Descriptor string.
char* interaction_dialog_t::psz_other_button |
other button title (optional,~Cancel)
char* interaction_dialog_t::psz_returned[1] |
returned responses from the user
char* interaction_dialog_t::psz_title |
Title.
vlc_value_t interaction_dialog_t::val |
value coming from core for dialogue