Deskflow
1.22.0.197
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
CommandProcess.h
Go to the documentation of this file.
1
/*
2
* Deskflow -- mouse and keyboard sharing utility
3
* SPDX-FileCopyrightText: (C) 2014 Symless Ltd.
4
* SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception
5
*/
6
7
#pragma once
8
9
#include <QObject>
10
#include <QStringList>
11
12
class
CommandProcess
:
public
QObject
13
{
14
Q_OBJECT
15
16
public
:
17
CommandProcess
(QString
cmd
, QStringList arguments, QString input =
""
);
18
19
Q_SIGNALS:
20
void
finished
();
21
22
public
Q_SLOTS:
23
QString
run
();
24
25
private
:
26
QString m_Command;
27
QStringList m_Arguments;
28
QString m_Input;
29
};
cmd
static int cmd
Definition
ArchNetworkWinsock.cpp:34
CommandProcess::run
QString run()
Definition
CommandProcess.cpp:19
CommandProcess::finished
void finished()
CommandProcess::CommandProcess
CommandProcess(QString cmd, QStringList arguments, QString input="")
Definition
CommandProcess.cpp:11
src
lib
gui
core
CommandProcess.h
Generated by
1.14.0