
Defines | |
| #define | CONNECT_MAP(a) CONNECT( a, clicked(), toolbarActionsMapper, map() ) |
| #define | SET_MAPPING(a, b) toolbarActionsMapper->setMapping( a , b ) |
| #define | CONNECT_MAP_SET(a, b) |
| #define | BUTTON_SET_BAR(a_button) |
| #define | BUTTON_SET_BAR2(button, image, tooltip) |
| #define | ENABLE_ON_VIDEO(a) |
| #define | ENABLE_ON_INPUT(a) |
| #define | NORMAL_BUTTON(name) |
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) |
| #define BUTTON_SET_BAR | ( | a_button | ) |
Value:
Referenced by AbstractController::createWidget().
| #define BUTTON_SET_BAR2 | ( | button, | |||
| image, | |||||
| tooltip | ) |
Value:
button->setToolTip( tooltip ); \
button->setIcon( QIcon( ":/"#image ) );
| #define ENABLE_ON_INPUT | ( | a | ) |
Value:
CONNECT( this, inputExists( bool ), a, setEnabled( bool ) ); \ a->setEnabled( THEMIM->getIM()->hasInput() );
Referenced by AbstractController::createWidget().
| #define ENABLE_ON_VIDEO | ( | a | ) |
| #define NORMAL_BUTTON | ( | name | ) |
Value:
QToolButton * name ## Button = new QToolButton; \ setupButton( name ## Button ); \ CONNECT_MAP_SET( name ## Button, name ## _ACTION ); \ BUTTON_SET_BAR( name ## Button ); \ widget = name ## Button;
Referenced by AbstractController::createWidget().
| static int FullscreenControllerWidgetFullscreenChanged | ( | vlc_object_t * | vlc_object, | |
| const char * | variable, | |||
| vlc_value_t | old_val, | |||
| vlc_value_t | new_val, | |||
| void * | data | |||
| ) | [static] |
References vlc_value_t::b_bool, FullscreenControllerWidget::fullscreenChanged(), msg_Dbg, var_GetInteger, and VLC_SUCCESS.
Referenced by FullscreenControllerWidget::setVoutList().
| static int FullscreenControllerWidgetMouseMoved | ( | vlc_object_t * | vlc_object, | |
| const char * | variable, | |||
| vlc_value_t | old_val, | |||
| vlc_value_t | new_val, | |||
| void * | data | |||
| ) | [static] |
References vlc_value_t::coords, FullscreenControllerWidget::mouseChanged(), VLC_SUCCESS, vlc_value_t::x, and vlc_value_t::y.
Referenced by FullscreenControllerWidget::fullscreenChanged().
1.5.6