VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
fileCommChannel.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
9 #pragma once
10 
11 
13 
14 #include <QThread>
15 #include <QStringList>
16 
17 namespace makVrf
18 {
26  {
27  Q_OBJECT
28 
29  public:
31  DtFileCommChannel(const QString& file, bool listener = false);
32 
34  virtual ~DtFileCommChannel();
35 
36  public:
38  virtual void sendMessage(const QString&);
39 
41  virtual void done();
42 
43  signals:
44  void commFileMessagesReceived(const QStringList&);
45 
46  protected:
47  virtual void run();
48 
49  protected:
52  bool myIsDone;
53  };
54 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)