00001 /*************************************************************************** 00002 rendertxt.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 #ifndef RENDERTXT_H 00018 #define RENDERTXT_H 00019 00020 #include "renderitems.h" 00021 00027 class RenderTxt : public RenderItems 00028 { 00029 public: 00038 RenderTxt(QObject *parent, QCanvas *canvas, pXmlNode *contentroot, pXmlNode *styleroot, QList<pImage> *i); 00044 void render(pXmlNode *node, bool clearlinecount = true ); 00045 }; 00046 00047 #endif