refs #786, adjust matcher log to also support matching messages

This commit is contained in:
Klaus Basan
2016-10-23 03:09:26 +02:00
parent 514bcdd055
commit 8c282a33bf
3 changed files with 106 additions and 25 deletions

View File

@@ -12,6 +12,7 @@
#ifndef BLACKGUI_COMPONENT_MODELMATCHERLOGCOMPONENT_H
#define BLACKGUI_COMPONENT_MODELMATCHERLOGCOMPONENT_H
#include "blackcore/network.h"
#include <QFrame>
#include <QTabWidget>
#include <QTimer>
@@ -44,6 +45,12 @@ namespace BlackGui
//! Init
void initGui();
//! Contexts available
bool hasContexts() const;
//! Enabled messages
bool enabledMessages() const;
private slots:
//! Update the completer
void ps_updateCallsignCompleter();
@@ -51,8 +58,14 @@ namespace BlackGui
//! Callsign was entered
void ps_callsignEntered();
//! When values changed elsewhere
void ps_valuesChanged();
//! Flag changed
void ps_reverseLookupEnabled(bool enabled);
void ps_enabledCheckboxChanged(bool enabled);
//! Connection status changed
void ps_connectionStatusChanged(BlackCore::INetwork::ConnectionStatus from, BlackCore::INetwork::ConnectionStatus to);
};
} // ns
} // ns