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