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