intf_thread_t Struct Reference
[Interface]

Describe all interface-specific data of the interface thread. More...

Collaboration diagram for intf_thread_t:

Collaboration graph
[legend]

Data Fields

intf_console_tp_console
intf_sys_tp_sys
 console
char * psz_intf
 system interface
module_tp_module
 Interface module.
void(* pf_run )(intf_thread_t *)
void(* pf_show_dialog )(intf_thread_t *, int, int, intf_dialog_args_t *)
 Specific for dialogs providers.
bool b_interaction
 Interaction stuff.
vlc_mutex_t change_lock
bool b_menu_change
bool b_menu
char * psz_switch_intf
VLC_COMMON_MEMBERS these members are common for all vlc objects
int i_object_id
int i_object_type
const char * psz_object_type
char * psz_object_name
char * psz_header
int i_flags
volatile bool b_error
 set by the object
volatile bool b_die
 set by the outside
volatile bool b_dead
 set by the object
bool b_force
 set by the outside (eg.
libvlc_int_tp_libvlc
 (root of all evil) - 1
vlc_object_tp_parent
 our parent
void * p_private
int be_sure_to_add_VLC_COMMON_MEMBERS_to_struct
 Just a reminder so that people don't cast garbage.

Detailed Description

Describe all interface-specific data of the interface thread.


Field Documentation

int intf_thread_t::i_object_id

int intf_thread_t::i_object_type

const char* intf_thread_t::psz_object_type

char* intf_thread_t::psz_object_name

char* intf_thread_t::psz_header

int intf_thread_t::i_flags

volatile bool intf_thread_t::b_error

set by the object

volatile bool intf_thread_t::b_die

set by the outside

volatile bool intf_thread_t::b_dead

set by the object

bool intf_thread_t::b_force

set by the outside (eg.

module_Need())

libvlc_int_t* intf_thread_t::p_libvlc

(root of all evil) - 1

vlc_object_t* intf_thread_t::p_parent

our parent

void* intf_thread_t::p_private

int intf_thread_t::be_sure_to_add_VLC_COMMON_MEMBERS_to_struct

Just a reminder so that people don't cast garbage.

intf_console_t* intf_thread_t::p_console

intf_sys_t* intf_thread_t::p_sys

console

char* intf_thread_t::psz_intf

system interface

module_t* intf_thread_t::p_module

Interface module.

void( * intf_thread_t::pf_run)(intf_thread_t *)

void( * intf_thread_t::pf_show_dialog)(intf_thread_t *, int, int, intf_dialog_args_t *)

Specific for dialogs providers.

bool intf_thread_t::b_interaction

Interaction stuff.

vlc_mutex_t intf_thread_t::change_lock

bool intf_thread_t::b_menu_change

bool intf_thread_t::b_menu

char* intf_thread_t::psz_switch_intf


The documentation for this struct was generated from the following file:
Generated on Wed Aug 13 09:15:50 2008 for VLC by  doxygen 1.5.1