This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

struct Enlighten::SetSystemSolutionSpacesCommand

    └>Enlighten::Command

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.

  • No labels