• Skip to content
  • Skip to link menu
KDE 4.2 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

ksquares

themegraphicsitems.cpp

Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright (C) 2006 by Matthew Williams    <matt@milliams.com>         *
00003  *                                                                         *
00004  *   This program is free software; you can redistribute it and/or modify  *
00005  *   it under the terms of the GNU General Public License as published by  *
00006  *   the Free Software Foundation; either version 2 of the License, or     *
00007  *   (at your option) any later version.                                   *
00008  ***************************************************************************/
00009 
00010 #include "themegraphicsitems.h"
00011 
00012 #include "settings.h"
00013 
00014 KSquaresSquareItem::KSquaresSquareItem(QGraphicsItem* parent) : QGraphicsRectItem(parent)
00015 {
00016 }
00017 
00018 KSquaresSquareItem::~KSquaresSquareItem(){}
00019 
00020 void KSquaresSquareItem::paint(QPainter* painter, const QStyleOptionGraphicsItem* option, QWidget* widget)
00021 {
00022     QGraphicsRectItem::paint(painter, option, widget);
00023 }
00024 
00025 #include "themegraphicsitems.moc"

ksquares

Skip menu "ksquares"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

API Reference

Skip menu "API Reference"
  • kblackbox
  • kgoldrunner
  • kmahjongg
  • ksquares
  • libkdegames
  •   highscore
  •   kgame
  •   kggzgames
  •   kggzmod
  •   kggznet
  • libkmahjongg
Generated for API Reference by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal