![]() |
Deskflow 1.24.0.365
Keyboard and mouse sharing utility
|
Namespaces | |
| namespace | ipc |
| namespace | core |
| namespace | diagnostic |
Classes | |
| class | IServerConfig |
| class | ClientConnection |
| class | CoreProcess |
| class | ServerConnection |
| class | ServerMessage |
| class | FileTail |
| class | Logger |
| class | TlsUtility |
Functions | |
| QString | printLine (FILE *out, const QString &type, const QString &message, const QString &fileLine={}) |
| bool | isDarkMode () |
| Detects dark mode in a universal manner (all Qt versions). Until better platform support is added, it's more reliable to use the old way (compare text and window lightness), because the newer versions in Qt 6.5+ are not always correct and some return UnknownScheme. https://www.qt.io/blog/dark-mode-on-windows-11-with-qt-6.5. | |
| QString | iconMode () |
| get a string for the iconMode | |
| void | updateIconTheme () |
Variables | |
| const auto | kDefaultProtocol = NetworkProtocol::Barrier |
| const int | kRetryDelay = 1000 |
| const auto | kLineSplitRegex = QRegularExpression("\r|\n|\r\n") |
| const auto | kForceDebugMessages |
| const auto | kColorWhite = "#ffffff" |
| const auto | kColorSecondary = "#4285f4" |
| const auto | kColorError = "#ec4c47" |
| const auto | kColorLightGrey = "#666666" |
| const auto | kStyleLink |
| const auto | kStyleLineEditErrorBorder |
| const auto | kStyleErrorActiveLabel |
| const auto | kStyleErrorInactiveLabel |
|
inline |
get a string for the iconMode
|
inline |
Detects dark mode in a universal manner (all Qt versions). Until better platform support is added, it's more reliable to use the old way (compare text and window lightness), because the newer versions in Qt 6.5+ are not always correct and some return UnknownScheme. https://www.qt.io/blog/dark-mode-on-windows-11-with-qt-6.5.
| QString deskflow::gui::printLine | ( | FILE * | out, |
| const QString & | type, | ||
| const QString & | message, | ||
| const QString & | fileLine = {} ) |
|
inline |
| const auto deskflow::gui::kColorError = "#ec4c47" |
| const auto deskflow::gui::kColorLightGrey = "#666666" |
| const auto deskflow::gui::kColorSecondary = "#4285f4" |
| const auto deskflow::gui::kColorWhite = "#ffffff" |
| const auto deskflow::gui::kDefaultProtocol = NetworkProtocol::Barrier |
| const auto deskflow::gui::kForceDebugMessages |
| const auto deskflow::gui::kLineSplitRegex = QRegularExpression("\r|\n|\r\n") |
| const int deskflow::gui::kRetryDelay = 1000 |
| const auto deskflow::gui::kStyleErrorActiveLabel |
| const auto deskflow::gui::kStyleErrorInactiveLabel |
| const auto deskflow::gui::kStyleLineEditErrorBorder |
| const auto deskflow::gui::kStyleLink |