mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-05 10:59:47 -05:00
General code cleanup (#3445)
This commit is contained in:
@@ -39,6 +39,7 @@ namespace openspace {
|
||||
|
||||
class OpenSpaceModule;
|
||||
|
||||
namespace documentation { struct Documentation; }
|
||||
namespace scripting { struct LuaLibrary; }
|
||||
|
||||
/**
|
||||
@@ -122,6 +123,11 @@ public:
|
||||
*/
|
||||
static scripting::LuaLibrary luaLibrary();
|
||||
|
||||
/**
|
||||
* Returns the list of all documentations for all modules.
|
||||
*/
|
||||
std::vector<documentation::Documentation> moduleDocumentations() const;
|
||||
|
||||
private:
|
||||
/// The list of all names of all registered OpenSpaceModules
|
||||
properties::StringListProperty _allModules;
|
||||
|
||||
Reference in New Issue
Block a user