VR-Forces 4.0.4 Class Documentation
include/vrvCoreQt/DtQtEventLoop.h
Go to the documentation of this file.
00001 /****************************************************************************** 
00002 ** Copyright (c) 2007 MAK Technologies, Inc. 
00003 ** All rights reserved. 
00004 ******************************************************************************/ 
00005 /****************************************************************************** 
00006 ** $RCSfile: DtQtEventLoop.h,v $ $Revision: 1.11 $ $State: Exp $ 
00007 ******************************************************************************/ 
00008  
00012  
00013 #ifndef DtQtEventLoop_H_ 
00014 #define DtQtEventLoop_H_ 
00015  
00016 #include <vrvCoreQt/vrvCoreQt.h> 
00017 #include <vrvCore/DtEventLoop.h> 
00018  
00019 namespace makVrv 
00020 { 
00021    
00025    class DT_DLL_VRVCOREQT DtQtEventLoop : public DtEventLoop
00026    { 
00027 
00028    public:
00029 
00031       DtQtEventLoop(DtDe& de);
00032 
00034       virtual ~DtQtEventLoop();
00035 
00038       static void qtEventLoopLogic(DtDe& de);
00039 
00040    }; 
00041 
00044    class DT_DLL_VRVCOREQT DtQtEventLoopCreator : public DtEventLoopCreator
00045    {
00046 
00047    public:
00048 
00050       virtual DtEventLoop* create(DtDe& de);
00051       
00052    };
00053 } 
00054  
00055 #endif 
00056  

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)