RStudio Launcher Plugin SDK
1.1.3
A software development kit for creating plugins that work the the RStudio Launcher.
|
This is the complete list of members for rstudio::launcher_plugins::api::Request, including all inherited members.
fromJson(const json::Object &in_requestJson, std::shared_ptr< Request > &out_request) | rstudio::launcher_plugins::api::Request | static |
getId() const | rstudio::launcher_plugins::api::Request | |
getType() const | rstudio::launcher_plugins::api::Request | |
Noncopyable()=default | rstudio::launcher_plugins::Noncopyable | |
Noncopyable(const Noncopyable &)=delete | rstudio::launcher_plugins::Noncopyable | |
operator=(const Noncopyable &)=delete | rstudio::launcher_plugins::Noncopyable | |
PRIVATE_IMPL(m_baseImpl) (defined in rstudio::launcher_plugins::api::Request) | rstudio::launcher_plugins::api::Request | protected |
Request(Type in_requestType, const json::Object &in_requestJson) | rstudio::launcher_plugins::api::Request | explicitprotected |
Type enum name | rstudio::launcher_plugins::api::Request | |
~Request()=default | rstudio::launcher_plugins::api::Request | virtual |