Deskflow 1.22.0.197
Keyboard and mouse sharing utility
|
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) |
|
strong |
|
strong |
QString deskflow::gui::messages::fileLine | ( | const QMessageLogContext & | context | ) |
void deskflow::gui::messages::messageHandler | ( | QtMsgType | type, |
const QMessageLogContext & | context, | ||
const QString & | message ) |
void deskflow::gui::messages::raiseCriticalDialog | ( | ) |
bool deskflow::gui::messages::showClearSettings | ( | QWidget * | parent | ) |
void deskflow::gui::messages::showClientConnectError | ( | QWidget * | parent, |
ClientError | error, | ||
const QString & | address ) |
void deskflow::gui::messages::showCloseReminder | ( | QWidget * | parent | ) |
bool deskflow::gui::messages::showDaemonOffline | ( | QWidget * | parent | ) |
void deskflow::gui::messages::showErrorDialog | ( | const QString & | message, |
const QString & | fileLine, | ||
QtMsgType | type ) |
void deskflow::gui::messages::showFirstConnectedMessage | ( | QWidget * | parent, |
bool | closeToTray, | ||
bool | enableService, | ||
bool | isServer ) |
void deskflow::gui::messages::showFirstServerStartMessage | ( | QWidget * | parent | ) |
NewClientPromptResult deskflow::gui::messages::showNewClientPrompt | ( | QWidget * | parent, |
const QString & | clientName, | ||
bool | serverRequiresPeerAuth ) |
void deskflow::gui::messages::showReadOnlySettings | ( | QWidget * | parent, |
const QString & | systemSettingsPath ) |
bool deskflow::gui::messages::showUpdateCheckOption | ( | QWidget * | parent | ) |
void deskflow::gui::messages::showWaylandLibraryError | ( | QWidget * | parent | ) |