Include dependency graph for wxwidgets.hpp:

Go to the source code of this file.
Namespaces | |
| namespace | wxvlc |
Data Structures | |
| struct | intf_sys_t |
Defines | |
| #define | WXINTL_NO_GETTEXT_MACRO |
| #define | SLIDER_MAX_POS 10000 |
| #define | wxU(utf8) wxString(wxConvUTF8.cMB2WC(utf8), *wxConvCurrent) |
| #define | wxL2U(utf8) wxU(utf8) |
| #define | wxLocaleFree LocaleFree |
| #define | wxDnDFromLocale wxFromLocale |
| #define | wxDnDLocaleFree wxLocaleFree |
| #define | WRAPCOUNT 80 |
| #define | OPEN_NORMAL 0 |
| #define | OPEN_STREAM 1 |
Enumerations | |
| enum | { ID_CONTROLS_TIMER, ID_SLIDER_TIMER } |
Functions | |
| DECLARE_LOCAL_EVENT_TYPE (wxEVT_DIALOG, 0) | |
| DECLARE_LOCAL_EVENT_TYPE (wxEVT_INTF, 1) | |
| static char * | wxFromLocale (const wxString &string) |
| wxArrayString | SeparateEntries (wxString) |
| wxWindow * | CreateDialogsProvider (intf_thread_t *p_intf, wxWindow *p_parent) |
| void | LockPlaylist (intf_sys_t *p_sys, playlist_t *p_pl) |
| void | UnlockPlaylist (intf_sys_t *p_sys, playlist_t *p_pl) |
| #define OPEN_NORMAL 0 |
| #define OPEN_STREAM 1 |
| #define SLIDER_MAX_POS 10000 |
| #define WRAPCOUNT 80 |
| #define wxDnDFromLocale wxFromLocale |
| #define wxDnDLocaleFree wxLocaleFree |
| #define WXINTL_NO_GETTEXT_MACRO |
| #define wxL2U | ( | utf8 | ) | wxU(utf8) |
| #define wxLocaleFree LocaleFree |
| #define wxU | ( | utf8 | ) | wxString(wxConvUTF8.cMB2WC(utf8), *wxConvCurrent) |
| wxWindow* CreateDialogsProvider | ( | intf_thread_t * | p_intf, | |
| wxWindow * | p_parent | |||
| ) |
| DECLARE_LOCAL_EVENT_TYPE | ( | wxEVT_INTF | , | |
| 1 | ||||
| ) |
| DECLARE_LOCAL_EVENT_TYPE | ( | wxEVT_DIALOG | , | |
| 0 | ||||
| ) |
| void LockPlaylist | ( | intf_sys_t * | p_sys, | |
| playlist_t * | p_pl | |||
| ) | [inline] |
| wxArrayString SeparateEntries | ( | wxString | ) |
| void UnlockPlaylist | ( | intf_sys_t * | p_sys, | |
| playlist_t * | p_pl | |||
| ) | [inline] |
| static char* wxFromLocale | ( | const wxString & | string | ) | [inline, static] |
1.5.1