settings_keys.h
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 
31 #ifndef SWRI_CONSOLE_SETTINGS_KEYS_H
32 #define SWRI_CONSOLE_SETTINGS_KEYS_H
33 
34 #include <QString>
35 
36 namespace swri_console
37 {
45  {
46  public:
47  static const QString DISPLAY_TIMESTAMPS;
48  static const QString ABSOLUTE_TIMESTAMPS;
49  static const QString USE_REGEXPS;
50  static const QString INCLUDE_FILTER;
51  static const QString EXCLUDE_FILTER;
52  static const QString SHOW_DEBUG;
53  static const QString SHOW_INFO;
54  static const QString SHOW_WARN;
55  static const QString SHOW_ERROR;
56  static const QString SHOW_FATAL;
57  static const QString FOLLOW_NEWEST;
58  static const QString FONT;
59  static const QString DEBUG_COLOR;
60  static const QString INFO_COLOR;
61  static const QString WARN_COLOR;
62  static const QString ERROR_COLOR;
63  static const QString FATAL_COLOR;
64  static const QString COLORIZE_LOGS;
65  static const QString ALTERNATE_LOG_ROW_COLORS;
66  };
67 }
68 
69 
70 #endif //SWRI_CONSOLE_SETTINGS_KEYS_H
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