Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
qt
FileOpenEvent.h
Go to the documentation of this file.
1
/* -*- mode: c++ -*- */
2
14
#ifndef _FileOpenEvent_H_
15
#define _FileOpenEvent_H_
16
17
#include "
libqthippo.h
"
18
19
#if QT_VERSION < 0x040000
20
#else
21
//Added by the Qt porting tool:
22
#include <QtCore/QCustomEvent>
23
#endif
24
25
26
#include <qevent.h>
27
28
namespace
hippodraw {
29
44
const
int
OpenEventType
= QEvent::User + 116;
45
46
class
MDL_QTHIPPOPLOT_API
FileOpenEvent
:
public
QCustomEvent
47
{
48
49
private
:
50
53
QString
m_file_name
;
54
57
FileOpenEvent
(
const
FileOpenEvent
& );
58
59
public
:
60
63
FileOpenEvent
(
const
QString
& filename );
64
67
virtual
~
FileOpenEvent
();
68
71
QString
file ()
const
;
72
73
};
74
75
}
// namespace hippodraw
76
77
#endif // _FileOpenEvent_H_
Generated for HippoDraw Class Library by