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::HUMAN_READABLE_TIME = "Timestamps/HumanReadableTime";
38  const QString SettingsKeys::DISPLAY_LOGGER = "Identification/Logger";
39  const QString SettingsKeys::DISPLAY_FUNCTION = "Identification/Function";
40  const QString SettingsKeys::USE_REGEXPS = "Filters/UseRegexps";
41  const QString SettingsKeys::INCLUDE_FILTER = "Filters/IncludeFilter";
42  const QString SettingsKeys::EXCLUDE_FILTER = "Filters/ExcludeFilter";
43  const QString SettingsKeys::SHOW_DEBUG = "Severity/ShowDebug";
44  const QString SettingsKeys::SHOW_INFO = "Severity/ShowInfo";
45  const QString SettingsKeys::SHOW_WARN = "Severity/ShowWarn";
46  const QString SettingsKeys::SHOW_ERROR = "Severity/ShowError";
47  const QString SettingsKeys::SHOW_FATAL = "Severity/ShowFatal";
48  const QString SettingsKeys::FOLLOW_NEWEST = "UI/FollowNewest";
49  const QString SettingsKeys::FONT = "UI/Font";
50  const QString SettingsKeys::DEBUG_COLOR = "Colors/DebugColor";
51  const QString SettingsKeys::INFO_COLOR = "Colors/InfoColor";
52  const QString SettingsKeys::WARN_COLOR = "Colors/WarnColor";
53  const QString SettingsKeys::ERROR_COLOR = "Colors/ErrorColor";
54  const QString SettingsKeys::FATAL_COLOR = "Colors/FatalColor";
55  const QString SettingsKeys::COLORIZE_LOGS = "Colors/ColorizeLogs";
56  const QString SettingsKeys::ALTERNATE_LOG_ROW_COLORS = "Logs/AlternateRowColors";
57 }
swri_console::SettingsKeys::DISPLAY_TIMESTAMPS
static const QString DISPLAY_TIMESTAMPS
Definition: settings_keys.h:47
swri_console::SettingsKeys::SHOW_FATAL
static const QString SHOW_FATAL
Definition: settings_keys.h:59
swri_console::SettingsKeys::INFO_COLOR
static const QString INFO_COLOR
Definition: settings_keys.h:63
swri_console::SettingsKeys::DISPLAY_FUNCTION
static const QString DISPLAY_FUNCTION
Definition: settings_keys.h:51
swri_console::SettingsKeys::FATAL_COLOR
static const QString FATAL_COLOR
Definition: settings_keys.h:66
swri_console::SettingsKeys::USE_REGEXPS
static const QString USE_REGEXPS
Definition: settings_keys.h:52
swri_console::SettingsKeys::WARN_COLOR
static const QString WARN_COLOR
Definition: settings_keys.h:64
swri_console::SettingsKeys::SHOW_WARN
static const QString SHOW_WARN
Definition: settings_keys.h:57
swri_console::SettingsKeys::ALTERNATE_LOG_ROW_COLORS
static const QString ALTERNATE_LOG_ROW_COLORS
Definition: settings_keys.h:68
swri_console::SettingsKeys::DISPLAY_LOGGER
static const QString DISPLAY_LOGGER
Definition: settings_keys.h:50
swri_console::SettingsKeys::FOLLOW_NEWEST
static const QString FOLLOW_NEWEST
Definition: settings_keys.h:60
swri_console::SettingsKeys::DEBUG_COLOR
static const QString DEBUG_COLOR
Definition: settings_keys.h:62
swri_console::SettingsKeys::EXCLUDE_FILTER
static const QString EXCLUDE_FILTER
Definition: settings_keys.h:54
swri_console::SettingsKeys::COLORIZE_LOGS
static const QString COLORIZE_LOGS
Definition: settings_keys.h:67
swri_console::SettingsKeys::ABSOLUTE_TIMESTAMPS
static const QString ABSOLUTE_TIMESTAMPS
Definition: settings_keys.h:48
swri_console
Definition: bag_reader.h:40
swri_console::SettingsKeys::HUMAN_READABLE_TIME
static const QString HUMAN_READABLE_TIME
Definition: settings_keys.h:49
swri_console::SettingsKeys::SHOW_INFO
static const QString SHOW_INFO
Definition: settings_keys.h:56
swri_console::SettingsKeys::ERROR_COLOR
static const QString ERROR_COLOR
Definition: settings_keys.h:65
swri_console::SettingsKeys::FONT
static const QString FONT
Definition: settings_keys.h:61
swri_console::SettingsKeys::SHOW_DEBUG
static const QString SHOW_DEBUG
Definition: settings_keys.h:55
settings_keys.h
swri_console::SettingsKeys::INCLUDE_FILTER
static const QString INCLUDE_FILTER
Definition: settings_keys.h:53
swri_console::SettingsKeys::SHOW_ERROR
static const QString SHOW_ERROR
Definition: settings_keys.h:58


swri_console
Author(s): P. J. Reed , Jerry Towler , David Anthony
autogenerated on Sat Sep 23 2023 02:55:36