VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
tmEventHandler
aboutBoxHandler.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: aboutBoxHandler.h,v $ $Revision: 1.4 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef ABOUTBOXHANDLER_H_
13
#define ABOUTBOXHANDLER_H_
14
15
#include "
tmqt/eventHandler.h
"
16
17
class
DtTMPlugin
;
18
20
#include "
tmEventHandler/tmEventHandlerDefines.h
"
21
class
DT_DLL_tmEventHandler
DtAboutBoxHandler
:
public
DtEventHandler
22
{
23
Q_OBJECT
24
25
public
:
27
DtAboutBoxHandler
();
28
30
virtual
~
DtAboutBoxHandler
();
31
32
public
:
34
static
DtEventHandler
* create(
DtEventController
* owner,
void
* usr);
35
36
public
:
44
virtual
QWidget
*
createDialog
(
QWidget
* parent);
45
};
46
47
#endif //ABOUTBOXHANDLER_H_
48
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
)