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

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