/dports/net-p2p/ktorrent/ktorrent-21.12.3/plugins/mediaplayer/ |
H A D | mediaplayer.cpp | 89 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 D | mediaplayeractivity.cpp | 261 … 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 D | mediaplayer.h | 24 MEDIA_PLAY = 1, enumerator
|
H A D | videowidget.cpp | 257 play_action->setEnabled(flags & kt::MEDIA_PLAY); in enableActions()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/accelerators/ |
H A D | accelerator_table.cc | 161 MEDIA_PLAY, 232 MEDIA_PLAY, 309 MEDIA_PLAY, 387 MEDIA_PLAY,
|
H A D | accelerator_controller_impl.cc | 2014 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 D | ExercisesPanel.hh | 37 #define EXECUTE_BUTTON_ID Gtk::Stock::MEDIA_PLAY
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/public/cpp/ |
H A D | accelerators.h | 60 MEDIA_PLAY, enumerator
|
H A D | accelerators.cc | 183 {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 D | dom_us_layout_data.h | 201 {DomCode::MEDIA_PLAY, DomKey::MEDIA_PLAY}, 395 {DomKey::MEDIA_PLAY, VKEY_MEDIA_PLAY},
|
H A D | keyboard_code_conversion_android.cc | 181 return DomKey::MEDIA_PLAY; in GetDomKeyFromAndroidKeycode()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/keycodes/ |
H A D | dom_us_layout_data.h | 201 {DomCode::MEDIA_PLAY, DomKey::MEDIA_PLAY}, 395 {DomKey::MEDIA_PLAY, VKEY_MEDIA_PLAY},
|
H A D | keyboard_code_conversion_android.cc | 181 return DomKey::MEDIA_PLAY; in GetDomKeyFromAndroidKeycode()
|
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/ |
H A D | stock.h | 191 extern GTKMM_API const Gtk::BuiltinStockID MEDIA_PLAY; /*!< left-to-right languages: @image h…
|
H A D | stock.cc | 98 const Gtk::BuiltinStockID MEDIA_PLAY = { GTK_STOCK_MEDIA_PLAY }; variable
|
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/ |
H A D | stock.h | 130 extern GTKMM_API const Gtk::BuiltinStockID MEDIA_PLAY; /*!< left-to-right languages: @image h…
|
H A D | stock.cc | 94 const Gtk::BuiltinStockID MEDIA_PLAY = { GTK_STOCK_MEDIA_PLAY }; variable
|
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/examples/ogg_player_gtkmm/ |
H A D | player_window.cc | 37 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 D | dom_key_data.inc | 285 DOM_KEY_MAP("MediaPlay", MEDIA_PLAY, 0x0D2F), 500 // ("MediaPlay", MEDIA_PLAY, 0x0D2F),
|
H A D | dom_code_data.inc | 484 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 D | dom_key_data.inc | 285 DOM_KEY_MAP("MediaPlay", MEDIA_PLAY, 0x0D2F), 500 // ("MediaPlay", MEDIA_PLAY, 0x0D2F),
|
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/ |
H A D | export_report.cc | 768 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 D | add_video_dialog.cc | 566 row[harvid_list_columns.id ] = Gtk::Stock::MEDIA_PLAY.id; in harvid_request()
|
H A D | sfdb_ui.cc | 228 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 D | web_event_factory.cpp | 1090 return ui::DomKey::MEDIA_PLAY; in domKeyForQtKey()
|