VR-Forces 4.5 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
examples
exampleSymbolFacade4
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 <QtWidgets/QDialog>
15
16
class
QDoubleSpinBox;
17
18
namespace
makVrv
19
{
20
21
namespace
exampleSymbolFacade4
22
{
23
26
class
DT_DLL_EXAMPLESYMBOLFACADE4
DtRotateSymbolDialog
:
public
QDialog
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
43
DtRotateSymbolDialog
(
const
DtRotateSymbolDialog
& orig );
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 Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)