VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
entityEditorImpl
entityEditorCheckSMSHandler.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: entityEditorCheckSMSHandler.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
11
13
14
#ifndef entityEditorCheckSMSHandler_h
15
#define entityEditorCheckSMSHandler_h
16
17
#include "
tmqt/eventHandler.h
"
18
#include "
entityEditorImpl/entityEditorEventHandlers.h
"
19
#include "
entityEditorImpl/entityEditorImplDefines.h
"
20
21
22
class
DT_DLL_entityeditorimpl
DtEntityEditorCheckSMSHandler
:
public
DtEventHandler
23
{
24
Q_OBJECT
25
26
public
:
27
29
DtEntityEditorCheckSMSHandler
();
30
32
virtual
~
DtEntityEditorCheckSMSHandler
();
33
34
virtual
QWidget
*
createDialog
(
QWidget
* parent);
35
virtual
void
showDialog
(
bool
);
36
37
public
:
39
static
DtEventHandler
* create(
DtEventController
* owner,
void
* usr);
40
41
virtual
void
activate
();
42
43
protected
:
44
45
};
46
47
48
#endif
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
)