00001 /*************************************************************************** 00002 renderrect.h - description 00003 ------------------- 00004 begin : Mon Sep 2 2002 00005 copyright : (C) 2002 by Ryan Rusaw 00006 email : rrusaw@sasktel.net 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00018 #ifndef RENDERRECT_H 00019 #define RENDERRECT_H 00020 00021 #include "renderitems.h" 00022 00028 class RenderRect : public RenderItems 00029 { 00030 public: 00039 RenderRect(QObject *parent, QCanvas *canvas, pXmlNode *contentroot, pXmlNode *styleroot, QList<pImage> *i); 00044 void render(pXmlNode *node); 00045 }; 00046 00047 #endif