ksquares
themegraphicsitems.h
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 #ifndef THEMEGRAPHICSITEMS_H 00011 #define THEMEGRAPHICSITEMS_H 00012 00013 00014 #include <QGraphicsRectItem> 00015 00022 class KSquaresSquareItem : public QGraphicsRectItem 00023 { 00024 public: 00025 KSquaresSquareItem(QGraphicsItem* parent=0); 00026 ~KSquaresSquareItem(); 00027 00028 void paint(QPainter* painter, const QStyleOptionGraphicsItem* option, QWidget* widget=0); 00029 }; 00030 00031 #endif // THEMEGRAPHICSITEMS_H
KDE 4.2 API Reference