Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

struct Enlighten::SetSystemSolutionSpacesCommand

    └>Enlighten::Command

Command to set solutions spaces for given system.

Functions

NameDescription
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.


Anchor
ae563e93471a294836b32a35eae21fcdb
ae563e93471a294836b32a35eae21fcdb

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.


Anchor
a7f0cbf451feee3adc7d42c4f89173935
a7f0cbf451feee3adc7d42c4f89173935

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.


Anchor
a6139f81897f758871c0fd205ced53be7
a6139f81897f758871c0fd205ced53be7

Enlighten::SetSystemSolutionSpacesCommand::SetSystemSolutionSpacesCommand

...

public: SetSystemSolutionSpacesCommand
(
    const Geo::GeoArray< Enlighten::ISystemSolutionSpace * > & solutionSpaces,
    const Geo::s32 mainIndex
)

...

Constructor.