Lumiera  0.pre.03
»edit your freedom«
command-use1-test.cpp File Reference

Go to the source code of this file.

Description

unit test CommandUse1_test

Definition in file command-use1-test.cpp.

Classes

class  CommandUse1_test
 

Macros

#define BUILD_NEW_COMMAND_DEF(_ID_)
 

Functions

 LAUNCHER (CommandUse1_test, "function controller")
 Register this test class... More...
 

Namespaces

 steam
 Steam-Layer implementation namespace root.
 
 steam::control
 Steam-Layer dispatcher, controller and administrative facilities.
 

Macro Definition Documentation

◆ BUILD_NEW_COMMAND_DEF

#define BUILD_NEW_COMMAND_DEF (   _ID_)
Value:
CommandDef (_ID_) \
.operation (command1::operate) \
.captureUndo (command1::capture) \
.undoOperation (command1::undoIt)

Function Documentation

◆ LAUNCHER()

steam::control::test::LAUNCHER ( CommandUse1_test  ,
"function controller"   
)

Register this test class...