Home
last modified time | relevance | path

Searched refs:m_currentFilePath (Results 1 – 8 of 8) sorted by relevance

/dports/net-im/beebeep/beebeep-code-r1476/src/voicechat/
H A DVoicePlayer.cpp29 : QObject( parent ), m_chatId( ID_INVALID ), m_currentFilePath(), in VoicePlayer()
60 emit paused( m_currentFilePath, m_chatId ); in onStateChanged()
62 emit playing( m_currentFilePath, m_chatId ); in onStateChanged()
64 emit finished( m_currentFilePath, m_chatId ); in onStateChanged()
74 …ug() << "VoicePlayer tries to use external player to read file" << qPrintable( m_currentFilePath ); in onError()
75 QUrl file_url = QUrl::fromLocalFile( m_currentFilePath ); in onError()
92 m_currentFilePath = file_path; in playFile()
99 QMediaContent media_content( QUrl::fromLocalFile( m_currentFilePath ) ); in playFile()
125 emit durationChanged( m_currentFilePath, m_chatId, new_duration ); in onDurationChanged()
134 emit positionChanged( m_currentFilePath, m_chatId, new_position ); in onPositionChanged()
H A DVoicePlayer.h67 QString m_currentFilePath; variable
78 inline const QString& VoicePlayer::currentFilePath() const { return m_currentFilePath; } in currentFilePath()
/dports/misc/py-molequeue/molequeue-0.9.0/molequeue/app/queues/uit/
H A Ddirectorydownload.cpp150 m_currentFilePath = localFilePath; in downloadNext()
188 QFile file(m_currentFilePath); in finished()
191 .arg(m_currentFilePath); in finished()
H A Ddirectorydownload.h120 QString m_currentFilePath; variable
/dports/misc/molequeue/molequeue-0.9.0/molequeue/app/queues/uit/
H A Ddirectorydownload.cpp150 m_currentFilePath = localFilePath; in downloadNext()
188 QFile file(m_currentFilePath); in finished()
191 .arg(m_currentFilePath); in finished()
H A Ddirectorydownload.h120 QString m_currentFilePath; variable
/dports/net-im/beebeep/beebeep-code-r1476/src/core/
H A DSettings.cpp39 m_currentFilePath = ""; in Settings()
1204 m_currentFilePath = Bee::convertToNativeFolderSeparator( sets->fileName() ); in load()
1206 m_currentFilePath = ""; // registry path in load()
1208 m_currentFilePath = Bee::convertToNativeFolderSeparator( sets->fileName() ); in load()
1210 beeApp->setSettingsFilePath( m_currentFilePath ); in load()
2053 m_currentFilePath = Bee::convertToNativeFolderSeparator( sets->fileName() ); in save()
2055 m_currentFilePath = ""; // registry path in save()
2057 m_currentFilePath = Bee::convertToNativeFolderSeparator( sets->fileName() ); in save()
2060 beeApp->setSettingsFilePath( m_currentFilePath ); in save()
H A DSettings.h679 QString m_currentFilePath;
999 inline const QString& Settings::currentFilePath() const { return m_currentFilePath; } in currentFilePath()