VR-Forces 4.2 Class Documentation
bhaveSetMovementModeDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #ifndef bhaveSetMovementModeDialog_H_
10 #define bhaveSetMovementModeDialog_H_
11 
12 
15 #include <bhave3DGui/ui_bhaveSetMovementModeWidgetUi.h>
16 
17 namespace BHAVE
18 {
19  namespace BHAVE3DGui
20  {
25  {
26  Q_OBJECT
27 
28  public:
29 
31  DtBhaveSetMovementModeDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
32 
35 
37  virtual int selectedModeIndex() const;
38 
40  virtual bool setSelectedModeIndex(int index);
41 
43  virtual QString selectedModeText() const;
44 
46  virtual void sendRequest();
47 
49  virtual void setupStatement(const DtSimStatement* stmt);
50 
51  protected:
52 
54  virtual QWidget* contents(const std::vector<makVrv::DtSimEntry*>& data);
55 
56  protected:
57 
58  Ui_DtBhaveSetMovementModeWidgetUi myUiImpl;
59  };
60 
61 
66  {
67 
68  public:
69 
71  virtual makVrf::DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent);
72 
74  virtual bool supportsType(makVrv::DtDe&, const DtSetMessageType&, const DtSimStatement*) const;
75  };
76  }
77 }
78 
79 #endif
80 

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)