00001 /*************************************************************************** 00002 File : customevents.h 00003 Project : QtiPlot 00004 -------------------------------------------------------------------- 00005 Copyright : (C) 2006 by Ion Vasilief, 00006 Tilman Hoener zu Siederdissen, 00007 Knut Franke 00008 Email (use @ for *) : ion_vasilief*yahoo.fr, thzs*gmx.net, 00009 knut.franke*gmx.de 00010 Description : registry of custom event types 00011 00012 Please use only event types defined here in order to avoid clashes. 00013 The lowest event ID not used by Qt is QEvent::User. See documentation 00014 of QEvent for details. 00015 00016 ***************************************************************************/ 00017 00018 /*************************************************************************** 00019 * * 00020 * This program is free software; you can redistribute it and/or modify * 00021 * it under the terms of the GNU General Public License as published by * 00022 * the Free Software Foundation; either version 2 of the License, or * 00023 * (at your option) any later version. * 00024 * * 00025 * This program is distributed in the hope that it will be useful, * 00026 * but WITHOUT ANY WARRANTY; without even the implied warranty of * 00027 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 00028 * GNU General Public License for more details. * 00029 * * 00030 * You should have received a copy of the GNU General Public License * 00031 * along with this program; if not, write to the Free Software * 00032 * Foundation, Inc., 51 Franklin Street, Fifth Floor, * 00033 * Boston, MA 02110-1301 USA * 00034 * * 00035 ***************************************************************************/ 00036 00037 #ifndef CUSTOM_EVENTS_H 00038 #define CUSTOM_EVENTS_H 00039 00040 #define SCRIPTING_CHANGE_EVENT QEvent::User 00041 00042 #endif 00043