#include <qevent.h>
Inheritance diagram for QFileOpenEvent:


File open events will be sent to the QApplication::instance() when the operating system requests that a file be opened. This is a high-level event that can be caused by different user actions depending on the user's desktop environment; for example, double clicking on an file icon in the Finder on Mac OS X.
This event is only used to notify the application of a request. It may be safely ignored.
Definition at line 602 of file qevent.h.
Public Member Functions | |
| QFileOpenEvent (const QString &file) | |
| ~QFileOpenEvent () | |
| QString | file () const |
Private Attributes | |
| QString | f |
| QFileOpenEvent::QFileOpenEvent | ( | const QString & | file | ) |
| QFileOpenEvent::~QFileOpenEvent | ( | ) |
| QString QFileOpenEvent::file | ( | ) | const [inline] |
QString QFileOpenEvent::f [private] |
1.5.1