VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
behaviorOptionsWidgetInterface.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2011 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: behaviorOptionsWidgetInterface.h,v $ $Revision: 108016 $ $State: Exp $
7
** Created: 8/18/11 MEM
8
******************************************************************************/
9
12
14
15
#pragma once
16
17
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
18
19
#include <boost/signal.hpp>
20
21
namespace
makVrv
22
{
23
class
DtDe;
24
}
25
26
class
QString;
27
28
namespace
makVrf
29
{
30
class
DT_DLL_VRFGUICOREQT
DtEntityBehaviorOptionsWidgetInterface
31
{
32
33
public
:
34
36
virtual
~
DtEntityBehaviorOptionsWidgetInterface
();
37
39
virtual
void
setRoadDrivingSide(
bool
) = 0;
40
41
boost::signal<void (bool)>
signal_drivingOnLeftEnabled
;
42
};
43
}
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)