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

Go to the source code of this file.
Enumerations | |
| enum class | NetworkProtocol { Unknown = -1 , Synergy , Barrier } |
Functions | |
| static int | networkProtocolToInt (const NetworkProtocol proto) |
| static NetworkProtocol | networkProtocolFromInt (const int value) |
| 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 |
|
static |
|
static |
|
inlinestatic |
|
inlinestatic |