Include dependency graph for playlist_model.cpp:

Defines | |
| #define | ADD_ICON(type, x) icons[ITEM_TYPE_##type] = QIcon( QPixmap( x ) ) |
| #define | CACHE(i, p) { i_cached_id = i; p_cached_item = p; } |
| #define | ICACHE(i, p) { i_cached_input_id = i; p_cached_item_bi = p; } |
| #define | CHECK_COLUMN(meta) |
Functions | |
| static int | PlaylistChanged (vlc_object_t *, const char *, vlc_value_t, vlc_value_t, void *) |
| static int | PlaylistNext (vlc_object_t *, const char *, vlc_value_t, vlc_value_t, void *) |
| static int | ItemChanged (vlc_object_t *, const char *, vlc_value_t, vlc_value_t, void *) |
| static int | ItemAppended (vlc_object_t *p_this, const char *psz_variable, vlc_value_t oval, vlc_value_t nval, void *param) |
| static int | ItemDeleted (vlc_object_t *p_this, const char *psz_variable, vlc_value_t oval, vlc_value_t nval, void *param) |
| #define ADD_ICON | ( | type, | |||
| x | ) | icons[ITEM_TYPE_##type] = QIcon( QPixmap( x ) ) |
| #define CACHE | ( | i, | |||
| p | ) | { i_cached_id = i; p_cached_item = p; } |
| #define CHECK_COLUMN | ( | meta | ) |
Value:
{ \
if( ( shownFlags() & meta ) ) \
i_index++; \
if( column == i_index ) \
{ \
i_flag = meta; \
goto next; \
} \
}
| #define ICACHE | ( | i, | |||
| p | ) | { i_cached_input_id = i; p_cached_item_bi = p; } |
| static int ItemAppended | ( | vlc_object_t * | p_this, | |
| const char * | psz_variable, | |||
| vlc_value_t | oval, | |||
| vlc_value_t | nval, | |||
| void * | param | |||
| ) | [static] |
| static int ItemChanged | ( | vlc_object_t * | , | |
| const char * | , | |||
| vlc_value_t | , | |||
| vlc_value_t | , | |||
| void * | ||||
| ) | [static] |
| static int ItemDeleted | ( | vlc_object_t * | p_this, | |
| const char * | psz_variable, | |||
| vlc_value_t | oval, | |||
| vlc_value_t | nval, | |||
| void * | param | |||
| ) | [static] |
| static int PlaylistChanged | ( | vlc_object_t * | , | |
| const char * | , | |||
| vlc_value_t | , | |||
| vlc_value_t | , | |||
| void * | ||||
| ) | [static] |
| static int PlaylistNext | ( | vlc_object_t * | , | |
| const char * | , | |||
| vlc_value_t | , | |||
| vlc_value_t | , | |||
| void * | ||||
| ) | [static] |
1.5.1