Eneboo - Documentación para desarrolladores
|
00001 /**************************************************************************** 00002 ** $Id: qt/qstyleinterface_p.h 3.3.8 edited Jan 11 14:46 $ 00003 ** 00004 ** ... 00005 ** 00006 ** Copyright (C) 2000-2007 Trolltech ASA. All rights reserved. 00007 ** 00008 ** This file is part of the widgets module of the Qt GUI Toolkit. 00009 ** 00010 ** This file may be distributed under the terms of the Q Public License 00011 ** as defined by Trolltech ASA of Norway and appearing in the file 00012 ** LICENSE.QPL included in the packaging of this file. 00013 ** 00014 ** This file may be distributed and/or modified under the terms of the 00015 ** GNU General Public License version 2 as published by the Free Software 00016 ** Foundation and appearing in the file LICENSE.GPL included in the 00017 ** packaging of this file. 00018 ** 00019 ** Licensees holding valid Qt Enterprise Edition or Qt Professional Edition 00020 ** licenses may use this file in accordance with the Qt Commercial License 00021 ** Agreement provided with the Software. 00022 ** 00023 ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 00024 ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 00025 ** 00026 ** See http://www.trolltech.com/pricing.html or email sales@trolltech.com for 00027 ** information about Qt Commercial License Agreements. 00028 ** See http://www.trolltech.com/qpl/ for QPL licensing information. 00029 ** See http://www.trolltech.com/gpl/ for GPL licensing information. 00030 ** 00031 ** Contact info@trolltech.com if any conditions of this licensing are 00032 ** not clear to you. 00033 ** 00034 **********************************************************************/ 00035 00036 #ifndef QSTYLEINTERFACE_P_H 00037 #define QSTYLEINTERFACE_P_H 00038 00039 // 00040 // W A R N I N G 00041 // ------------- 00042 // 00043 // This file is not part of the Qt API. This header file may 00044 // change from version to version without notice, or even be 00045 // removed. 00046 // 00047 // We mean it. 00048 // 00049 // 00050 00051 #ifndef QT_H 00052 #include <private/qcom_p.h> 00053 #endif // QT_H 00054 00055 #ifndef QT_NO_STYLE 00056 #ifndef QT_NO_COMPONENT 00057 00058 class QStyle; 00059 00060 // {FC1B6EBE-053C-49c1-A483-C377739AB9A5} 00061 #ifndef IID_QStyleFactory 00062 #define IID_QStyleFactory QUuid(0xfc1b6ebe, 0x53c, 0x49c1, 0xa4, 0x83, 0xc3, 0x77, 0x73, 0x9a, 0xb9, 0xa5) 00063 #endif 00064 00065 struct Q_EXPORT QStyleFactoryInterface : public QFeatureListInterface 00066 { 00067 virtual QStyle* create( const QString& style ) = 0; 00068 }; 00069 00070 #endif //QT_NO_COMPONENT 00071 #endif //QT_NO_STYLE 00072 00073 #endif //QSTYLEINTERFACE_P_H