summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qgraphicssystem_mac_p.h
blob: d65c2c9fc59c69b715d2e3195e03df601fff2052 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
/****************************************************************************
**
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the QtGui module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** No Commercial Usage
** This file contains pre-release code and may not be distributed.
** You may use this file in accordance with the terms and conditions
** contained in the Technology Preview License Agreement accompanying
** this package.
**
** GNU Lesser General Public License Usage
** Alternatively, this file may be used under the terms of the GNU Lesser
** General Public License version 2.1 as published by the Free Software
** Foundation and appearing in the file LICENSE.LGPL included in the
** packaging of this file.  Please review the following information to
** ensure the GNU Lesser General Public License version 2.1 requirements
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** In addition, as a special exception, Nokia gives you certain additional
** rights.  These rights are described in the Nokia Qt LGPL Exception
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
**
** If you have questions regarding the use of this file, please contact
** Nokia at qt-info@nokia.com.
**
**
**
**
**
**
**
**
** $QT_END_LICENSE$
**
****************************************************************************/

#ifndef QGRAPHICSSYSTEM_MAC_P_H
#define QGRAPHICSSYSTEM_MAC_P_H

//
//  W A R N I N G
//  -------------
//
// This file is not part of the Qt API.  It exists for the convenience
// of other Qt classes.  This header file may change from version to
// version without notice, or even be removed.
//
// We mean it.
//

#include "private/qgraphicssystem_p.h"

QT_BEGIN_NAMESPACE

class Q_GUI_EXPORT QCoreGraphicsSystem : public QGraphicsSystem
{
public:
    QPixmapData *createPixmapData(QPixmapData::PixelType type) const;
    QWindowSurface *createWindowSurface(QWidget *widget) const;
};

QT_END_NAMESPACE

#endif
thon.git/commit/?h=v3.8.14&id=d09ed68aeb015d97dfa03b9e3489a9c190f3a760'>Note that it is illegal to delete a cell variable.Jeremy Hylton2002-04-011-2/+6 * Given lambda its own section, instead of burying it in boolean operators.Jeremy Hylton2002-04-011-30/+7 * Update / simplify Identifiers section for nested scopes.Jeremy Hylton2002-04-011-18/+2 * Update docs for nested scopes.Jeremy Hylton2002-04-012-257/+134 * Update to push the docs to python.org instead of python.sf.net.Fred Drake2002-04-012-9/+12 * Fixed errors in two comments.Tim Peters2002-04-011-3/+4 * Copy section on generators from the 2.2 document with a bit of rewritingAndrew M. Kuchling2002-04-011-1/+153 * Restructured my pool-management overview in terms of the threeTim Peters2002-04-011-21/+61 * Mention 2.2.1 in intro and in bug/patch countsAndrew M. Kuchling2002-04-011-8/+11 * Format strings (tuples,) appropriatelyNeal Norwitz2002-04-012-3/+3 * Use attributes appropriatelyNeal Norwitz2002-04-012-2/+2 * There is no TestError, use TestFailed appropriatelyNeal Norwitz2002-04-013-10/+10 * Update documentation of code objects.Jeremy Hylton2002-04-011-10/+15 * Minor adjustments.Fred Drake2002-04-011-1/+2 * Small fixes for description of function attributes.Jeremy Hylton2002-04-011-5/+3 * Reindent. Break long lines. Move comments before the statements.Martin v. Löwis2002-04-011-3482/+3641 * Use the PyModule_Add*() APIs instead of manipulating the module dictFred Drake2002-04-015-283/+280 * Remove all but one use of the module dict.Fred Drake2002-04-011-44/+38 * Remove unused variable and call to PyModule_GetDict().Fred Drake2002-04-011-2/+1 * Switch to using METH_NOARGS where possible.Fred Drake2002-04-011-38/+18 * Remove UNLESS.Martin v. Löwis2002-04-011-152/+152 * New PYMALLOC_DEBUG function void _PyMalloc_DebugDumpStats(void).Tim Peters2002-04-012-1/+98 * We expect to skip the new test_mpz on Windows.Tim Peters2002-04-011-1/+5 * Use the PyModule_*() API instead of manipulating the module dictionaryFred Drake2002-04-012-11/+11 * Get rid of another use of PyArg_Parse()Neal Norwitz2002-04-01