VR-Forces 4.2 Class Documentation
fullScreenHandler.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: fullScreenHandler.h,v $ $Revision: 1.2 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef FULLSCREENHANDLER_H_
13 #define FULLSCREENHANDLER_H_
14 
15 #include "tmqt/eventHandler.h"
16 
17 class DtBaseWindow;
18 
22 {
23  Q_OBJECT
24 
25 public:
28 
30  virtual ~DtFullScreenHandler();
31 
33  virtual void toggleFullScreen(bool b);
34 
35 public:
37  static DtEventHandler* create(DtEventController* owner, void* usr);
38 
39 public slots:
40 
41  virtual bool keyboardEvent(DtTMMapArea* area, QKeyEvent* evnt);
42 
43 protected:
45  virtual bool eventFilter(QObject* o, QEvent* e);
46 
47 protected:
48 
50 };
51 
52 #endif //DISPLACEHANDLER_H_
53 

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)