VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtRotateSymbolDialog3.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 <exampleSymbolFacade3.h>
13 
14 #include <QtGui/QDialog>
15 
16 class QDoubleSpinBox;
17 
18 namespace makVrv
19 {
20 
21  namespace exampleSymbolFacade3
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 Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)