VR-Forces 4.3.1 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
exampleSymbolFacade5
DtRotateSymbolDialog5.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 <
exampleSymbolFacade5.h
>
13
14
#include <QtGui/QDialog>
15
16
class
QDoubleSpinBox;
17
18
namespace
makVrv
19
{
20
21
namespace
exampleSymbolFacade5
22
{
23
26
class
DT_DLL_EXAMPLESYMBOLFACADE5
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 Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)