![]() |
Deskflow 1.26.0.207
Keyboard and mouse sharing utility
|
#include <QObject>#include <QString>

Go to the source code of this file.
Enumerations | |
| enum class | NetworkProtocol { Unknown = -1 , Synergy , Barrier } |
Functions | |
| Q_DECLARE_METATYPE (NetworkProtocol) | |
| static QString | networkProtocolToOption (const NetworkProtocol proto) |
| static QString | networkProtocolToName (const NetworkProtocol proto) |
| static NetworkProtocol | networkProtocolFromString (const QString &proto) |
Variables | |
| static const auto | kSynergyProtocolOption = "synergy" |
| static const auto | kBarrierProtocolOption = "barrier" |
|
strong |
|
static |
|
static |
|
static |
| Q_DECLARE_METATYPE | ( | NetworkProtocol | ) |
|
inlinestatic |
|
inlinestatic |