Class ConsoleWindow
Defined in File console_window.h
Inheritance Relationships
Base Type
public QMainWindow
Class Documentation
-
class ConsoleWindow : public QMainWindow
Public Functions
-
ConsoleWindow(LogDatabase *db)
-
~ConsoleWindow()
-
void closeEvent(QCloseEvent *event)
Public Slots
-
void clearAll()
-
void clearMessages()
-
void saveLogs()
-
void connected(bool)
-
void setSeverityFilter()
-
void nodeSelectionChanged()
-
void messagesAdded()
-
void showLogContextMenu(const QPoint &point)
-
void selectAllLogs()
-
void copyLogs()
-
void copyExtendedLogs()
-
void setFollowNewest(bool)
-
void toggleAlternateRowColors(bool)
-
void userScrolled(int)
-
void includeFilterUpdated(const QString&)
-
void excludeFilterUpdated(const QString&)
-
void searchIndex()
-
void updateIncludeLabel()
-
void updateExcludeLabel()
-
void setFont(const QFont &font)
-
void setDebugColor()
-
void setInfoColor()
-
void setWarnColor()
-
void setErrorColor()
-
void setFatalColor()
-
void prevIndex()
-
void nextIndex()
-
ConsoleWindow(LogDatabase *db)