Searched refs:isNonEmpty (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/ui/tools/
H A Dmesh-tool.cpp108 if (!drag->isNonEmpty() || selection->isEmpty()) {
720 if (MOD__CTRL_ONLY(event) && drag->isNonEmpty()) {
854 if (MOD__ALT(event) && drag->isNonEmpty() && drag->hasSelection()) {
862 if (MOD__ALT(event) && drag->isNonEmpty() && drag->hasSelection()) {
870 if (MOD__ALT(event) && drag->isNonEmpty() && drag->hasSelection()) {
878 if (MOD__ALT(event) && drag->isNonEmpty() && drag->hasSelection()) {
886 if (MOD__ALT(event) && drag->isNonEmpty() && drag->hasSelection()) {
H A Dgradient-tool.cpp111 if (!drag->isNonEmpty() || selection->isEmpty())
705 if (MOD__CTRL_ONLY(event) && drag->isNonEmpty()) {
713 if (MOD__CTRL_ONLY(event) && drag->isNonEmpty() && drag->hasSelection()) {
/inkscape/src/
H A Dgradient-drag.h138 bool isNonEmpty() {return !draggers.empty();} function in class:GrDrag
H A Dselection-chemistry.cpp252 && ec->_grdrag->isNonEmpty()) {
266 && ec->_grdrag->isNonEmpty()) {

Completed in 236 milliseconds