This is the documentation for Enlighten.
struct Enlighten SetSystemSolutionSpacesCommand
struct Enlighten::SetSystemSolutionSpacesCommand
Command to set solutions spaces for given system.
Functions
Name | Description |
|---|---|
Function called when the command is executed, which will happen on the worker thread if one is running. | |
Function called when the command is executed, which will happen on the worker thread if one is running. | |
Constructor. |
virtual void Enlighten::SetSystemSolutionSpacesCommand::Execute
public: virtual void Execute
(
Enlighten::IUpdateManagerWorker * worker
)
Function called when the command is executed, which will happen on the worker thread if one is running.
virtual void Enlighten::Command::Execute
public: virtual void Execute
(
IUpdateManagerWorker * worker
)
Function called when the command is executed, which will happen on the worker thread if one is running.
Enlighten::SetSystemSolutionSpacesCommand::SetSystemSolutionSpacesCommand
public: SetSystemSolutionSpacesCommand
(
const Geo::GeoArray< Enlighten::ISystemSolutionSpace * > & solutionSpaces,
const Geo::s32 mainIndex
)
Constructor.