VR-Forces 4.2 Class Documentation
DtSetOrderedSpeedDialog.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 class QHBoxLayout;
17 
18 namespace makVrf
19 {
20  class DtRateEntryWidget;
21 
23  {
24  Q_OBJECT
25 
26  public:
27  //CTOR
28  DtSetOrderedSpeedDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
29 
30  //DTOR
31  virtual ~DtSetOrderedSpeedDialog();
32 
34  virtual double orderedSpeed() const;
35 
37  virtual void setOrderedSpeed(double);
38 
39  protected:
40  virtual QWidget* contents(const std::vector<makVrv::DtSimEntry*>& data);
41 
42  virtual void sendRequest();
43 
45  virtual void setupGui(const std::vector<makVrv::DtSimEntry*>& data);
46 
47  protected:
48  virtual void setupStatement(const DtSimStatement*);
49 
50  public:
52  QHBoxLayout* myContentLayout;
54  };
55 
57  {
58  public:
59  virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent);
60  bool supportsType(makVrv::DtDe&, const DtSetMessageType&, const DtSimStatement*) const;
61  };
62 }

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)