wxwidgets.cpp File Reference

Include dependency graph for wxwidgets.cpp:


Data Structures

class  Instance

Defines

#define EMBED_TEXT   N_("Embed video in interface")
#define EMBED_LONGTEXT
#define BOOKMARKS_TEXT   N_("Bookmarks dialog")
#define BOOKMARKS_LONGTEXT   N_("Show bookmarks dialog at startup" )
#define EXTENDED_TEXT   N_("Extended GUI")
#define EXTENDED_LONGTEXT
#define TASKBAR_TEXT   N_("Taskbar")
#define TASKBAR_LONGTEXT   N_("Show VLC on the taskbar")
#define MINIMAL_TEXT   N_("Minimal interface")
#define MINIMAL_LONGTEXT
#define SIZE_TO_VIDEO_TEXT   N_("Size to video")
#define SIZE_TO_VIDEO_LONGTEXT   N_("Resize VLC to match the video resolution.")
#define SYSTRAY_TEXT   N_("Systray icon")
#define SYSTRAY_LONGTEXT   N_("Show a systray icon for VLC")
#define LABEL_TEXT   N_("Show labels in toolbar")
#define LABEL_LONGTEXT   N_("Show labels below the icons in the toolbar.")
#define PLAYLIST_TEXT   N_("Playlist view" )
#define PLAYLIST_LONGTEXT

Functions

static int Open (vlc_object_t *)
static void Close (vlc_object_t *)
static int OpenDialogs (vlc_object_t *)
static void Run (intf_thread_t *)
static void * Init (vlc_object_t *)
static void ShowDialog (intf_thread_t *, int, int, intf_dialog_args_t *)
int vlc_entry__main (module_t *p_module)
const char * vlc_entry_license__main (void)
 IMPLEMENT_APP_NO_MAIN (Instance) bool Instance

Variables

static const int pi_playlist_views [] = { 0,1,2 }
static const char *const psz_playlist_views []

Define Documentation

#define BOOKMARKS_LONGTEXT   N_("Show bookmarks dialog at startup" )

#define BOOKMARKS_TEXT   N_("Bookmarks dialog")

#define EMBED_LONGTEXT

Value:

N_("Embed the video inside the interface instead " \
    "of having it in a separate window.")

#define EMBED_TEXT   N_("Embed video in interface")

#define EXTENDED_LONGTEXT

Value:

N_("Show extended GUI (equalizer, image adjust, "  \
              "video filters...) at startup"  )

#define EXTENDED_TEXT   N_("Extended GUI")

#define LABEL_LONGTEXT   N_("Show labels below the icons in the toolbar.")

#define LABEL_TEXT   N_("Show labels in toolbar")

#define MINIMAL_LONGTEXT

Value:

N_("Use minimal interface, with no toolbar and " \
                "fewer menus.")

#define MINIMAL_TEXT   N_("Minimal interface")

#define PLAYLIST_LONGTEXT

Value:

N_("There are two possible playlist views in the " \
                "interface : the normal playlist (separate window), or an " \
                "embedded playlist (within the main interface, but with " \
                "less features). You can select which one will be available " \
                "on the toolbar (or both)." )

#define PLAYLIST_TEXT   N_("Playlist view" )

#define SIZE_TO_VIDEO_LONGTEXT   N_("Resize VLC to match the video resolution.")

#define SIZE_TO_VIDEO_TEXT   N_("Size to video")

#define SYSTRAY_LONGTEXT   N_("Show a systray icon for VLC")

#define SYSTRAY_TEXT   N_("Systray icon")

#define TASKBAR_LONGTEXT   N_("Show VLC on the taskbar")

#define TASKBAR_TEXT   N_("Taskbar")


Function Documentation

static void Close ( vlc_object_t  )  [static]

IMPLEMENT_APP_NO_MAIN ( Instance   ) 

static void * Init ( vlc_object_t  )  [static]

static int Open ( vlc_object_t  )  [static]

static int OpenDialogs ( vlc_object_t  )  [static]

static void Run ( intf_thread_t  )  [static]

static void ShowDialog ( intf_thread_t ,
int  ,
int  ,
intf_dialog_args_t  
) [static]

int vlc_entry__main ( module_t p_module  ) 

const char* vlc_entry_license__main ( void   ) 


Variable Documentation

const int pi_playlist_views[] = { 0,1,2 } [static]

const char* const psz_playlist_views[] [static]

Initial value:

 {
    N_("Normal" ), N_("Embedded" ), N_("Both") }


Generated on Wed Aug 13 08:04:39 2008 for VLC by  doxygen 1.5.1