Home
last modified time | relevance | path

Searched refs:plotManager (Results 1 – 7 of 7) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/r/session/graphics/
H A DRGraphicsPlotManipulatorManager.cpp218 else if (plotManager().hasPlot()) in activeManipulator()
220 return plotManager().activePlot().manipulatorSEXP(); in activeManipulator()
241 return plotManager().hasPlot() && in manipulatorIsActive()
242 plotManager().activePlot().hasManipulator(); in manipulatorIsActive()
257 SEXP manipulatorSEXP = plotManager().activePlot().manipulatorSEXP(); in setPlotManipulatorValues()
282 SEXP manipulatorSEXP = plotManager().activePlot().manipulatorSEXP(); in manipulatorPlotClicked()
333 if (plotManager().hasPlot() && plotManager().activePlot().hasManipulator()) in ensureManipulatorSaved()
334 plotManager().activePlot().saveManipulator(); in ensureManipulatorSaved()
H A DRGraphicsPlotManager.hpp44 PlotManager& plotManager();
60 friend PlotManager& plotManager();
205 SuppressDeviceEventsScope(PlotManager& plotManager) in SuppressDeviceEventsScope() argument
206 : plotManager_(plotManager) in SuppressDeviceEventsScope()
H A DRGraphicsDevice.cpp473 SuppressDeviceEventsScope scope(plotManager()); in resyncDisplayList()
787 Error error = plotManager().initialize(graphicsPath, in initialize()
H A DRGraphicsPlotManager.cpp69 return graphics::plotManager(); in display()
72 PlotManager& plotManager() in plotManager() function
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/r/session/
H A DRSessionState.cpp393 error = graphics::plotManager().savePlotsState(); in save()
402 error = graphics::plotManager().serialize(statePath.completePath(kPlotsDir)); in save()
548 return graphics::plotManager().restorePlotsState(); in deferredRestore()
554 return graphics::plotManager().deserialize(plotsDir); in deferredRestore()
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/scripts/
H A Dscenario_49_allies.lua53 plotManager = plotDelay
74 plotManager = plotRun
96 plotManager = plotRun
118 plotManager = plotRun
5603 plotManager = plotChoose
5614 plotManager = plotRun
5626 plotManager = plotRun
5645 plotManager = plotDelay
6855 if plotManager ~= nil then
6856 plotManager(delta)
H A Dscenario_48_visitors.lua63 plotManager = plotDelay
10455 plotManager = plotChoose
10460 plotManager = plotRun
10478 plotManager = plotDelay
10804 if plotManager ~= nil then
10805 plotManager(delta)