Home
last modified time | relevance | path

Searched refs:MEDIA_PLAY (Results 1 – 25 of 36) sorted by relevance

12

/dports/net-p2p/ktorrent/ktorrent-21.12.3/plugins/mediaplayer/
H A Dmediaplayer.cpp89 int flags = MEDIA_PLAY | MEDIA_STOP; in pause()
146 flags = MEDIA_PLAY; in onStateChanged()
169 flags = MEDIA_PLAY | MEDIA_STOP; in onStateChanged()
178 flags = MEDIA_PLAY; in onStateChanged()
H A Dmediaplayeractivity.cpp261 … play_action->setEnabled((flags & kt::MEDIA_PLAY) || file != media_player->getCurrentSource()); in enableActions()
263 play_action->setEnabled(action_flags & kt::MEDIA_PLAY); in enableActions()
265 play_action->setEnabled(flags & kt::MEDIA_PLAY); in enableActions()
274 …play_action->setEnabled((action_flags & kt::MEDIA_PLAY) || file != media_player->getCurrentSource(… in onSelectionChanged()
276 play_action->setEnabled(action_flags & kt::MEDIA_PLAY); in onSelectionChanged()
H A Dmediaplayer.h24 MEDIA_PLAY = 1, enumerator
H A Dvideowidget.cpp257 play_action->setEnabled(flags & kt::MEDIA_PLAY); in enableActions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/accelerators/
H A Daccelerator_table.cc161 MEDIA_PLAY,
232 MEDIA_PLAY,
309 MEDIA_PLAY,
387 MEDIA_PLAY,
H A Daccelerator_controller_impl.cc2014 case MEDIA_PLAY: in CanPerformAction()
2213 case MEDIA_PLAY: in PerformAction()
/dports/x11/workrave/workrave-1.10.44/frontend/plugin/exercises/gtkmm/src/
H A DExercisesPanel.hh37 #define EXECUTE_BUTTON_ID Gtk::Stock::MEDIA_PLAY
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/public/cpp/
H A Daccelerators.h60 MEDIA_PLAY, enumerator
H A Daccelerators.cc183 {true, ui::VKEY_MEDIA_PLAY, ui::EF_NONE, MEDIA_PLAY},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/keycodes/
H A Ddom_us_layout_data.h201 {DomCode::MEDIA_PLAY, DomKey::MEDIA_PLAY},
395 {DomKey::MEDIA_PLAY, VKEY_MEDIA_PLAY},
H A Dkeyboard_code_conversion_android.cc181 return DomKey::MEDIA_PLAY; in GetDomKeyFromAndroidKeycode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/keycodes/
H A Ddom_us_layout_data.h201 {DomCode::MEDIA_PLAY, DomKey::MEDIA_PLAY},
395 {DomKey::MEDIA_PLAY, VKEY_MEDIA_PLAY},
H A Dkeyboard_code_conversion_android.cc181 return DomKey::MEDIA_PLAY; in GetDomKeyFromAndroidKeycode()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dstock.h191 extern GTKMM_API const Gtk::BuiltinStockID MEDIA_PLAY; /*!< left-to-right languages: @image h…
H A Dstock.cc98 const Gtk::BuiltinStockID MEDIA_PLAY = { GTK_STOCK_MEDIA_PLAY }; variable
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dstock.h130 extern GTKMM_API const Gtk::BuiltinStockID MEDIA_PLAY; /*!< left-to-right languages: @image h…
H A Dstock.cc94 const Gtk::BuiltinStockID MEDIA_PLAY = { GTK_STOCK_MEDIA_PLAY }; variable
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/examples/ogg_player_gtkmm/
H A Dplayer_window.cc37 m_play_button(Gtk::Stock::MEDIA_PLAY), in PlayerWindow()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/keycodes/dom/
H A Ddom_key_data.inc285 DOM_KEY_MAP("MediaPlay", MEDIA_PLAY, 0x0D2F),
500 // ("MediaPlay", MEDIA_PLAY, 0x0D2F),
H A Ddom_code_data.inc484 DOM_CODE(0x0c00b0, 0x00cf, 0x00d7, 0x0000, 0xffff, "MediaPlay", MEDIA_PLAY),
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/keycodes/dom/
H A Ddom_key_data.inc285 DOM_KEY_MAP("MediaPlay", MEDIA_PLAY, 0x0D2F),
500 // ("MediaPlay", MEDIA_PLAY, 0x0D2F),
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dexport_report.cc768 Gtk::Image *img = manage (new Image (Stock::MEDIA_PLAY, ICON_SIZE_MENU)); in init()
799 play_btn = add_button (Stock::MEDIA_PLAY, RESPONSE_ACCEPT); in init()
H A Dadd_video_dialog.cc566 row[harvid_list_columns.id ] = Gtk::Stock::MEDIA_PLAY.id; in harvid_request()
H A Dsfdb_ui.cc228 play_btn.set_image (*(manage (new Image (Stock::MEDIA_PLAY, ICON_SIZE_BUTTON)))); in SoundFileBox()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/core/
H A Dweb_event_factory.cpp1090 return ui::DomKey::MEDIA_PLAY; in domKeyForQtKey()

12