VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
setEngagementResultsDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 class QHBoxLayout;
17 class QLineEdit;
18 class QLabel;
19 class QVBoxLayout;
20 
21 namespace makVrf
22 {
23  class DtTimeEntryWidget;
24 
26  {
27  Q_OBJECT
28  public:
29  //CTOR
30  DtSetEngagementResultsDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
31 
32  //DTOR
34 
35  virtual void setEngagementResults(const QString& d);
36  virtual QString engagementResults() const;
37 
39  virtual void setExpirationTime(double);
40  virtual double expirationTime() const;
41 
42  protected:
43  virtual QWidget* contents(const std::vector<makVrv::DtSimEntry*>& data);
44 
45  virtual void sendRequest();
46 
47  protected:
48  virtual void setupStatement(const DtSimStatement*);
49 
50  public:
51  QWidget* myContents;
52  QVBoxLayout* myMainLayout;
57  };
58 
60  {
61  public:
62  virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent);
63  bool supportsType(makVrv::DtDe&, const DtSetMessageType&, const DtSimStatement*) const;
64  };
65 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)