Searched refs:isReady (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/live_effects/
H A Deffect.h78 * isReady() indicates whether all preparations which are necessary to apply the LPE are done,
82 inline bool isReady() const { return is_ready; } function in class:Inkscape::LivePathEffect::Effect
/inkscape/src/
H A Dsp-lpe-item.cpp240 if (lpe->acceptsNumClicks() > 0 && !lpe->isReady()) {

Completed in 15 milliseconds