VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfQProcess.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2024 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
9 
10 #include <vector>
11 #include <vrfcontrol/vrfProcess.h>
12 
13 #include <QProcess>
14 
15 class DtString;
16 
17 
19 {
20 public:
21 
22 
23  DtQtProcess();
24  virtual ~DtQtProcess() override;
25 
26 
27  virtual void start() override;
28 
29 
30  virtual void terminate() override;
31 
32 
33  virtual bool isRunning() override;
34 
35 
36  virtual int pid() override;
37 
38 protected:
39 
40  QProcess myProcess;
41 
42 
43 };
44 
45 
virtual int pid()=0
virtual void start()
public unimplemented
#define DT_DLL_vrfqtprocesscontrol
This file is used to determine how to build.
Definition: vrfQtProcessControlDefines.h:23
Definition: vrfProcess.h:11
QProcess myProcess
Definition: vrfQProcess.h:40
virtual void terminate()=0
virtual bool isRunning()=0
Definition: vrfQProcess.h:18

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)