Home
last modified time | relevance | path

Searched refs:ProcessingJobMessage (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/kdenlive/kdenlive-21.12.3/src/
H A Dstatusbarmessagelabel.cpp119 if (type == ProcessingJobMessage) { in setProgressMessage()
122 } else if (m_currentMessage.type != ProcessingJobMessage || type == OperationCompletedMessage) { in setProgressMessage()
153 …if (item.type == ErrorMessage || item.type == MltError || item.type == ProcessingJobMessage || ite… in setMessage()
159 if (item.type == ProcessingJobMessage) { in setMessage()
163 if (msg.type != ProcessingJobMessage) { in setMessage()
197 if (m_currentMessage.type == ProcessingJobMessage) { in slotMessageTimeout()
203 …ssage || item.type == ErrorMessage || item.type == MltError || item.type == ProcessingJobMessage) { in slotMessageTimeout()
236 case ProcessingJobMessage: in slotMessageTimeout()
H A Dstatusbarmessagelabel.h91 …void setProgressMessage(const QString &text, MessageType type = ProcessingJobMessage, int progress…
H A Ddefinitions.h147 enum MessageType { DefaultMessage, ProcessingJobMessage, OperationCompletedMessage, InformationMess… enumerator
H A Dcore.cpp796 if (type == ProcessingJobMessage || type == OperationCompletedMessage) { in displayMessage()
808 …ainWindow->displayProgressMessage(i18n("Loading clips"), MessageType::ProcessingJobMessage, count); in loadingClips()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/lib/audio/
H A DaudioEnvelope.cpp120 … pCore->displayMessage(i18n("Processing data analysis"), ProcessingJobMessage, int(100 * i / max)); in loadAndNormalizeEnvelope()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/project/
H A Dprojectmanager.cpp902 …pCore->displayMessage(i18n("Moving project folder"), ProcessingJobMessage, static_cast<int>(progre… in slotMoveProgress()