osd_menu_t Struct Reference
[OSD Menu]

OSD Menu object. More...

Collaboration diagram for osd_menu_t:

Collaboration graph
[legend]

Data Fields

int i_x
int i_y
int i_width
int i_height
int i_style
int i_position
char * psz_path
osd_button_tp_button
osd_menu_state_tp_state
osd_button_tp_last_button
module_tp_parser
char * psz_file
image_handler_tp_image
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

OSD Menu object.

The main OSD Menu object, which holds a linked list to all buttons and images that defines the menu. The p_state variable represents the current state of the OSD Menu.


Field Documentation

int osd_menu_t::i_object_id

int osd_menu_t::i_object_type

const char* osd_menu_t::psz_object_type

char* osd_menu_t::psz_object_name

char* osd_menu_t::psz_header

int osd_menu_t::i_flags

volatile bool osd_menu_t::b_error

set by the object

volatile bool osd_menu_t::b_die

set by the outside

volatile bool osd_menu_t::b_dead

set by the object

bool osd_menu_t::b_force

set by the outside (eg.

module_Need())

libvlc_int_t* osd_menu_t::p_libvlc

(root of all evil) - 1

vlc_object_t* osd_menu_t::p_parent

our parent

void* osd_menu_t::p_private

int osd_menu_t::be_sure_to_add_VLC_COMMON_MEMBERS_to_struct

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

int osd_menu_t::i_x

int osd_menu_t::i_y

int osd_menu_t::i_width

int osd_menu_t::i_height

int osd_menu_t::i_style

int osd_menu_t::i_position

char* osd_menu_t::psz_path

osd_button_t* osd_menu_t::p_button

osd_menu_state_t* osd_menu_t::p_state

osd_button_t* osd_menu_t::p_last_button

module_t* osd_menu_t::p_parser

char* osd_menu_t::psz_file

image_handler_t* osd_menu_t::p_image


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