Public Member Functions | Private Member Functions | Private Attributes | List of all members
FileOpenEvent Class Reference

#include <FileOpenEvent.h>

Inheritance diagram for FileOpenEvent:
Inheritance graph
[legend]
Collaboration diagram for FileOpenEvent:
Collaboration graph
[legend]

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.

Detailed Description

Definition at line 46 of file FileOpenEvent.h.

Constructor & Destructor Documentation

FileOpenEvent ( const FileOpenEvent )
private

The copy constructor.

FileOpenEvent ( const QString filename)

Public constructor with file name as argument.

Definition at line 23 of file FileOpenEvent.cxx.

~FileOpenEvent ( )
virtual

The required virtual destructor.

Definition at line 29 of file FileOpenEvent.cxx.

Member Function Documentation

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.

Member Data Documentation

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().


The documentation for this class was generated from the following files:

Generated for HippoDraw Class Library by doxygen