|
RStudio Launcher Plugin SDK
1.1.3
A software development kit for creating plugins that work the the RStudio Launcher.
|
Class which defines options for the QuickStart Launcher Plugin. More...
#include <QuickStartOptions.hpp>
Public Member Functions | |
| bool | getSampleOption () const |
| Gets the value of the sample option. More... | |
| void | initialize () |
| Method which initializes QuickStartOptions. This method should be called exactly once, before the options file is read. More... | |
Public Member Functions inherited from rstudio::launcher_plugins::Noncopyable | |
| Noncopyable ()=default | |
| Default constructor. | |
| Noncopyable (const Noncopyable &)=delete | |
| Deleted copy constructor. | |
| Noncopyable & | operator= (const Noncopyable &)=delete |
| Deleted assignment operator. | |
Static Public Member Functions | |
| static QuickStartOptions & | getInstance () |
| Gets the single instance of QuickStartOptions for the plugin. More... | |
Class which defines options for the QuickStart Launcher Plugin.
|
static |
Gets the single instance of QuickStartOptions for the plugin.
| bool rstudio::launcher_plugins::quickstart::QuickStartOptions::getSampleOption | ( | ) | const |
Gets the value of the sample option.
| void rstudio::launcher_plugins::quickstart::QuickStartOptions::initialize | ( | ) |
Method which initializes QuickStartOptions. This method should be called exactly once, before the options file is read.
This is where QuickStart Options are registered with the Options object.
1.8.16