#include <FileOpenEvent.h>


Public Member Functions | |
| data () const | |
| QString | file () const |
| Returns the name of the file to be opened. | |
| FileOpenEvent (const QString &filename) | |
| Public constructor with file name as argument. | |
| setData (void *data) | |
| virtual | ~FileOpenEvent () |
| The required virtual destructor. | |
Private Member Functions | |
| FileOpenEvent (const FileOpenEvent &) | |
| The copy constructor. | |
Private Attributes | |
| QString | m_file_name |
| The name of the file to be opened. | |
Definition at line 46 of file FileOpenEvent.h.
| FileOpenEvent | ( | const FileOpenEvent & | ) | [private] |
The copy constructor.
| FileOpenEvent | ( | const QString & | filename | ) |
| ~FileOpenEvent | ( | ) | [virtual] |
| QString file | ( | ) | const |
Returns the name of the file to be opened.
Definition at line 35 of file FileOpenEvent.cxx.
References FileOpenEvent::m_file_name.
QString m_file_name [private] |
The name of the file to be opened.
Definition at line 53 of file FileOpenEvent.h.
Referenced by FileOpenEvent::file().