
Public Slots | |
| void | toggleMuteAudio () |
| void | AudioUp () |
| void | AudioDown () |
| void | play () |
Static Public Member Functions | |
| static ActionsManager * | getInstance (intf_thread_t *_p_intf, QObject *_parent=0) |
| static void | killInstance () |
Protected Slots | |
| void | fullscreen () |
| TODO This functions toggle the fullscreen mode If there is no video, it should first activate Visualisations. | |
| void | snapshot () |
| void | playlist () |
| void | record () |
| void | frame () |
| virtual void | doAction (int) |
| static ActionsManager* ActionsManager::getInstance | ( | intf_thread_t * | _p_intf, | |
| QObject * | _parent = 0 | |||
| ) | [inline, static] |
Referenced by AbstractController::AbstractController().
| static void ActionsManager::killInstance | ( | ) | [inline, static] |
Referenced by MainInterface::~MainInterface().
| void ActionsManager::toggleMuteAudio | ( | ) | [slot] |
References aout_ToggleMute, and THEPL.
| void ActionsManager::AudioUp | ( | ) | [slot] |
References aout_VolumeUp, and THEPL.
| void ActionsManager::AudioDown | ( | ) | [slot] |
References aout_VolumeDown, and THEPL.
| void ActionsManager::play | ( | ) | [slot] |
| void ActionsManager::fullscreen | ( | ) | [protected, slot] |
TODO This functions toggle the fullscreen mode If there is no video, it should first activate Visualisations.
.. This has also to be fixed in enableVideo()
References THEMIM, var_ToggleBool, and vlc_object_release.
Referenced by doAction().
| void ActionsManager::snapshot | ( | ) | [protected, slot] |
| void ActionsManager::playlist | ( | ) | [protected, slot] |
References intf_sys_t::p_mi, intf_thread_t::p_sys, and MainInterface::togglePlaylist().
Referenced by doAction().
| void ActionsManager::record | ( | ) | [protected, slot] |
References input_GetItem(), input_item_GetURI(), p_item, THEDP, THEMIM, and var_ToggleBool.
Referenced by doAction().
| void ActionsManager::frame | ( | ) | [protected, slot] |
| void ActionsManager::doAction | ( | int | id_action | ) | [protected, virtual, slot] |
References ACTIONID_JUMP_BACKWARD_SHORT, ACTIONID_JUMP_FORWARD_SHORT, ATOB_ACTION, EXTENDED_ACTION, FASTER_ACTION, frame(), FRAME_ACTION, fullscreen(), FULLSCREEN_ACTION, msg_Dbg, NEXT_ACTION, OPEN_ACTION, intf_thread_t::p_libvlc, play(), PLAY_ACTION, playlist(), PLAYLIST_ACTION, PREVIOUS_ACTION, QUIT_ACTION, record(), RECORD_ACTION, REVERSE_ACTION, SKIP_BACK_ACTION, SKIP_FW_ACTION, SLOWER_ACTION, snapshot(), SNAPSHOT_ACTION, STOP_ACTION, THEDP, THEMIM, and var_SetInteger.
1.5.6