VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
terrainEventHandler
saveDatabaseHandler.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: saveDatabaseHandler.h,v $ $Revision: 1.7 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef SAVEDATABASEHANDLER_H_
13
#define SAVEDATABASEHANDLER_H_
14
15
#include "
tmEventHandler/fileDialogHandler.h
"
16
#include "
tmqt/eventSignaller.h
"
17
20
#include "
terrainEventHandler/terrainEventHandlerDefines.h
"
21
class
DT_DLL_terrainEventHandler
DtSaveDatabaseHandler
:
public
DtFileDialogHandler
22
{
23
Q_OBJECT
24
25
public
:
26
28
DtSaveDatabaseHandler
();
29
31
virtual
~
DtSaveDatabaseHandler
();
32
33
public
:
35
static
DtEventHandler
* create(
DtEventController
* owner,
void
* usr);
36
37
protected
:
38
virtual
bool
userDefinedAction
(
DtUserDefinedType
iAction,
void
* usr);
39
42
virtual
QString
createFilterList
();
43
virtual
void
initFileDialog
(
QFileDialog
* fd);
44
45
virtual
bool
saveDatabase(QString filename);
46
virtual
bool
completeOpen
();
47
virtual
const
char
*
eventSignalName
() {
return
DtFileSaveDatatabaseWidgetEvent
; };
48
};
49
50
#endif //SAVEDATABASEHANDLER_H_
51
52
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
)