VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
tmEventHandler
createPointHandler.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: createPointHandler.h,v $ $Revision: 1.13 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef CREATEPOINTHANDLER_H_
13
#define CREATEPOINTHANDLER_H_
14
15
#include "
tmEventHandler/createControlObjectHandler.h
"
16
#include "
tmqt/eventSignaller.h
"
17
19
#include "
tmEventHandler/tmEventHandlerDefines.h
"
20
class
DT_DLL_tmEventHandler
DtCreatePointHandler
:
public
DtCreateControlObjectHandler
21
{
22
Q_OBJECT
23
24
public
:
25
27
DtCreatePointHandler
();
28
30
virtual
~
DtCreatePointHandler
();
31
32
public
:
34
static
DtEventHandler
*
create
(
DtEventController
* owner,
void
* usr);
35
36
protected
:
37
virtual
void
initDialog
(
QWidget
* w);
38
virtual
void
initDialogConnections
();
39
40
virtual
void
setWorkingName
();
41
42
virtual
DtSymbol
*
createSymbol
(
DtTMMapArea
* area);
43
46
virtual
void
pointSelected
(
const
DtPoint
& p);
47
51
virtual
void
sendUserComplete
(
bool
finish =
false
);
52
54
virtual
QString workingTitle()
const
;
55
virtual
const
char
*
eventSignalName
() {
return
DtCreatePointWidgetEvent
; };
56
virtual
void
setEmitCreateSignal
(
bool
b);
57
58
};
59
60
#endif //CREATEPOINTHANDLER_H_
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
)