Deskflow 1.22.0.197
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
Messages.h File Reference
#include <QMessageLogContext>
#include <QString>
Include dependency graph for Messages.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  deskflow
namespace  deskflow::gui
namespace  deskflow::gui::messages

Enumerations

enum class  deskflow::gui::messages::ClientError { deskflow::gui::messages::AlreadyConnected , deskflow::gui::messages::HostnameError , deskflow::gui::messages::GenericError }
enum class  deskflow::gui::messages::NewClientPromptResult { deskflow::gui::messages::Add , deskflow::gui::messages::Ignore }

Functions

void deskflow::gui::messages::messageHandler (QtMsgType type, const QMessageLogContext &context, const QString &message)
void deskflow::gui::messages::raiseCriticalDialog ()
void deskflow::gui::messages::showFirstServerStartMessage (QWidget *parent)
void deskflow::gui::messages::showFirstConnectedMessage (QWidget *parent, bool closeToTray, bool enableService, bool isServer)
void deskflow::gui::messages::showCloseReminder (QWidget *parent)
void deskflow::gui::messages::showClientConnectError (QWidget *parent, ClientError error, const QString &address)
NewClientPromptResult deskflow::gui::messages::showNewClientPrompt (QWidget *parent, const QString &clientName, bool serverRequiresPeerAuth)
bool deskflow::gui::messages::showClearSettings (QWidget *parent)
void deskflow::gui::messages::showReadOnlySettings (QWidget *parent, const QString &systemSettingsPath)
void deskflow::gui::messages::showWaylandLibraryError (QWidget *parent)
bool deskflow::gui::messages::showUpdateCheckOption (QWidget *parent)
bool deskflow::gui::messages::showDaemonOffline (QWidget *parent)