VR-Forces 4.0.4 Class Documentation
include/vrvOsg/DtWidgetOverlayEventProcessor.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtWidgetOverlayEventProcessor.h,v $ $Revision: 1.10 $ $State: Exp $
00007 ******************************************************************************/
00008 
00011 
00012 #ifndef DtWidgetOverlayEventProcessor_H_
00013 #define DtWidgetOverlayEventProcessor_H_
00014 
00015 #include <vrvOsg/vrvOsg.h>
00016 #include <vrvCore/DtEventProcessorInterface.h>
00017 
00018 namespace makVrv
00019 {
00020    class DtDe;
00021    
00024    class DT_DLL_VRVOSG DtWidgetOverlayEventProcessor
00025       : public DtEventProcessorInterface
00026    {
00027 
00028    public:
00029 
00031       DtWidgetOverlayEventProcessor( DtDe& de );
00032 
00034       virtual ~DtWidgetOverlayEventProcessor();
00035 
00038       virtual bool processMouseEvent(const DtMouseEvent& ev, DtChannel& channel);
00039 
00042       virtual bool processKeyboardEvent(const DtKeyEvent& ev, DtChannel& channel);
00043 
00045       virtual const std::string& className();
00046 
00047    protected:
00048       DtDe& myDe;
00049    };
00050 
00053    class DT_DLL_VRVOSG DtOsgWidgetEventProcessorCreator : public DtWidgetEventProcessorCreator
00054    {
00055 
00056    public:
00058       virtual DtEventProcessorInterface* create( DtDe& de );
00059 
00060    };
00061 }
00062 
00063 #endif
00064 

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)