00001 /*************************************************************************** 00002 renderole.h - description 00003 ------------------- 00004 begin : Fri Sep 13 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 RENDEROLE_H 00019 #define RENDEROLE_H 00020 00021 #include <renderitems.h> 00022 00028 class RenderOLE : public RenderItems { 00029 public: 00038 RenderOLE(QObject *parent, QCanvas *canvas, pXmlNode *contentroot, pXmlNode *styleroot, QList<pImage> *i); 00045 void render(pXmlNode *node, QList<QByteArray> *objfilelist, QList<QString> *objnamelist); 00046 }; 00047 00048 #endif