Home
last modified time | relevance | path

Searched refs:progress_ANIMATION (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dprogress_text.hpp47 progress_ANIMATION, enumerator
H A Drender_queue.hpp74 cProgressText::enumProgressType progressType = cProgressText::progress_ANIMATION);
H A Dheadless.cpp298 case cProgressText::progress_ANIMATION: MoveCursor(0, -2); break; in slotUpdateProgressAndStatus()
303 QString displayText = (progressType == cProgressText::progress_ANIMATION ? "" : text); in slotUpdateProgressAndStatus()
317 case cProgressText::progress_ANIMATION: in slotUpdateProgressAndStatus()
H A Danimation_flight.hpp184 cProgressText::enumProgressType progressType = cProgressText::progress_ANIMATION);
H A Danimation_flight.cpp303 cProgressText::progress_ANIMATION); in RecordFlight()
397 cProgressText::progress_ANIMATION); in RecordFlight()
404 tr("Paused. Frame: ") + QString::number(index), 0.0, cProgressText::progress_ANIMATION); in RecordFlight()
952 percentDoneFrame, cProgressText::progress_ANIMATION); in UpadeProgressInformation()
1154 resultStatus, progressText.getText(1.0), cProgressText::progress_ANIMATION); in RenderFlight()
1219 cProgressText::progress_ANIMATION); in RefreshTable()
H A Danimation_keyframes.hpp207 cProgressText::enumProgressType progressType = cProgressText::progress_ANIMATION);
H A Danimation_keyframes.cpp885 percentDoneFrame, cProgressText::progress_ANIMATION); in UpadeProgressInformation()
1097 resultStatus, progressText.getText(1.0), cProgressText::progress_ANIMATION); in RenderKeyframes()
1166 cProgressText::progress_ANIMATION); in RefreshTable()
1588 double(index) / keyframes->GetNumberOfFrames(), cProgressText::progress_ANIMATION); in slotExportKeyframesToFlight()
1662 cProgressText::progress_ANIMATION); in CheckForCollisions()
1667 QObject::tr("Checking for collisions finished"), 1.0, cProgressText::progress_ANIMATION); in CheckForCollisions()
H A Drender_window_slots.cpp826 case cProgressText::progress_ANIMATION: in slotUpdateProgressAndStatus()
855 case cProgressText::progress_ANIMATION: in slotUpdateProgressHide()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/qt/
H A Dpreferences_dialog.cpp325 1.0 * (i + 1) / listOfFiles.size(), cProgressText::progress_ANIMATION); in on_pushButton_generate_thumbnail_cache_clicked()