VR-Forces 4.1.1 Class Documentation
DtSetLocationDialog.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 
16 
17 #include <matrix/vlVector.h>
18 
19 class QVBoxLayout;
20 
21 namespace makVrf
22 {
24 
26  {
27  Q_OBJECT
28  public:
29  //CTOR
30  DtSetLocationDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
31 
32  //DTOR
33  virtual ~DtSetLocationDialog();
34 
36  virtual DtVector location() const;
37 
39  virtual void setLocation(DtVector);
40 
41  protected:
42  virtual QWidget* contents(const std::vector<makVrv::DtSimEntry*>& data);
43 
44  virtual void sendRequest();
45 
46  protected:
48  virtual void setupGui(const std::vector<makVrv::DtSimEntry*>& data);
49 
50  protected:
51  virtual void setupStatement(const DtSimStatement*);
52 
53  public:
54  QVBoxLayout* myContentLayout;
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 Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)