Searched refs:SPFlowline (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/
H A Dsp-flowdiv.h19 #define SP_FLOWLINE(obj) (dynamic_cast<SPFlowline*>((SPObject*)obj))
20 #define SP_IS_FLOWLINE(obj) (dynamic_cast<const SPFlowline*>((SPObject*)obj) != NULL)
72 class SPFlowline : public SPObject { class in inherits:SPObject
74 SPFlowline();
75 virtual ~SPFlowline();
H A Dsp-flowdiv.cpp425 SPFlowline::SPFlowline() : SPObject() { function in class:SPFlowline
428 SPFlowline::~SPFlowline() {
431 void SPFlowline::release() {
435 void SPFlowline::modified(unsigned int flags) {
445 Inkscape::XML::Node *SPFlowline::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) {
H A Dsp-factory.cpp139 ret = new SPFlowline;
H A Dsp-flowtext.cpp408 if (dynamic_cast<SPFlowdiv *>(root) || dynamic_cast<SPFlowpara *>(root) || dynamic_cast<SPFlowregionbreak *>(root) || dynamic_cast<SPFlowline *>(root)) {
H A Ddesktop-style.cpp533 || dynamic_cast<SPFlowtspan *>(parent) || dynamic_cast<SPFlowline*>(parent));

Completed in 428 milliseconds