VR-Forces 4.0.4 Class Documentation
include/vrvOsgQt/DtOsgAdapterQtWidgetLogic.h
Go to the documentation of this file.
00001 /****************************************************************************** 
00002 ** Copyright (c) 2008 MAK Technologies, Inc. 
00003 ** All rights reserved. 
00004 ******************************************************************************/ 
00005 /****************************************************************************** 
00006 ** $RCSfile: DtOsgAdapterQtWidgetLogic.h,v $ $Revision: 1.10 $ $State: Exp $ 
00007 ******************************************************************************/ 
00008  
00012  
00013 #ifndef DtOsgAdapterQtWidgetLogic_H_ 
00014 #define DtOsgAdapterQtWidgetLogic_H_ 
00015  
00016 #include <vrvOsgQt/vrvOsgQt.h> 
00017 
00018 
00019 namespace makVrv 
00020 { 
00021 
00022    class DtDe;
00023    class DtDriverManager;
00024    class DtInputDriver;
00025    class DtOsgAdapterQtWidget;
00026    class DtChannel;
00027 
00028    
00032    class DT_DLL_VRVOSGQT DtOsgAdapterQtWidgetLogic
00033    { 
00034 
00035    public:
00036       static DtOsgAdapterQtWidgetLogic* create(DtDe& de, DtOsgAdapterQtWidget* iface);
00037 
00038 
00040 
00041       virtual ~DtOsgAdapterQtWidgetLogic();
00042 
00043 
00044    protected:
00045 
00047       DtOsgAdapterQtWidgetLogic( DtDe& de, DtOsgAdapterQtWidget* iface );
00048 
00049    protected:
00050 
00051       DtDe& myDe;
00052       DtOsgAdapterQtWidget* myInterface;
00053 
00054 
00055    }; 
00056 } 
00057  
00058 #endif 
00059  

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)