Deskflow 1.22.0.197
Keyboard and mouse sharing utility
|
#include "Hotkey.h"
#include "gui/config/IServerConfig.h"
#include "gui/config/ScreenConfig.h"
#include "gui/config/ScreenList.h"
#include <QList>
Go to the source code of this file.
Classes | |
class | ServerConfig |
Namespaces | |
namespace | deskflow |
namespace | deskflow::gui |
Enumerations | |
enum class | deskflow::gui::ServerProtocol { deskflow::gui::kSynergy , deskflow::gui::kBarrier } |
enum | AddResults { AutoAddScreenOk , AutoAddScreenManualServer , AutoAddScreenManualClient , AutoAddScreenIgnore } |
Functions | |
QTextStream & | operator<< (QTextStream &outStream, const ServerConfig &config) |
Variables | |
const auto | kDefaultColumns = 5 |
const auto | kDefaultRows = 3 |
const auto | deskflow::gui::kDefaultProtocol = ServerProtocol::kBarrier |
enum AddResults |
QTextStream & operator<< | ( | QTextStream & | outStream, |
const ServerConfig & | config ) |
const auto kDefaultColumns = 5 |
const auto kDefaultRows = 3 |