Home
last modified time | relevance | path

Searched refs:activePlotIndex (Results 1 – 4 of 4) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/r/include/r/session/
H A DRGraphics.hpp94 int activePlotIndex, in DisplayState()
100 activePlotIndex(activePlotIndex), in DisplayState()
109 int activePlotIndex; member
130 virtual int activePlotIndex() const = 0;
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionPlots.cpp61 return display.setActivePlot(display.activePlotIndex() + 1); in nextPlot()
68 return display.setActivePlot(display.activePlotIndex() - 1); in previousPlot()
88 int activePlot = display.activePlotIndex(); in removePlot()
696 jsonPlotsState["plotIndex"] = displayState.activePlotIndex; in enquePlotsChanged()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/r/session/graphics/
H A DRGraphicsPlotManager.cpp139 int PlotManager::activePlotIndex() const in activePlotIndex() function in rstudio::r::session::graphics::PlotManager
558 activePlotIndex(), in render()
820 plots_[activePlotIndex()] = ptrPlot; in onDeviceNewPage()
H A DRGraphicsPlotManager.hpp73 virtual int activePlotIndex() const;