Data Fields

extension_dialog_t Struct Reference

Dialog descriptor for extensions. More...

Collaboration diagram for extension_dialog_t:
Collaboration graph
[legend]

Data Fields

vlc_object_tp_object
 Owner object (callback on "dialog-event").
char * psz_title
 Title for the Dialog (in TitleBar).
int i_width
 Width hint in pixels (may be discarded).
int i_height
 Height hint in pixels (may be discarded).
struct {
   int   i_alloc
   int   i_size
   extension_widget_t **   p_elems
widgets
 Widgets owned by the dialog.
bool b_hide
 Hide this dialog (!b_hide shows).
bool b_kill
 Kill this dialog.
void * p_sys
 Dialog private pointer.
void * p_sys_intf
 GUI private pointer.
vlc_mutex_t lock
 Dialog mutex.
vlc_cond_t cond
 Signaled == UI is done working on the dialog.

Detailed Description

Dialog descriptor for extensions.


Field Documentation

Hide this dialog (!b_hide shows).

Kill this dialog.

Signaled == UI is done working on the dialog.

Height hint in pixels (may be discarded).

Width hint in pixels (may be discarded).

Dialog mutex.

Owner object (callback on "dialog-event").

Dialog private pointer.

GUI private pointer.

Title for the Dialog (in TitleBar).

Referenced by dialog_ExtensionUpdate().

Widgets owned by the dialog.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines