VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
tmEventHandler
displayOptionsHandler.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: displayOptionsHandler.h,v $ $Revision: 1.4 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DISPLAYOPTIONSHANDLER_H_
13
#define DISPLAYOPTIONSHANDLER_H_
14
15
#include "
tmqt/eventHandler.h
"
16
17
class
DtTMFactory
;
18
20
#include "
tmEventHandler/tmEventHandlerDefines.h
"
21
class
DT_DLL_tmEventHandler
DtDisplayOptionsHandler
:
public
DtEventHandler
22
{
23
Q_OBJECT
24
25
public
:
27
DtDisplayOptionsHandler
();
28
30
virtual
~
DtDisplayOptionsHandler
();
31
32
public
:
34
static
DtEventHandler
* create(
DtEventController
* owner,
void
* usr);
35
37
virtual
QWidget
*
createDialog
(
QWidget
* parent);
38
39
protected
:
40
42
virtual
void
initDialog(
const
DtTMFactory
* f);
43
45
virtual
void
initConnections();
46
};
47
48
#endif //DISPLAYOPTIONSHANDLER_H_
49
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)