VR-Forces 4.0.4 Class Documentation
include/vrfGuiCoreQt/behaviorOptionsWidgetInterface.h
Go to the documentation of this file.
00001 /****************************************************************************** 
00002 ** Copyright (c) 2011 MAK Technologies, Inc. 
00003 ** All rights reserved. 
00004 ******************************************************************************/ 
00005 /****************************************************************************** 
00006 ** $RCSfile: behaviorOptionsWidgetInterface.h,v $ $Revision: 108016 $ $State: Exp $ 
00007 ** Created: 8/18/11 MEM
00008 ******************************************************************************/ 
00009  
00012 
00014  
00015 #pragma once
00016 
00017 #include <vrfGuiCoreQt/vrfGuiCoreQt.h>
00018 
00019 #include <boost/signal.hpp>
00020 
00021 namespace makVrv
00022 {
00023    class DtDe;
00024 }
00025 
00026 class QString;
00027 
00028 namespace makVrf
00029 {
00030    class DT_DLL_VRFGUICOREQT DtEntityBehaviorOptionsWidgetInterface
00031    {
00032 
00033    public: 
00034       
00036       virtual ~DtEntityBehaviorOptionsWidgetInterface();
00037 
00039       virtual void setRoadDrivingSide(bool) = 0;
00040 
00041       boost::signal<void (bool)> signal_drivingOnLeftEnabled;
00042    };
00043 }

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)