Deskflow
1.26.0.134
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
CoreIpc.h
Go to the documentation of this file.
1
/*
2
* Deskflow -- mouse and keyboard sharing utility
3
* SPDX-FileCopyrightText: (C) 2026 Symless Ltd.
4
* SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception
5
*/
6
7
#pragma once
8
9
#include "
common/Enums.h
"
10
11
#include <QString>
12
13
void
ipcSendToClient
(
const
QString &command,
const
QString &args =
""
);
14
void
ipcSendConnectionState
(
deskflow::core::ConnectionState
state);
ipcSendConnectionState
void ipcSendConnectionState(deskflow::core::ConnectionState state)
Definition
CoreIpc.cpp:24
ipcSendToClient
void ipcSendToClient(const QString &command, const QString &args="")
Definition
CoreIpc.cpp:13
Enums.h
deskflow::core::ConnectionState
ConnectionState
Definition
Enums.h:39
src
lib
deskflow
ipc
CoreIpc.h
Generated by
1.16.1