Lumiera  0.pre.03
»edit your freedom«
sequence-cmd.cpp File Reference

Go to the source code of this file.

Description

Actual definition of Steam-Layer command scripts for actions within a sequence.

Especially all those actions working on and reconfiguring the track tree.

Todo:
WIP 4/2017 early draft
See also
cmd.hpp
command.hpp
command-def.hpp
cmd-context.hpp
SessionCommandFunction_test

Definition in file sequence-cmd.cpp.

Functions

 COMMAND_DEFINITION (sequence_newTrack)
 add a new track within the fork, anchored at the given context. More...
 

Namespaces

 steam
 Steam-Layer implementation namespace root.
 

Function Documentation

◆ COMMAND_DEFINITION()

steam::cmd::COMMAND_DEFINITION ( sequence_newTrack  )

add a new track within the fork, anchored at the given context.

Parameters
contextan object to use as anchor to relate the new track container to
newIDidentity of the new track to create

Definition at line 69 of file sequence-cmd.cpp.