SciDAVis
1.D4
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
scidavis
src
customevents.h
Go to the documentation of this file.
1
/***************************************************************************
2
File : customevents.h
3
Project : SciDAVis
4
--------------------------------------------------------------------
5
Copyright : (C) 2006 by Ion Vasilief,
6
Tilman Benkert,
7
Knut Franke
8
Email (use @ for *) : ion_vasilief*yahoo.fr, thzs*gmx.net,
9
knut.franke*gmx.de
10
Description : registry of custom event types
11
12
Please use only event types defined here in order to avoid clashes.
13
The lowest event ID not used by Qt is QEvent::User. See documentation
14
of QEvent for details.
15
16
***************************************************************************/
17
18
/***************************************************************************
19
* *
20
* This program is free software; you can redistribute it and/or modify *
21
* it under the terms of the GNU General Public License as published by *
22
* the Free Software Foundation; either version 2 of the License, or *
23
* (at your option) any later version. *
24
* *
25
* This program is distributed in the hope that it will be useful, *
26
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
27
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
28
* GNU General Public License for more details. *
29
* *
30
* You should have received a copy of the GNU General Public License *
31
* along with this program; if not, write to the Free Software *
32
* Foundation, Inc., 51 Franklin Street, Fifth Floor, *
33
* Boston, MA 02110-1301 USA *
34
* *
35
***************************************************************************/
36
37
#ifndef CUSTOM_EVENTS_H
38
#define CUSTOM_EVENTS_H
39
40
#define SCRIPTING_CHANGE_EVENT QEvent::User
41
42
#endif
43
Generated by
1.8.1