Store selected images in C++ backend and send to GUI. Add lua function to remove selected images from browser

This commit is contained in:
Ylva Selling
2021-05-24 11:49:31 +02:00
parent 3c2bbd134f
commit bf283dce0b
6 changed files with 68 additions and 12 deletions

View File

@@ -105,6 +105,14 @@ namespace openspace {
"string or list of strings",
"Add one or multiple exoplanet systems to the scene, as specified by the "
"input. An input string should be the name of the system host star"
},
{
"removeSelectedImageInBrowser",
&skybrowser::luascriptfunctions::removeSelectedImageInBrowser,
{},
"string or list of strings",
"Add one or multiple exoplanet systems to the scene, as specified by the "
"input. An input string should be the name of the system host star"
},
{
"adjustCamera",