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

Go to the source code of this file.

Description

Actual definition of Steam-Layer command scripts for session-global actions.

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

Definition in file session-cmd.cpp.

Functions

 COMMAND_DEFINITION (session_saveSnapshot)
 store a snapshot of current session actions and state and UI state. More...
 
 COMMAND_DEFINITION (session_newSequence)
 add a new sequence, anchored at the given context. More...
 

Namespaces

 steam
 Steam-Layer implementation namespace root.
 

Function Documentation

◆ COMMAND_DEFINITION() [1/2]

steam::cmd::COMMAND_DEFINITION ( session_saveSnapshot  )

store a snapshot of current session actions and state and UI state.

Parameters
snapshotIDa marker to tag the snapshot

Definition at line 67 of file session-cmd.cpp.

◆ COMMAND_DEFINITION() [2/2]

steam::cmd::COMMAND_DEFINITION ( session_newSequence  )

add a new sequence, anchored at the given context.

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

Definition at line 88 of file session-cmd.cpp.