sp-flowdiv.h revision aded4b44e9194df7c9905c5787d1c7a9553d12cd
#ifndef __SP_ITEM_FLOWDIV_H__
#define __SP_ITEM_FLOWDIV_H__
/*
*/
#include "sp-object.h"
#include "sp-item.h"
// these 3 are derivatives of SPItem to get the automatic style handling
SPFlowdiv();
virtual Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags);
};
SPFlowtspan();
virtual ~SPFlowtspan();
virtual Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags);
};
SPFlowpara();
virtual ~SPFlowpara();
virtual Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags);
};
// these do not need any style
SPFlowline();
virtual ~SPFlowline();
virtual Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags);
};
virtual Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags);
};
#endif