Home
last modified time | relevance | path

Searched refs:gMainInterface (Results 1 – 25 of 40) sorted by relevance

12

/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dmain.cpp120 gMainInterface = new cInterface; in main()
188 gMainInterface->ShowUi(); in main()
189 gFlightAnimation = new cFlightAnimation(gMainInterface, gAnimFrames, gMainInterface->mainImage, in main()
190 gMainInterface->renderedImage, gPar, gParFractal, gMainInterface->mainWindow); in main()
192 new cKeyframeAnimation(gMainInterface, gKeyframes, gMainInterface->mainImage, in main()
193 gMainInterface->renderedImage, gPar, gParFractal, gMainInterface->mainWindow); in main()
214 gMainInterface->ComboMouseClickUpdate(); in main()
218 gMainInterface->AutoRecovery(); in main()
219 gMainInterface->InitPeriodicRefresh(); in main()
224 gUndo = new cUndo(gMainInterface); in main()
[all …]
H A Drender_window_slots.cpp66 if (gMainInterface->mainImage) in slotResizedScrolledAreaImage()
73 gMainInterface->mainImage->CreatePreview(scale, width, height, gMainInterface->renderedImage); in slotResizedScrolledAreaImage()
75 gMainInterface->renderedImage->setMinimumSize(gMainInterface->mainImage->GetPreviewWidth(), in slotResizedScrolledAreaImage()
83 if (gMainInterface->mainImage) in slotChangedComboImageScale()
90 gMainInterface->mainImage->CreatePreview( in slotChangedComboImageScale()
94 gMainInterface->mainImage->GetPreviewWidth(), gMainInterface->mainImage->GetPreviewHeight()); in slotChangedComboImageScale()
164 gMainInterface->MouseDragFinish(); in slotMouseDragFinish()
169 gMainInterface->MouseDragDelta(dx, dy); in slotMouseDragDelta()
335 gMainInterface->StartRender(); in slotKeyHandle()
527 gMainInterface->RebuildPrimitives(gPar); in slotMenuLoadPreset()
[all …]
H A Drender_window_menu.cpp79 gMainInterface->RebuildPrimitives(gPar); in slotImportOldSettings()
81 gMainInterface->ComboMouseClickUpdate(); in slotImportOldSettings()
434 gMainInterface->SynchronizeInterface( in slotMenuLoadSettings()
482 gMainInterface->SynchronizeInterface( in slotMenuLoadSettingsFromClipboard()
516 gMainInterface->Redo(); in slotMenuRedo()
596 SaveImage(filename, imageFileType, gMainInterface->mainImage, gMainInterface->mainWindow); in slotMenuSaveImageAll()
645 SaveImage(filename, imageFileType, gMainInterface->mainImage, gMainInterface->mainWindow); in slotMenuSaveImage()
763 gMainInterface->Undo(); in slotMenuUndo()
768 gMainInterface->StartRender(); in slotMenuRenderImage()
773 gMainInterface->stopRequest = true; in slotMenuStopRendering()
[all …]
H A Dnetrender_client.cpp162 gMainInterface->stopRequest = true; in ServerDisconnected()
292 gMainInterface->stopRequest = true; in ProcessRequestStop()
379 if (!gMainInterface->headless) in ProcessRequestJob()
381 gMainInterface->headless = new cHeadless(gMainInterface); in ProcessRequestJob()
390 connect(gMainInterface->headless, &cHeadless::finished, gMainInterface->headless, in ProcessRequestJob()
478 if (!gMainInterface->mainImage) in ProcessRequestRenderAnimation()
489 if (!gMainInterface->headless) gMainInterface->headless = new cHeadless(gMainInterface); in ProcessRequestRenderAnimation()
493 gMainInterface->headless, in ProcessRequestRenderAnimation()
509 if (!gMainInterface->mainImage) in ProcessRequestRenderAnimation()
520 if (!gMainInterface->headless) gMainInterface->headless = new cHeadless(gMainInterface); in ProcessRequestRenderAnimation()
[all …]
H A Dprogress_text.cpp132 if (gMainInterface->headless) in ProgressStatusText()
134 gMainInterface->headless->slotUpdateProgressAndStatus( in ProgressStatusText()
140 if (gMainInterface->mainWindow) in ProgressStatusText()
142 gMainInterface->mainWindow->slotUpdateProgressAndStatus( in ProgressStatusText()
H A Dcommand_line_interface.cpp411 gMainInterface->headless = new cHeadless(gMainInterface); in ProcessCLI()
412 gMainInterface->headless->RenderFlightAnimation(); in ProcessCLI()
417 gMainInterface->headless = new cHeadless(gMainInterface); in ProcessCLI()
418 gMainInterface->headless->RenderKeyframeAnimation(); in ProcessCLI()
423 gMainInterface->headless = new cHeadless(gMainInterface); in ProcessCLI()
429 gMainInterface->headless = new cHeadless(gMainInterface); in ProcessCLI()
430 gMainInterface->headless->RenderQueue(); in ProcessCLI()
435 gMainInterface->headless = new cHeadless(gMainInterface); in ProcessCLI()
436 gMainInterface->headless->RenderVoxel(cliData.voxelFormat); in ProcessCLI()
821 systemDirectories.GetQueueFolder(), gMainInterface); in handleQueue()
[all …]
H A Drender_window_buttons.cpp52 gMainInterface->DeletePrimitive(primitiveName); in slotPressedButtonDeletePrimitive()
67 gMainInterface->renderedImage->setClickMode(item); in slotPressedButtonSetPositionPrimitive()
72 gMainInterface->SynchronizeInterface(gPar, gParFractal, qInterface::read); in slotPressedButtonAlignPrimitiveAngle()
113 gMainInterface->SynchronizeInterface(gPar, gParFractal, qInterface::write); in slotPressedButtonAlignPrimitiveAngle()
H A Dwrite_log.cpp91 if (gMainInterface && gMainInterface->mainWindow != nullptr) in WriteLog()
93 emit gMainInterface->mainWindow->AppendToLog(logText); in WriteLog()
H A Dheadless.cpp69 new cRenderJob(gPar, gParFractal, image, &gMainInterface->stopRequest)); in RenderStillImage()
215 new cFlightAnimation(gMainInterface, gAnimFrames, image, nullptr, gPar, gParFractal, this); in RenderFlightAnimation()
238 new cKeyframeAnimation(gMainInterface, gKeyframes, image, nullptr, gPar, gParFractal, this); in RenderKeyframeAnimation()
258 gMainInterface->stopRequest = true; in slotNetRender()
262 new cRenderJob(gPar, gParFractal, image, &gMainInterface->stopRequest)); in slotNetRender()
293 if (gMainInterface->headless) in slotUpdateProgressAndStatus()
H A Dqueue.cpp548 if (gMainInterface->mainWindow) in RenderQueue()
552 gMainInterface->mainWindow, in RenderQueue()
555 gMainInterface->mainWindow, SLOT(slotUpdateProgressHide(cProgressText::enumProgressType))); in RenderQueue()
558 if (gMainInterface->headless) in RenderQueue()
562 gMainInterface->headless, in RenderQueue()
564 connect(renderQueue, SIGNAL(updateStatistics(cStatistics)), gMainInterface->headless, in RenderQueue()
586 gMainInterface->mainWindow->GetWidgetDockQueue(), gPar, qInterface::read); in slotQueueRender()
601 gMainInterface->SynchronizeInterface( in slotQueueAddCurrentSettings()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/qt/
H A Ddock_rendering_engine.cpp358 gMainInterface->lockedImageResolution = in slotDetailLevelChanged()
365 gMainInterface->OptimizeStepFactor(1.0); in slotPressedButtonOptimizeForLQ()
370 gMainInterface->OptimizeStepFactor(0.1); in slotPressedButtonOptimizeForMQ()
374 gMainInterface->OptimizeStepFactor(0.01); in slotPressedButtonOptimizeForHQ()
378 gMainInterface->SetBoundingBoxAsLimitsTotal(); in slotPressedButtonSetBoundingBoxAsLimits()
382 gMainInterface->BoundingBoxMove('x', 0.05, 0.05); in slotPressedButtonBoundingBoxSizeXUp()
390 gMainInterface->BoundingBoxMove('y', 0.05, 0.05); in slotPressedButtonBoundingBoxSizeYUp()
398 gMainInterface->BoundingBoxMove('z', 0.05, 0.05); in slotPressedButtonBoundingBoxSizeZUp()
406 gMainInterface->BoundingBoxMove('x', -0.05, 0.05); in slotPressedButtonBoundingBoxMoveXNeg()
410 gMainInterface->BoundingBoxMove('x', 0.05, -0.05); in slotPressedButtonBoundingBoxMoveXPos()
[all …]
H A Ddock_effects.cpp136 gMainInterface->renderedImage->SetFrontDist(systemData.locale.toDouble(text)); in slotEditedLineEditManualLightPlacementDistance()
141 gMainInterface->renderedImage->SetPlaceBehindObjects(state); in slotChangedPlaceLightBehindObjects()
154 gMainInterface->AutoFog(); in slotPressedButtonAutoFog()
159 gMainInterface->RefreshPostEffects(); in slotPressedButtonUpdatePostEffects()
166 int index = gMainInterface->mainWindow->GetComboBoxMouseClickFunction()->findData(item); in slotPressedButtonSetDOFByMouse()
167 gMainInterface->mainWindow->GetComboBoxMouseClickFunction()->setCurrentIndex(index); in slotPressedButtonSetDOFByMouse()
168 gMainInterface->renderedImage->setClickMode(item); in slotPressedButtonSetDOFByMouse()
176 gMainInterface->mainWindow->GetComboBoxMouseClickFunction()->setCurrentIndex(index); in slotPressedButtonSetFogByMouse()
177 gMainInterface->renderedImage->setClickMode(item); in slotPressedButtonSetFogByMouse()
185 gMainInterface->mainWindow->GetComboBoxMouseClickFunction()->setCurrentIndex(index); in slotPressedButtonPlaceRandomLightsByMouse()
[all …]
H A Dlight_sources_manager.cpp155 gMainInterface->ComboMouseClickUpdate(); in Regenerate()
161 gMainInterface->ComboMouseClickUpdate(); in slotButtonAddLight()
191 gMainInterface->ComboMouseClickUpdate(); in slotButtonDuplicateLight()
225 gMainInterface->UpdateMainImagePreview(); in slotPeriodicRefresh()
234 gMainInterface->ChangeLightWireframeVisibility(static_cast<bool>(enabled)); in slorChangedWireframeVisibikity()
247 gMainInterface->mainWindow->GetComboBoxMouseClickFunction()->setCurrentIndex(index); in slotButtonPlaceLight()
248 gMainInterface->renderedImage->setClickMode(item); in slotButtonPlaceLight()
261 gMainInterface->renderedImage->SetCurrentLightIndex(currentLightIndex); in slotChangedCurrentTab()
262 gMainInterface->UpdateMainImagePreview(); in slotChangedCurrentTab()
279 gMainInterface->mainWindow->GetComboBoxMouseClickFunction()->findData(item); in slotChangedCurrentTab()
[all …]
H A Ddock_navigation.cpp78 gMainInterface->Undo(); in slotUndo()
83 gMainInterface->Redo(); in slotRedo()
150 gMainInterface->MoveCamera(buttonName, true); in slotCameraMove()
157 gMainInterface->RotateCamera(buttonName, true); in slotCameraRotation()
162 gMainInterface->CameraOrTargetEdited(); in slotCameraOrTargetEdited()
167 gMainInterface->RotationEdited(); in slotRotationEdited()
172 gMainInterface->CameraDistanceEdited(); in slotCameraDistanceEdited()
178 gMainInterface->CameraDistanceEdited(); in slotCameraDistanceSlider()
188 gMainInterface->ResetView(); in slotPressedButtonResetView()
193 gMainInterface->StartRender(); in slotStartRender()
[all …]
H A Ddock_image_adjustments.cpp77 gMainInterface->DisablePeriodicRefresh(); in slotDisableAutoRefresh()
167 gPar->Set("detail_level", gMainInterface->lockedDetailLevel / sizeRatio); in slotChangedComboImageProportion()
168 gMainInterface->mainWindow->GetWidgetDockRenderingEngine() in slotChangedComboImageProportion()
206 gPar->Set("detail_level", gMainInterface->lockedDetailLevel / sizeRatio); in slotPressedResolutionPreset()
207 gMainInterface->mainWindow->GetWidgetDockRenderingEngine() in slotPressedResolutionPreset()
242 gPar->Set("detail_level", gMainInterface->lockedDetailLevel / sizeRatio); in slotImageHeightChanged()
243 gMainInterface->mainWindow->GetWidgetDockRenderingEngine() in slotImageHeightChanged()
253 gMainInterface->lockedDetailLevel = gPar->Get<double>("detail_level"); in slotCheckedDetailLevelLock()
254 gMainInterface->lockedImageResolution = in slotCheckedDetailLevelLock()
260 gMainInterface->mainWindow->GetWidgetDockRenderingEngine() in slotCheckedDetailLevelLock()
[all …]
H A Dvoxel_export_dialog.cpp155 if (!gMainInterface->imageSequencePlayer) in on_pushButton_show_layers_clicked()
157 gMainInterface->imageSequencePlayer = new PlayerWidget; in on_pushButton_show_layers_clicked()
160 gMainInterface->imageSequencePlayer->SetFilePath(gPar->Get<QString>("voxel_image_path")); in on_pushButton_show_layers_clicked()
161 gMainInterface->imageSequencePlayer->show(); in on_pushButton_show_layers_clicked()
162 gMainInterface->imageSequencePlayer->raise(); in on_pushButton_show_layers_clicked()
163 gMainInterface->imageSequencePlayer->activateWindow(); in on_pushButton_show_layers_clicked()
H A Ddock_gamepad.cpp154 emit gMainInterface->renderedImage->YawAndPitchChanged(yawPitch); in slotGamepadLook()
190 if (joystick) emit gMainInterface->renderedImage->StrafeChanged(strafe / 2.0); in slotGamepadMove()
191 if (trigger) emit gMainInterface->renderedImage->SpeedSet(z / 2.0); in slotGamepadMove()
202 emit gMainInterface->renderedImage->Pause(); in slotGamepadPause()
217 emit gMainInterface->renderedImage->RotationChanged(value); in slotGamepadRoll()
235 emit gMainInterface->renderedImage->SpeedChanged(1.1); in slotGamepadSpeed()
239 emit gMainInterface->renderedImage->SpeedChanged(0.9); in slotGamepadSpeed()
H A Ddock_statistics.cpp78 gMainInterface->mainWindow->GetWidgetDockRenderingEngine()->UpdateLabelWrongDEPercentage( in slotUpdateStatistics()
80 gMainInterface->mainWindow->GetWidgetDockRenderingEngine()->UpdateLabelUsedDistanceEstimation( in slotUpdateStatistics()
82 gMainInterface->mainWindow->GetWidgetDockEffects()->UpdateLabelAverageDOFSamples( in slotUpdateStatistics()
84 gMainInterface->mainWindow->GetWidgetDockEffects()->UpdateLabelAverageDOFNoise( in slotUpdateStatistics()
H A Ddock_measurements.cpp68 int index = gMainInterface->mainWindow->GetComboBoxMouseClickFunction()->findData(item); in slotPressedButtonGetPoint()
69 gMainInterface->mainWindow->GetComboBoxMouseClickFunction()->setCurrentIndex(index); in slotPressedButtonGetPoint()
70 gMainInterface->renderedImage->setClickMode(item); in slotPressedButtonGetPoint()
H A Dtab_fractal.cpp233 gMainInterface->mainWindow->GetWidgetDockFractal()->AreBooleanFractalsEnabled(); in slotChangedComboFractal()
268 cErrorMessage::errorMessage, gMainInterface->mainWindow); in slotChangedComboFractal()
276 gMainInterface->mainWindow->GetWidgetDockFractal()->SetTabText( in slotChangedComboFractal()
345 gMainInterface->IFSDefaultsDodecahedron(gParFractal->at(tabIndex)); in slotPressedButtonIFSDefaultsDodecahedron()
352 gMainInterface->IFSDefaultsIcosahedron(gParFractal->at(tabIndex)); in slotPressedButtonIFSDefaultsIcosahedron()
359 gMainInterface->IFSDefaultsOctahedron(gParFractal->at(tabIndex)); in slotPressedButtonIFSDefaultsOctahedron()
366 gMainInterface->IFSDefaultsMengerSponge(gParFractal->at(tabIndex)); in slotPressedButtonIFSDefaultsMengerSponge()
373 gMainInterface->IFSDefaultsReset(gParFractal->at(tabIndex)); in slotPressedButtonIFSDefaultsReset()
379 gMainInterface->ResetFormula(tabIndex); in slotPressedButtonResetFormula()
H A Ddock_fractal.cpp239 gMainInterface->SynchronizeInterface(gPar, gParFractal, qInterface::read); in slotFractalSwap()
275 gMainInterface->SynchronizeInterface(gPar, gParFractal, qInterface::write); in slotFractalSwap()
306 gMainInterface->mainWindow->GetWidgetDockRenderingEngine()->ComboDeltaDEFunctionSetEnabled( in slotChangedCheckBoxBooleanOperators()
347 gMainInterface->DisablePeriodicRefresh(); in slotGroupCheckJuliaModeToggled()
398 int index = gMainInterface->mainWindow->GetComboBoxMouseClickFunction()->findData(item); in slotPressedButtonGetJuliaConstant()
399 gMainInterface->mainWindow->GetComboBoxMouseClickFunction()->setCurrentIndex(index); in slotPressedButtonGetJuliaConstant()
400 gMainInterface->renderedImage->setClickMode(item); in slotPressedButtonGetJuliaConstant()
407 gMainInterface->NewPrimitive(primitiveName); in slotPressedButtonNewPrimitive()
H A Dmaterial_selector.cpp115 parameterContainer, actualValue, gMainInterface->scrollAreaMaterialEditor); in SetMaterialIndex()
126 cMaterialItemModel *model = gMainInterface->materialListModel; in slotClicked()
150 gMainInterface->scrollAreaMaterialEditor, parameterContainer, qInterface::write); in slotMaterialEdited()
H A Dmy_group_box.cpp169 gMainInterface->LoadLocalSettings(this); in slotLoadToThisGroupbox()
173 gMainInterface->SaveLocalSettings(this); in slotSaveFromThisGroupbox()
177 gMainInterface->RandomizeLocalSettings(this); in slotRandomize()
H A Dsystem_tray.cpp154 gMainInterface->StartRender(); in slotStartRender()
159 gMainInterface->stopRequest = true; in slotStopRender()
164 gMainInterface->QuitApplicationDialog(); in slotQuit()
H A Dpreferences_dialog.cpp126 QFont font = gMainInterface->mainWindow->font(); in on_buttonBox_accepted()
128 gMainInterface->mainWindow->setFont(font); in on_buttonBox_accepted()
159 gMainInterface->mainWindow->slotPopulateToolbar(true); in on_buttonBox_accepted()
248 gMainInterface->mainWindow, in on_pushButton_load_thumbnail_cache_clicked()
302 gMainInterface->mainWindow, in on_pushButton_generate_thumbnail_cache_clicked()
322 gMainInterface->mainWindow->slotUpdateProgressAndStatus(QString("Rendering examples"), in on_pushButton_generate_thumbnail_cache_clicked()
464 gMainInterface->mainWindow->GetWidgetDockNavigation()->EnableOpenCLModeComboBox(state); in on_groupCheck_opencl_enabled_toggled()

12