Stellarium 0.15.2
|
This class defines the plugin interface with the main Stellarium program. More...
#include <RemoteControl.hpp>
Public Member Functions | |
virtual StelModule * | getStelModule () const |
Get the instance of StelModule to include in the list of standard StelModule. More... | |
virtual StelPluginInfo | getPluginInfo () const |
Get information about the plugin. More... | |
This class defines the plugin interface with the main Stellarium program.
Definition at line 168 of file RemoteControl.hpp.
|
virtual |
Get information about the plugin.
Implements StelPluginInterface.
|
virtual |
Get the instance of StelModule to include in the list of standard StelModule.
Implements StelPluginInterface.