Searched defs:SPFlowregionbreak (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsp-flowdiv.h22 #define SP_FLOWREGIONBREAK(obj) (dynamic_cast<SPFlowregionbreak*>((SPObject*)obj))
23 #define SP_IS_FLOWREGIONBREAK(obj) (dynamic_cast<const SPFlowregionbreak*>((SPObject*)obj) != NULL)
84 class SPFlowregionbreak : public SPObject { class in inherits:SPObject
86 SPFlowregionbreak();
87 virtual ~SPFlowregionbreak();
H A Dsp-flowdiv.cpp462 SPFlowregionbreak::SPFlowregionbreak() : SPObject() { function in class:SPFlowregionbreak
465 SPFlowregionbreak::~SPFlowregionbreak() {
468 void SPFlowregionbreak::release() {
472 void SPFlowregionbreak::modified(unsigned int flags) {
482 Inkscape::XML::Node *SPFlowregionbreak::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) {

Completed in 48 milliseconds