VR-Forces 4.1 Class Documentation
DtRotateSymbolDialog4.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2011 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <exampleSymbolFacade4.h>
13 
14 #include <QtGui/QDialog>
15 
16 class QDoubleSpinBox;
17 
18 namespace makVrv
19 {
20 
21  namespace exampleSymbolFacade4
22  {
23 
27  { Q_OBJECT;
28  public:
29 
31  DtRotateSymbolDialog( makVrv::DtDe& de, QWidget* parent = 0,
32  Qt::WindowFlags f = 0 );
33 
35  virtual ~DtRotateSymbolDialog();
36 
38  float selectedRotationAmount() const;
39 
40  private:
41 
44 
46  DtRotateSymbolDialog& operator = ( const DtRotateSymbolDialog& orig );
47 
48  protected:
49 
52  void setupGui();
53 
54  protected:
55 
56  QDoubleSpinBox* myRotationSpinner;
57 
58  };
59 
60  }
61 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)