Include dependency graph for interface_widgets.cpp:

Defines | |
| #define | I_PLAY_TOOLTIP N_("Play\nIf the playlist is empty, open a media") |
| #define | ICON_SIZE 128 |
| #define | MAX_BG_SIZE 400 |
| #define | MIN_BG_SIZE 64 |
| #define | setupSmallButton(aButton) |
| #define | HELP_PCH N_( "Previous chapter" ) |
| #define | HELP_NCH N_( "Next chapter" ) |
Functions | |
| static int | FullscreenControllerWidgetFullscreenChanged (vlc_object_t *vlc_object, const char *variable, vlc_value_t old_val, vlc_value_t new_val, void *data) |
| static int | FullscreenControllerWidgetMouseMoved (vlc_object_t *vlc_object, const char *variable, vlc_value_t old_val, vlc_value_t new_val, void *data) |
Variables | |
| static bool | b_my_volume |
| #define HELP_NCH N_( "Next chapter" ) |
| #define HELP_PCH N_( "Previous chapter" ) |
| #define I_PLAY_TOOLTIP N_("Play\nIf the playlist is empty, open a media") |
| #define ICON_SIZE 128 |
| #define MAX_BG_SIZE 400 |
| #define MIN_BG_SIZE 64 |
| #define setupSmallButton | ( | aButton | ) |
Value:
{ \
aButton->setMaximumSize( QSize( 26, 26 ) ); \
aButton->setMinimumSize( QSize( 26, 26 ) ); \
aButton->setIconSize( QSize( 20, 20 ) ); }
| static int FullscreenControllerWidgetFullscreenChanged | ( | vlc_object_t * | vlc_object, | |
| const char * | variable, | |||
| vlc_value_t | old_val, | |||
| vlc_value_t | new_val, | |||
| void * | data | |||
| ) | [static] |
| static int FullscreenControllerWidgetMouseMoved | ( | vlc_object_t * | vlc_object, | |
| const char * | variable, | |||
| vlc_value_t | old_val, | |||
| vlc_value_t | new_val, | |||
| void * | data | |||
| ) | [static] |
bool b_my_volume [static] |
1.5.1