VR-Forces 4.1 Class Documentation
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 
16 #include "tmqt/eventSignaller.h"
17 
22 {
23  Q_OBJECT
24 
25 public:
26 
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 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)