Deskflow 1.22.0.197
Keyboard and mouse sharing utility
|
#include "CoreProcess.h"
#include "common/Settings.h"
#include "gui/ipc/DaemonIpcClient.h"
#include "tls/TlsUtility.h"
#include <QCoreApplication>
#include <QDir>
#include <QFile>
#include <QMessageBox>
#include <QMutexLocker>
#include <QRegularExpression>
#include <QStandardPaths>
#include <QTimer>
Namespaces | |
namespace | deskflow |
namespace | deskflow::gui |
Functions | |
QString | deskflow::gui::processModeToString (Settings::ProcessMode mode) |
QString | deskflow::gui::processStateToString (CoreProcess::ProcessState state) |
QString | deskflow::gui::makeQuotedArgs (const QString &app, const QStringList &args) |
Wraps options that contain spaces in quotes. | |
QString | deskflow::gui::wrapIpv6 (const QString &address) |
If IPv6, ensures the IP is surround in square brackets. |
Variables | |
const int | deskflow::gui::kRetryDelay = 1000 |
const auto | deskflow::gui::kServerConfigFilename = QStringLiteral("%1-server.conf").arg(kAppId) |
const auto | deskflow::gui::kLineSplitRegex = QRegularExpression("\r|\n|\r\n") |