FileOpenEvent.cxx
Go to the documentation of this file.
1 
12 #include "FileOpenEvent.h"
13 
14 #if QT_VERSION < 0x040000
15 #else
16 #include <QtCore/QCustomEvent>
17 #include <QtCore/QEvent>
18 #endif
19 
20 using namespace hippodraw;
21 
23 FileOpenEvent ( const QString & name )
25  m_file_name ( name )
26 {
27 }
28 
30 {
31 }
32 
33 QString
35 file () const
36 {
37  return m_file_name;
38 }

Generated for HippoDraw Class Library by doxygen