VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
setSupplyingDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 class QLabel;
17 class QHBoxLayout;
18 class QLineEdit;
19 class QIntValidator;
20 
21 namespace makVrf
22 {
24  {
25  Q_OBJECT
26  public:
27  //CTOR
28  DtSetSupplyingDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
29 
30  //DTOR
31  virtual ~DtSetSupplyingDialog();
32 
34  virtual bool supplying() const;
35 
37  virtual void setSupplying(bool);
38 
39  protected:
40  virtual QWidget* contents(const std::vector<makVrv::DtSimEntry*>& data);
41 
42  virtual void sendRequest();
43 
44  virtual void comboChanged(const QString&);
45 
46  virtual void setupStatement(const DtSimStatement*);
47  virtual void setupGui(const std::vector<makVrv::DtSimEntry*>& data);
48  };
49 
51  {
52  public:
53  virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent);
54  bool supportsType(makVrv::DtDe&, const DtSetMessageType&, const DtSimStatement*) const;
55  };
56 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)