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