VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 <QtWidgets/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 
57 
58  };
59 
60  }
61 }
QDoubleSpinBox * myRotationSpinner
Definition: DtRotateSymbolDialog3.h:56
Export macro and initialization declarations for exampleSymbolFacade3.
A dialog for prompting the user for a rotation amount.
Definition: DtRotateSymbolDialog3.h:26
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
#define DT_DLL_EXAMPLESYMBOLFACADE3
Definition: exampleSymbolFacade3.h:20

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)