settings_keys.cpp
Go to the documentation of this file.
1 // *****************************************************************************
2 //
3 // Copyright (c) 2015, Southwest Research Institute® (SwRI®)
4 // All rights reserved.
5 //
6 // Redistribution and use in source and binary forms, with or without
7 // modification, are permitted provided that the following conditions are met:
8 // * Redistributions of source code must retain the above copyright
9 // notice, this list of conditions and the following disclaimer.
10 // * Redistributions in binary form must reproduce the above copyright
11 // notice, this list of conditions and the following disclaimer in the
12 // documentation and/or other materials provided with the distribution.
13 // * Neither the name of Southwest Research Institute® (SwRI®) nor the
14 // names of its contributors may be used to endorse or promote products
15 // derived from this software without specific prior written permission.
16 //
17 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
18 // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20 // ARE DISCLAIMED. IN NO EVENT SHALL Southwest Research Institute® BE LIABLE
21 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
23 // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
24 // CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
27 // DAMAGE.
28 //
29 // *****************************************************************************
30 
32 
33 namespace swri_console
34 {
35  const QString SettingsKeys::DISPLAY_TIMESTAMPS = "Timestamps/DisplayTimestamps";
36  const QString SettingsKeys::ABSOLUTE_TIMESTAMPS = "Timestamps/AbsoluteTimestamps";
37  const QString SettingsKeys::USE_REGEXPS = "Filters/UseRegexps";
38  const QString SettingsKeys::INCLUDE_FILTER = "Filters/IncludeFilter";
39  const QString SettingsKeys::EXCLUDE_FILTER = "Filters/ExcludeFilter";
40  const QString SettingsKeys::SHOW_DEBUG = "Severity/ShowDebug";
41  const QString SettingsKeys::SHOW_INFO = "Severity/ShowInfo";
42  const QString SettingsKeys::SHOW_WARN = "Severity/ShowWarn";
43  const QString SettingsKeys::SHOW_ERROR = "Severity/ShowError";
44  const QString SettingsKeys::SHOW_FATAL = "Severity/ShowFatal";
45  const QString SettingsKeys::FOLLOW_NEWEST = "UI/FollowNewest";
46  const QString SettingsKeys::FONT = "UI/Font";
47  const QString SettingsKeys::DEBUG_COLOR = "Colors/DebugColor";
48  const QString SettingsKeys::INFO_COLOR = "Colors/InfoColor";
49  const QString SettingsKeys::WARN_COLOR = "Colors/WarnColor";
50  const QString SettingsKeys::ERROR_COLOR = "Colors/ErrorColor";
51  const QString SettingsKeys::FATAL_COLOR = "Colors/FatalColor";
52  const QString SettingsKeys::COLORIZE_LOGS = "Colors/ColorizeLogs";
53  const QString SettingsKeys::ALTERNATE_LOG_ROW_COLORS = "Logs/AlternateRowColors";
54 }
static const QString INFO_COLOR
Definition: settings_keys.h:60
static const QString DISPLAY_TIMESTAMPS
Definition: settings_keys.h:47
static const QString FATAL_COLOR
Definition: settings_keys.h:63
static const QString USE_REGEXPS
Definition: settings_keys.h:49
static const QString SHOW_WARN
Definition: settings_keys.h:54
static const QString ALTERNATE_LOG_ROW_COLORS
Definition: settings_keys.h:65
static const QString WARN_COLOR
Definition: settings_keys.h:61
static const QString FOLLOW_NEWEST
Definition: settings_keys.h:57
static const QString EXCLUDE_FILTER
Definition: settings_keys.h:51
static const QString DEBUG_COLOR
Definition: settings_keys.h:59
static const QString COLORIZE_LOGS
Definition: settings_keys.h:64
static const QString ABSOLUTE_TIMESTAMPS
Definition: settings_keys.h:48
static const QString SHOW_INFO
Definition: settings_keys.h:53
static const QString ERROR_COLOR
Definition: settings_keys.h:62
static const QString INCLUDE_FILTER
Definition: settings_keys.h:50
static const QString SHOW_DEBUG
Definition: settings_keys.h:52
static const QString FONT
Definition: settings_keys.h:58
static const QString SHOW_ERROR
Definition: settings_keys.h:55
static const QString SHOW_FATAL
Definition: settings_keys.h:56


swri_console
Author(s):
autogenerated on Wed Jun 5 2019 21:25:59