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