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
include
vrfGuiCoreQt
setHeadingDialog.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2011 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#pragma once
12
13
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
14
#include <
vrfGuiCoreQt/baseTaskSetDialogInterface.h
>
15
16
class
QLabel
;
17
class
QHBoxLayout;
18
class
QLineEdit
;
19
class
QDoubleValidator;
20
21
namespace
makVrf
22
{
23
class
DtHeadingEntryWidget;
24
25
class
DT_DLL_VRFGUICOREQT
DtSetHeadingDialog
:
public
DtBaseTaskSetDialogInterface
26
{
27
Q_OBJECT
28
public
:
29
//CTOR
30
DtSetHeadingDialog
(
makVrv::DtDe
& de,
QWidget
* parent,
const
Qt::WindowFlags& flags = 0);
31
32
//DTOR
33
virtual
~
DtSetHeadingDialog
();
34
36
virtual
double
heading()
const
;
37
39
virtual
void
setHeading(
double
);
40
41
protected
:
42
virtual
QWidget
* contents(
const
std::vector<makVrv::DtSimEntry*>& data);
43
44
virtual
void
sendRequest();
45
46
protected
:
48
virtual
void
setupGui(
const
std::vector<makVrv::DtSimEntry*>& data);
49
50
virtual
void
setupStatement(
const
DtSimStatement
*);
51
52
public
:
53
QWidget
*
myCanvas
;
54
QHBoxLayout*
myContentLayout
;
55
DtHeadingEntryWidget
*
myHeading
;
56
};
57
58
class
DT_DLL_VRFGUICOREQT
DtSetHeadingCreator
:
public
DtVrfSetDialogCreator
59
{
60
public
:
61
virtual
DtTaskSetDialogInterface
* create(
makVrv::DtDe
&,
QWidget
* parent);
62
bool
supportsType(
makVrv::DtDe
&,
const
DtSetMessageType
&,
const
DtSimStatement
*)
const
;
63
};
64
}
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
)