Lumiera
0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
config-keys.cpp
Go to the documentation of this file.
1
/*
2
ConfigKeys - magic keys to query the global application configuration
3
4
Copyright (C)
5
2008, Joel Holdsworth <joel@airwebreathe.org.uk>
6
2017, Hermann Vosseler <Ichthyostega@web.de>
7
8
**Lumiera** is free software; you can redistribute it and/or modify it
9
under the terms of the GNU General Public License as published by the
10
Free Software Foundation; either version 2 of the License, or (at your
11
option) any later version. See the file COPYING for further details.
12
13
* *****************************************************************/
14
15
24
#include "
stage/config-keys.hpp
"
25
26
namespace
stage
{
27
28
29
Literal
KEY_TITLE
=
"Lumiera.title"
;
30
Literal
KEY_VERSION
=
"Lumiera.version"
;
31
Literal
KEY_WEBSITE
=
"Lumiera.website"
;
32
Literal
KEY_AUTHORS
=
"Lumiera.authors"
;
33
Literal
KEY_COPYRIGHT
=
"Lumiera.copyright"
;
34
35
Literal
KEY_STYLESHEET
=
"Gui.stylesheet"
;
36
Literal
KEY_UIRES_PATH
=
"Gui.resourcepath"
;
37
Literal
KEY_ICON_PATH
=
"Gui.iconpath"
;
38
39
40
41
}
// namespace stage
lib::Literal
Inline string literal.
Definition
symbol.hpp:78
config-keys.hpp
Definition of access keys for global UI configuration.
stage
Lumiera GTK UI implementation root.
Definition
guifacade.cpp:37
stage::KEY_STYLESHEET
Literal KEY_STYLESHEET
Definition
config-keys.cpp:35
stage::KEY_TITLE
Literal KEY_TITLE
Definition
config-keys.cpp:29
stage::KEY_COPYRIGHT
Literal KEY_COPYRIGHT
Definition
config-keys.cpp:33
stage::KEY_UIRES_PATH
Literal KEY_UIRES_PATH
Definition
config-keys.cpp:36
stage::KEY_VERSION
Literal KEY_VERSION
Definition
config-keys.cpp:30
stage::KEY_ICON_PATH
Literal KEY_ICON_PATH
Definition
config-keys.cpp:37
stage::KEY_WEBSITE
Literal KEY_WEBSITE
Definition
config-keys.cpp:31
stage::KEY_AUTHORS
Literal KEY_AUTHORS
Definition
config-keys.cpp:32
stage
config-keys.cpp
Generated on Fri Nov 7 2025 for Lumiera by
1.9.8