FileOpenEvent.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _FileOpenEvent_H_
15 #define _FileOpenEvent_H_
16 
17 #include "libqthippo.h"
18 
19 #if QT_VERSION < 0x040000
20 #else
21 //Added by the Qt porting tool:
22 #include <QtCore/QCustomEvent>
23 #endif
24 
25 
26 #include <qevent.h>
27 
28 namespace hippodraw {
29 
44  const int OpenEventType = QEvent::User + 116;
45 
47 {
48 
49 private:
50 
54 
57  FileOpenEvent ( const FileOpenEvent & );
58 
59 public:
60 
63  FileOpenEvent ( const QString & filename );
64 
67  virtual ~FileOpenEvent ();
68 
71  QString file () const;
72 
73 };
74 
75 } // namespace hippodraw
76 
77 #endif // _FileOpenEvent_H_

Generated for HippoDraw Class Library by doxygen