• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdegames API Reference
  • KDE Home
  • Contact Us
 

libkdegames

  • sources
  • kde-4.14
  • kdegames
  • libkdegames
kgamerenderedobjectitem.h
Go to the documentation of this file.
1 /***************************************************************************
2  * Copyright 2010 Stefan Majewsky <majewsky@gmx.net> *
3  * *
4  * This program is free software; you can redistribute it and/or modify *
5  * it under the terms of the GNU Library General Public License *
6  * version 2 as published by the Free Software Foundation *
7  * *
8  * This program is distributed in the hope that it will be useful, *
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
11  * GNU Library General Public License for more details. *
12  * *
13  * You should have received a copy of the GNU Library General Public *
14  * License along with this program; if not, write to the *
15  * Free Software Foundation, Inc., *
16  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
17  ***************************************************************************/
18 
19 #ifndef KGAMERENDEREDOBJECTITEM_H
20 #define KGAMERENDEREDOBJECTITEM_H
21 
22 #include <QtCore/QObject>
23 #include <QtGui/QGraphicsItem>
24 class QGraphicsView;
25 
26 #include <kgamerendererclient.h>
27 #include <libkdegames_export.h>
28 
29 class KGameRenderedObjectItemPrivate;
30 
60 class KDEGAMES_EXPORT KGameRenderedObjectItem : public QGraphicsObject, public KGameRendererClient
61 {
62  Q_OBJECT
63  Q_PROPERTY(int frame READ frame WRITE setFrame)
64  public:
67  KGameRenderedObjectItem(KGameRenderer* renderer, const QString& spriteKey, QGraphicsItem* parent = 0);
68  virtual ~KGameRenderedObjectItem();
69 
72  QPointF offset() const;
75  void setOffset(const QPointF& offset);
77  void setOffset(qreal x, qreal y);
80  QSizeF fixedSize() const;
83  void setFixedSize(const QSizeF& size);
84 
88  QGraphicsView* primaryView() const;
96  void setPrimaryView(QGraphicsView* view);
97 
98  //QGraphicsItem reimplementations (see comment in source file for why we need all of this)
99  virtual QRectF boundingRect() const;
100  virtual bool contains(const QPointF& point) const;
101  virtual bool isObscuredBy(const QGraphicsItem* item) const;
102  virtual QPainterPath opaqueArea() const;
103  virtual void paint(QPainter* painter, const QStyleOptionGraphicsItem* option, QWidget* widget = 0);
104  virtual QPainterPath shape() const;
105  protected:
106  virtual void receivePixmap(const QPixmap& pixmap);
107  private:
108  friend class KGameRenderedObjectItemPrivate;
109  KGameRenderedObjectItemPrivate* const d;
110 };
111 
112 #endif // KGAMERENDEREDOBJECTITEM_H
QWidget
QGraphicsItem::paint
virtual void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)=0
libkdegames_export.h
KGameRenderedObjectItem
A QGraphicsObject which displays pixmaps from a KGameRenderer.
Definition: kgamerenderedobjectitem.h:60
QGraphicsItem::opaqueArea
virtual QPainterPath opaqueArea() const
QGraphicsItem
QPointF
kgamerendererclient.h
KDEGAMES_EXPORT
#define KDEGAMES_EXPORT
Definition: libkdegames_export.h:32
KGameRendererClient::receivePixmap
virtual void receivePixmap(const QPixmap &pixmap)=0
This method is called when the KGameRenderer has provided a new pixmap for this client (esp...
KGameRenderer
Cache-enabled rendering of SVG themes.
Definition: kgamerenderer.h:94
QPainter
QString
QGraphicsObject
QPixmap
KGameRendererClient
An object that receives pixmaps from a KGameRenderer.
Definition: kgamerendererclient.h:50
QPainterPath
QGraphicsItem::isObscuredBy
virtual bool isObscuredBy(const QGraphicsItem *item) const
QSizeF
QGraphicsItem::boundingRect
virtual QRectF boundingRect() const =0
QRectF
QGraphicsItem::shape
virtual QPainterPath shape() const
QStyleOptionGraphicsItem
QGraphicsItem::contains
virtual bool contains(const QPointF &point) const
QGraphicsView
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

libkdegames

Skip menu "libkdegames"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdegames API Reference

Skip menu "kdegames API Reference"
  • granatier
  • kapman
  • kblackbox
  • kgoldrunner
  • kigo
  • kmahjongg
  • KShisen
  • ksquares
  • libkdegames
  •   highscore
  •   libkdegamesprivate
  •     kgame
  • libkmahjongg
  • palapeli
  •   libpala

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal