RStudio Launcher Plugin SDK
1.1.3
A software development kit for creating plugins that work the the RStudio Launcher.
|
24 #ifndef LAUNCHER_PLUGINS_QUICK_START_OPTIONS_HPP
25 #define LAUNCHER_PLUGINS_QUICK_START_OPTIONS_HPP
27 #include <Noncopyable.hpp>
30 namespace launcher_plugins {
31 namespace quickstart {
Class which defines options for the QuickStart Launcher Plugin.
Definition: QuickStartOptions.hpp:36
static QuickStartOptions & getInstance()
Gets the single instance of QuickStartOptions for the plugin.
void initialize()
Method which initializes QuickStartOptions. This method should be called exactly once,...
bool getSampleOption() const
Gets the value of the sample option.
Class which can be inherited from to disallow copying of its child classes.
Definition: Noncopyable.hpp:34