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 }
QString m_file_name
The name of the file to be opened.
Definition: FileOpenEvent.h:53
const int OpenEventType
The QFileOpenEvent class provides an event that will be sent when there is a request to open a file...
Definition: FileOpenEvent.h:44
QString file() const
Returns the name of the file to be opened.
FileOpenEvent(const FileOpenEvent &)
The copy constructor.
hippodraw::FileOpenEvent class interface
virtual ~FileOpenEvent()
The required virtual destructor.

Generated for HippoDraw Class Library by doxygen