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
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
cmd-context-test.cpp
Go to the documentation of this file.
1
/*
2
CmdContext(Test) - verify access to command invocation state
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
21
#include "
lib/test/run.hpp
"
22
//#include "lib/test/test-helper.hpp"
23
#include "
stage/interact/cmd-context.hpp
"
24
//#include "lib/idi/entry-id.hpp"
25
//#include "lib/diff/gen-node.hpp"
26
//#include "lib/util.hpp"
27
28
//#include <string>
29
30
31
//using std::string;
32
//using lib::idi::EntryID;
33
//using lib::diff::GenNode;
34
//using util::isSameObject;
35
//using util::isnil;
36
37
38
39
namespace
stage
{
40
namespace
interact {
41
namespace
test
{
42
43
// using lumiera::error::LUMIERA_ERROR_WRONG_TYPE;
44
45
46
/******************************************************************************/
54
class
CmdContext_test
:
public
Test
55
{
56
57
virtual
void
58
run (Arg)
59
{
60
UNIMPLEMENTED (
"context bound commands"
);
61
}
62
};
63
64
66
LAUNCHER (
CmdContext_test
,
"unit stage"
);
67
68
69
}}}
// namespace stage::interact::test
stage::interact::test::CmdContext_test
Definition:
cmd-context-test.cpp:54
test
Definition:
run.hpp:40
run.hpp
Simplistic test class runner.
stage
Lumiera GTK UI implementation root.
Definition:
guifacade.cpp:37
cmd-context.hpp
Abstraction: support for binding command invocation into an UI context.
stage
interact
cmd-context-test.cpp
Generated on Fri Dec 13 2024 05:05:32 for Lumiera by
1.8.13