Lumiera
0.pre.03
»edit your freedom«
|
#include "vault/scriptrunnerfacade.hpp"
Interface to the vault layer (TODO 2018 really?) (script runner): Global access point for starting a script within Lumiera application context.
Definition at line 51 of file scriptrunnerfacade.hpp.
Static Public Member Functions | |
static lumiera::Subsys & | getDescriptor () |
provide a descriptor for lumiera::AppState, wired accordingly to allow main to start a script and to (prematurely) abort a running script. More... | |
|
static |
provide a descriptor for lumiera::AppState, wired accordingly to allow main to start a script and to (prematurely) abort a running script.
intended for use by main().
Definition at line 87 of file scriptrunnerfacade.cpp.