VR-Forces 4.1 Class Documentation
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 
18 
19 #include <boost/signal.hpp>
20 
21 namespace makVrv
22 {
23  class DtDe;
24 }
25 
26 class QString;
27 
28 namespace makVrf
29 {
31  {
32 
33  public:
34 
37 
39  virtual void setRoadDrivingSide(bool) = 0;
40 
41  boost::signal<void (bool)> signal_drivingOnLeftEnabled;
42  };
43 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)