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

/inkscape/src/
H A Dsp-flowregion.h12 #define SP_FLOWREGIONEXCLUDE(obj) (dynamic_cast<SPFlowregionExclude*>((SPObject*)obj))
13 #define SP_IS_FLOWREGIONEXCLUDE(obj) (dynamic_cast<const SPFlowregionExclude*>((SPObject*)obj) != NULL)
37 class SPFlowregionExclude : public SPItem { class in inherits:SPItem
39 SPFlowregionExclude();
40 virtual ~SPFlowregionExclude();
H A Dsp-flowregion.cpp184 SPFlowregionExclude::SPFlowregionExclude() : SPItem() { function in class:SPFlowregionExclude
188 SPFlowregionExclude::~SPFlowregionExclude() {
195 void SPFlowregionExclude::child_added(Inkscape::XML::Node *child, Inkscape::XML::Node *ref) {
203 void SPFlowregionExclude::remove_child(Inkscape::XML::Node * child) {
210 void SPFlowregionExclude::update(SPCtx *ctx, unsigned int flags) {
255 void SPFlowregionExclude::UpdateComputed(void)
267 void SPFlowregionExclude::modified(guint flags) {
296 Inkscape::XML::Node *SPFlowregionExclude
[all...]

Completed in 27 milliseconds