Eneboo - Documentación para desarrolladores
src/qt/src/kernel/qgif.h
Ir a la documentación de este archivo.
00001 /****************************************************************************
00002 ** $Id: qt/qgif.h   3.3.8   edited Jan 11 14:38 $
00003 **
00004 ** To enable built-in reading of GIF images in Qt, change the definition
00005 ** below to "#define QT_BUILTIN_GIF_READER 1".
00006 **
00007 ** To disable built-in reading of GIF images in Qt, change the definition
00008 ** below to "#define QT_BUILTIN_GIF_READER 0".
00009 **
00010 ** WARNING:
00011 **      A separate license from Unisys may be required to use the gif
00012 **      reader. See http://www.unisys.com/about__unisys/lzw/
00013 **      for information from Unisys
00014 **
00015 ** Copyright (C) 1992-2007 Trolltech ASA.  All rights reserved.
00016 **
00017 ** This file is part of the kernel module of the Qt GUI Toolkit.
00018 **
00019 ** This file may be distributed under the terms of the Q Public License
00020 ** as defined by Trolltech ASA of Norway and appearing in the file
00021 ** LICENSE.QPL included in the packaging of this file.
00022 **
00023 ** This file may be distributed and/or modified under the terms of the
00024 ** GNU General Public License version 2 as published by the Free Software
00025 ** Foundation and appearing in the file LICENSE.GPL included in the
00026 ** packaging of this file.
00027 **
00028 ** Licensees holding valid Qt Enterprise Edition or Qt Professional Edition
00029 ** licenses may use this file in accordance with the Qt Commercial License
00030 ** Agreement provided with the Software.
00031 **
00032 ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
00033 ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
00034 **
00035 ** See http://www.trolltech.com/pricing.html or email sales@trolltech.com for
00036 **   information about Qt Commercial License Agreements.
00037 ** See http://www.trolltech.com/qpl/ for QPL licensing information.
00038 ** See http://www.trolltech.com/gpl/ for GPL licensing information.
00039 **
00040 ** Contact info@trolltech.com if any conditions of this licensing are
00041 ** not clear to you.
00042 **
00043 **********************************************************************/
00044 
00045 #ifndef QGIF_H
00046 #define QGIF_H
00047 
00048 #ifndef QT_H
00049 #include "qglobal.h"
00050 #endif // QT_H
00051 
00052 #ifndef QT_BUILTIN_GIF_READER
00053 #define QT_BUILTIN_GIF_READER 0
00054 #endif
00055 
00056 bool qt_builtin_gif_reader();
00057 
00058 #endif // QGIF_H
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'