equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
9 * Initial Contributors: |
9 * Initial Contributors: |
10 * Nokia Corporation - initial contribution. |
10 * Nokia Corporation - initial contribution. |
11 * |
11 * |
12 * Contributors: |
12 * Contributors: |
13 * |
13 * |
14 * Description: HgWidget private class definition |
14 * Description: |
15 * |
15 * |
16 */ |
16 */ |
17 |
|
18 |
17 |
19 #ifndef HGWIDGETITEM_H |
18 #ifndef HGWIDGETITEM_H |
20 #define HGWIDGETITEM_H |
19 #define HGWIDGETITEM_H |
21 |
20 |
22 #include <QString> |
21 #include <QString> |
23 #include <QPixmap> |
22 #include <QPixmap> |
24 #include <QModelIndex> |
23 #include <QModelIndex> |
25 #include <qobject> |
24 #include <QObject> |
26 #include <hgvgimage.h> |
25 #include "hgvgimage.h" |
27 |
26 |
28 class HgQuadRenderer; |
27 class HgQuadRenderer; |
29 class HgImage; |
28 class HgImage; |
30 |
29 |
31 class HgWidgetItem |
30 class HgWidgetItem |