Searched refs:virgin (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/widgets/
H A Dsp-color-selector.cpp148 virgin(true)
198 g_message("---- ColorSelector::setColorAlpha virgin:%s !close:%s alpha is:%s in %s",
199 (virgin?"YES":"no"),
206 if ( virgin || !color.isClose( _color, _epsilon ) ||
209 virgin = false;
H A Dsp-color-selector.h54 bool virgin; // if true, no color is set yet member in class:ColorSelector
/inkscape/src/
H A Ddocument-undo.cpp181 doc->virgin = FALSE;
H A Ddocument.h93 unsigned int virgin : 1; ///< Has the document never been touched?
H A Dfile.cpp304 if (existing && existing->virgin && replace_empty) {
316 doc->virgin = FALSE;
385 doc->virgin = TRUE;
H A Ddocument.cpp94 virgin(TRUE),

Completed in 48 milliseconds