VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
tmEventHandler
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
20
#include "
tmEventHandler/tmEventHandlerDefines.h
"
21
class
DT_DLL_tmEventHandler
DtFullScreenHandler
:
public
DtEventHandler
22
{
23
Q_OBJECT
24
25
public
:
27
DtFullScreenHandler
();
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
49
DtBaseWindow
*
myFullScreenWindow
;
50
};
51
52
#endif //DISPLACEHANDLER_H_
53
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)