Include dependency graph for skin_main.cpp:

Defines | |
| #define | SKINS2_LAST N_("Skin to use") |
| #define | SKINS2_LAST_LONG N_("Path to the skin to use.") |
| #define | SKINS2_CONFIG N_("Config of last used skin") |
| #define | SKINS2_CONFIG_LONG |
| #define | SKINS2_SYSTRAY N_("Systray icon") |
| #define | SKINS2_SYSTRAY_LONG N_("Show a systray icon for VLC") |
| #define | SKINS2_TASKBAR N_("Show VLC on the taskbar") |
| #define | SKINS2_TASKBAR_LONG N_("Show VLC on the taskbar") |
| #define | SKINS2_TRANSPARENCY N_("Enable transparency effects") |
| #define | SKINS2_TRANSPARENCY_LONG |
| #define | SKINS2_PLAYLIST N_("Use a skinned playlist") |
| #define | SKINS2_PLAYLIST_LONG N_("Use a skinned playlist") |
Functions | |
| static int | Open (vlc_object_t *) |
| static void | Close (vlc_object_t *) |
| static void | Run (intf_thread_t *) |
| static int | DemuxOpen (vlc_object_t *) |
| static int | Demux (demux_t *) |
| static int | DemuxControl (demux_t *, int, va_list) |
| static int | onSystrayChange (vlc_object_t *pObj, const char *pVariable, vlc_value_t oldVal, vlc_value_t newVal, void *pParam) |
| Callback for the systray configuration option. | |
| static int | onTaskBarChange (vlc_object_t *pObj, const char *pVariable, vlc_value_t oldVal, vlc_value_t newVal, void *pParam) |
| Callback for the systray configuration option. | |
| static int | WindowOpen (vlc_object_t *p_this) |
| static void | WindowClose (vlc_object_t *p_this) |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| #define SKINS2_CONFIG N_("Config of last used skin") |
| #define SKINS2_CONFIG_LONG |
Value:
N_("Windows configuration of the last skin used. " \ "This option is updated automatically, do not touch it." )
| #define SKINS2_LAST N_("Skin to use") |
| #define SKINS2_LAST_LONG N_("Path to the skin to use.") |
| #define SKINS2_PLAYLIST N_("Use a skinned playlist") |
| #define SKINS2_PLAYLIST_LONG N_("Use a skinned playlist") |
| #define SKINS2_SYSTRAY N_("Systray icon") |
| #define SKINS2_SYSTRAY_LONG N_("Show a systray icon for VLC") |
| #define SKINS2_TASKBAR N_("Show VLC on the taskbar") |
| #define SKINS2_TASKBAR_LONG N_("Show VLC on the taskbar") |
| #define SKINS2_TRANSPARENCY N_("Enable transparency effects") |
| #define SKINS2_TRANSPARENCY_LONG |
Value:
N_("You can disable all transparency effects"\ " if you want. This is mainly useful when moving windows does not behave" \ " correctly.")
| static void Close | ( | vlc_object_t * | ) | [static] |
| static int Demux | ( | demux_t * | ) | [static] |
| static int DemuxControl | ( | demux_t * | , | |
| int | , | |||
| va_list | ||||
| ) | [static] |
| static int DemuxOpen | ( | vlc_object_t * | ) | [static] |
| static int onSystrayChange | ( | vlc_object_t * | pObj, | |
| const char * | pVariable, | |||
| vlc_value_t | oldVal, | |||
| vlc_value_t | newVal, | |||
| void * | pParam | |||
| ) | [static] |
Callback for the systray configuration option.
| static int onTaskBarChange | ( | vlc_object_t * | pObj, | |
| const char * | pVariable, | |||
| vlc_value_t | oldVal, | |||
| vlc_value_t | newVal, | |||
| void * | pParam | |||
| ) | [static] |
Callback for the systray configuration option.
| static int Open | ( | vlc_object_t * | ) | [static] |
| static void Run | ( | intf_thread_t * | ) | [static] |
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
| static void WindowClose | ( | vlc_object_t * | p_this | ) | [static] |
| static int WindowOpen | ( | vlc_object_t * | p_this | ) | [static] |
1.5.1