Home
last modified time | relevance | path

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

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/plots/model/
H A DPlotsServerOperations.java46 void setManipulatorValues(JSONObject values, in setManipulatorValues() method
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionPlots.cpp777 Error setManipulatorValues(const json::JsonRpcRequest& request, in setManipulatorValues() function
914 (bind(registerRpcMethod, "set_manipulator_values", setManipulatorValues)) in initialize()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/plots/
H A DPlots.java150 server_.setManipulatorValues(values, in Plots()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/server/remote/
H A DRemoteServer.java1842 public void setManipulatorValues(JSONObject values, in setManipulatorValues() method in RemoteServer