14 #if QT_VERSION < 0x040000 16 #include <QtCore/QCustomEvent> 17 #include <QtCore/QEvent> virtual ~FileOpenEvent()
The required virtual destructor.
FileOpenEvent(const FileOpenEvent &)
The copy constructor.
QString m_file_name
The name of the file to be opened.
QString file() const
Returns the name of the file to be opened.
const int OpenEventType
The QFileOpenEvent class provides an event that will be sent when there is a request to open a file...
hippodraw::FileOpenEvent class interface