Include dependency graph for qte_main.cpp:

Data Structures | |
| struct | qte_thread_t |
Defines | |
| #define | STANDALONE_TEXT N_("Run as standalone Qt/Embedded GUI Server") |
| #define | STANDALONE_LONGTEXT |
Functions | |
| static int | Open (vlc_object_t *) |
| static void | Close (vlc_object_t *) |
| static void * | QteMain (vlc_object_t *) |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
Variables | |
| static int | i_refcount = 0 |
| static qte_thread_t * | p_qte_main = NULL |
| #define STANDALONE_LONGTEXT |
Value:
N_("Use this option to run as standalone " \ "Qt/Embedded GUI Server. This option is equivalent to the -qws option " \ "from normal Qt.")
| #define STANDALONE_TEXT N_("Run as standalone Qt/Embedded GUI Server") |
| static void Close | ( | vlc_object_t * | ) | [static] |
| static int Open | ( | vlc_object_t * | ) | [static] |
| static void * QteMain | ( | vlc_object_t * | ) | [static] |
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
int i_refcount = 0 [static] |
qte_thread_t* p_qte_main = NULL [static] |
1.5.1