Deskflow 1.22.0.197
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
deskflow::gui::messages Namespace Reference

Classes

struct  Errors

Enumerations

enum class  ClientError { AlreadyConnected , HostnameError , GenericError }
enum class  NewClientPromptResult { Add , Ignore }

Functions

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

Enumeration Type Documentation

◆ ClientError

Enumerator
AlreadyConnected 
HostnameError 
GenericError 

◆ NewClientPromptResult

Enumerator
Add 
Ignore 

Function Documentation

◆ fileLine()

QString deskflow::gui::messages::fileLine ( const QMessageLogContext & context)

◆ messageHandler()

void deskflow::gui::messages::messageHandler ( QtMsgType type,
const QMessageLogContext & context,
const QString & message )

◆ raiseCriticalDialog()

void deskflow::gui::messages::raiseCriticalDialog ( )

◆ showClearSettings()

bool deskflow::gui::messages::showClearSettings ( QWidget * parent)

◆ showClientConnectError()

void deskflow::gui::messages::showClientConnectError ( QWidget * parent,
ClientError error,
const QString & address )

◆ showCloseReminder()

void deskflow::gui::messages::showCloseReminder ( QWidget * parent)

◆ showDaemonOffline()

bool deskflow::gui::messages::showDaemonOffline ( QWidget * parent)

◆ showErrorDialog()

void deskflow::gui::messages::showErrorDialog ( const QString & message,
const QString & fileLine,
QtMsgType type )

◆ showFirstConnectedMessage()

void deskflow::gui::messages::showFirstConnectedMessage ( QWidget * parent,
bool closeToTray,
bool enableService,
bool isServer )

◆ showFirstServerStartMessage()

void deskflow::gui::messages::showFirstServerStartMessage ( QWidget * parent)

◆ showNewClientPrompt()

NewClientPromptResult deskflow::gui::messages::showNewClientPrompt ( QWidget * parent,
const QString & clientName,
bool serverRequiresPeerAuth )

◆ showReadOnlySettings()

void deskflow::gui::messages::showReadOnlySettings ( QWidget * parent,
const QString & systemSettingsPath )

◆ showUpdateCheckOption()

bool deskflow::gui::messages::showUpdateCheckOption ( QWidget * parent)

◆ showWaylandLibraryError()

void deskflow::gui::messages::showWaylandLibraryError ( QWidget * parent)