Home
last modified time | relevance | path

Searched refs:setPlay (Results 1 – 25 of 29) sorted by relevance

12

/dports/net-im/nheko/nheko-0.9.0/src/ui/
H A DMxcAnimatedImage.h22 Q_PROPERTY(bool play READ play WRITE setPlay NOTIFY playChanged) in Q_PROPERTY()
53 void setPlay(bool newPlay) in setPlay() function
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dtremolobar.cpp121 setPlay(e.readInt()); in read()
161 setPlay(v.toBool()); in setProperty()
H A Dfermata.cpp47 setPlay(true); in Fermata()
83 setPlay(e.readBool()); in readProperties()
302 setPlay(v.toBool()); in setProperty()
H A Dtremolobar.h65 void setPlay(bool val) { _play = val; } in setPlay() function
H A Dfermata.h80 void setPlay(bool val) { _play = val; } in setPlay() function
H A Dharmony.h119 void setPlay(bool p) { _play = p; } in setPlay() function
H A Dnote.h416 void setPlay(bool val) { _play = val; } in setPlay() function
H A Dnote.cpp1453 setPlay(e.readInt()); in readProperties()
2886 setPlay(v.toBool()); in setProperty()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/
H A DVLCControlsBarCommon.h71 - (void)setPlay;
H A DVLCFSPanelController.h71 - (void)setPlay;
H A DVLCMainWindow.h124 - (void)setPlay;
H A DVLCMainWindow.m640 - (void)setPlay
642 [self.controlsBar setPlay];
643 [self.fspanel setPlay];
646 [controlsBar setPlay];
H A DVLCInputManager.m332 [[o_main mainMenu] setPlay];
333 [[o_main mainWindow] setPlay];
H A DVLCMainMenu.h289 - (void)setPlay;
H A DVLCControlsBarCommon.m427 - (void)setPlay
H A DVLCFSPanelController.m242 - (void)setPlay
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/src/
H A Dpreferences.cpp540 QString setPlay = LocalFileMng::readXmlString( guiNode, "setplay", "SET_PLAY_OFF" ); in loadPreferences() local
541 if ( setPlay == "SET_PLAY_OFF" ) { in loadPreferences()
543 } else if ( setPlay == "SET_PLAY_ON" ) { in loadPreferences()
952 QString setPlay; in savePreferences() local
954 setPlay = "SET_PLAY_OFF"; in savePreferences()
956 setPlay = "SET_PLAY_ON"; in savePreferences()
958 LocalFileMng::writeXmlString( guiNode, "setplay", setPlay ); in savePreferences()
/dports/multimedia/smplayer/smplayer-21.10.0/src/skingui/
H A Dplaycontrol.h57 void setPlay(bool on) { playOrPause = on; playPauseButton->setState(on); } in setPlay() function
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dtransport.h164 void setPlay(bool f);
H A Dtransport.cpp571 connect(MusEGlobal::song, SIGNAL(playChanged(bool)), SLOT(setPlay(bool))); in Transport()
738 void Transport::setPlay(bool f) in setPlay() function in MusEGui::Transport
934 MusEGlobal::song->setPlay(true); in playToggled()
H A Dsong.h535 void setPlay(bool f);
H A Dapp.cpp557 connect(MusEGlobal::playAction, SIGNAL(toggled(bool)), MusEGlobal::song, SLOT(setPlay(bool))); in MusE()
2843 MusEGlobal::song->setPlay(true); in kbAccel()
2863 MusEGlobal::song->setPlay(true); in kbAccel()
3331 MusEGlobal::song->setPlay(true); in bounceToTrack()
3402 MusEGlobal::song->setPlay(true); in bounceToFile()
H A Dsong.cpp1466 void Song::setPlay(bool f) in setPlay() function in MusECore::Song
1975 setPlay(true); in beat()
1999 setPlay(true); in beat()
/dports/multimedia/pitivi/pitivi-0.999/pitivi/viewer/
H A Dviewer.py473 self.playpause_button.setPlay()
526 self.setPlay()
536 def setPlay(self): member in PlayPauseButton
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/remote/
H A Dpyapi.cpp1233 this->setPlay(true); in event()

12