Lumiera
0.pre.03
»edit your freedom«
Lumiera API Documentation
Intro
Overview
Modules
+
Classes
Class List
Class Index
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
+
Typedefs
a
b
d
e
f
h
i
l
o
p
r
s
t
v
y
Enumerations
Enumerator
+
Related Functions
_
b
c
e
f
h
i
k
m
n
o
p
q
s
t
u
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
s
t
u
w
z
Typedefs
Enumerations
Enumerator
+
Files
File List
+
File Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Functions
b
c
d
e
f
h
i
j
l
m
n
o
p
q
r
s
t
u
Variables
Typedefs
Enumerations
Enumerator
+
Macros
a
c
d
e
g
i
k
l
m
n
o
p
r
s
t
v
Related Pages
Examples
▼
Lumiera
►
Lumiera API Documentation
Intro
Overview
►
Modules
►
Classes
►
Namespaces
▼
Files
►
File List
►
File Members
Test List
Todo List
Deprecated List
►
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
scope-cmd.cpp
Go to the documentation of this file.
1
/*
2
ScopeCmd - actual steam command scripts for actions within model scope
3
4
Copyright (C)
5
2017, Hermann Vosseler <Ichthyostega@web.de>
6
7
**Lumiera** is free software; you can redistribute it and/or modify it
8
under the terms of the GNU General Public License as published by the
9
Free Software Foundation; either version 2 of the License, or (at your
10
option) any later version. See the file COPYING for further details.
11
12
* *****************************************************************/
13
14
32
#include "
steam/cmd.hpp
"
33
#include "
steam/control/command-def.hpp
"
34
//#include "steam/mobject/session.hpp"
35
//#include "lib/symbol.hpp"
36
#include "
lib/idi/entry-id.hpp
"
37
//#include "lib/format-string.hpp"
38
#include "
lib/time/timevalue.hpp
"
39
40
//#include <string>
41
42
using
lib::hash::LuidH
;
43
using
lib::time::Time
;
44
using
lib::time::Offset
;
45
//using std::string;
46
//using util::cStr;
47
//using util::_Fmt;
48
49
50
namespace
steam
{
51
namespace
cmd
{
52
namespace
error
=
lumiera::error
;
53
54
//using mobject::Session;
55
56
namespace
{
// implementation helper...
57
}
//(End) implementation helper
58
59
60
61
64
COMMAND_DEFINITION
(scope_moveRelocateClip)
65
{
66
def.operation ([](
LuidH
clipID,
Offset
timeDelta)
67
{
68
UNIMPLEMENTED (
"shift a clip by the given timeDelta offset"
);
69
})
70
.captureUndo ([](
LuidH
clipID,
Offset
timeDelta) ->
Time
71
{
72
TODO (
"actually find out the previous position of the Clip"
);
73
return
Time::ZERO;
74
})
75
.undoOperation ([](
LuidH
clipID,
Offset
timeDelta,
Time
originalPos)
76
{
77
UNIMPLEMENTED (
"how to revert shifting a clip. Shall we restore the captured Position or reverse apply the delta??"
);
78
})
79
;
80
};
81
82
83
84
89
}}
// namespace steam::cmd
COMMAND_DEFINITION
#define COMMAND_DEFINITION(_NAME_)
Macro to write command definitions in a compact form.
Definition:
command-setup.hpp:135
cmd.hpp
Common ID definitions for Steam-Layer commands.
steam
Steam-Layer implementation namespace root.
Definition:
dummy-player-facade.h:37
lib::time::Time
Lumiera's internal time value datatype.
Definition:
timevalue.hpp:299
steam::cmd
Definition:
meta-cmd.cpp:59
lib::hash::LuidH
Hash implementation based on a lumiera unique object id (LUID) When invoking the default ctor...
Definition:
hash-indexed.hpp:91
lib::time::Offset
Offset measures a distance in time.
Definition:
timevalue.hpp:358
entry-id.hpp
Bare symbolic and hash ID used for accounting of asset like entries.
lumiera::error
Definition:
config-rules.hpp:66
command-def.hpp
Actually defining a command and binding it to execution parameters.
timevalue.hpp
a family of time value like entities and their relationships.
steam
cmd
scope-cmd.cpp
Generated on Fri Dec 13 2024 05:05:35 for Lumiera by
1.8.13