Go to the documentation of this file.
31 #ifndef SWRI_CONSOLE_CONSOLE_WINDOW_H_
32 #define SWRI_CONSOLE_CONSOLE_WINDOW_H_
34 #include <QtWidgets/QMainWindow>
36 #include <QPushButton>
38 #include "ui_console_window.h"
45 class LogDatabaseProxyModel;
86 void setFont(
const QFont &font);
104 template <
typename T>
107 bool val = settings.value(key, element->isChecked()).toBool();
108 if (val != element->isChecked()) {
109 element->setChecked(val);
116 Ui::ConsoleWindow
ui;
124 #endif // SWRI_CONSOLE_CONSOLE_WINDOW_H_
void updateIncludeLabel()
LogDatabaseProxyModel * db_proxy_
void nodeSelectionChanged()
ConsoleWindow(LogDatabase *db)
QColor getButtonColor(const QPushButton *button) const
void updateExcludeLabel()
void updateCurrentIndex(function sF)
void loadColorButtonSetting(const QString &key, QPushButton *button)
void loadBooleanSetting(const QString &key, T *element)
void toggleAlternateRowColors(bool)
void setFont(const QFont &font)
void setFollowNewest(bool)
void showLogContextMenu(const QPoint &point)
void chooseButtonColor(QPushButton *widget)
NodeClickHandler * node_click_handler_
void closeEvent(QCloseEvent *event)
void updateButtonColor(QPushButton *widget, const QColor &color)
void excludeFilterUpdated(const QString &)
NodeListModel * node_list_model_
void includeFilterUpdated(const QString &)
swri_console
Author(s): P. J. Reed
, Jerry Towler , David Anthony
autogenerated on Sat Sep 23 2023 02:55:36