Searched refs:tools_isactive (Results 1 - 15 of 15) sorted by relevance

/inkscape/src/ui/
H A Dtools-switch.h56 int tools_isactive(SPDesktop *dt, unsigned num);
H A Dtools-switch.cpp141 tools_isactive(SPDesktop *dt, unsigned num) function
H A Dclipboard.cpp239 if (tools_isactive(desktop, TOOLS_DROPPER)) {
248 if (tools_isactive(desktop, TOOLS_TEXT)) {
1000 if (tools_isactive(desktop, TOOLS_TEXT)) {
/inkscape/src/widgets/
H A Dlpe-toolbar.cpp154 if (tools_isactive(desktop, TOOLS_LPETOOL)) {
163 if (!tools_isactive(desktop, TOOLS_LPETOOL)) {
169 if (tools_isactive(desktop, TOOLS_LPETOOL)) {
272 if (tools_isactive(desktop, TOOLS_LPETOOL)) {
H A Dpencil-toolbar.cpp69 return ( tools_isactive(desktop, TOOLS_FREEHAND_PEN)
/inkscape/src/display/
H A Dsnap-indicator.cpp294 if (tools_isactive(_desktop, TOOLS_MEASURE)) {
/inkscape/src/
H A Dknot.cpp268 if (tools_isactive(knot->desktop, TOOLS_NODES)) {
304 if (tools_isactive(knot->desktop, TOOLS_NODES)) {
H A Dselection-chemistry.cpp152 if (tools_isactive(dt, TOOLS_NODES)) {
164 if (tools_isactive(dt, TOOLS_NODES)) {
175 if (tools_isactive(dt, TOOLS_NODES)) {
216 if (tools_isactive(dt, TOOLS_NODES)) {
226 if (tools_isactive(dt, TOOLS_NODES)) {
237 if (tools_isactive(dt, TOOLS_NODES)) {
248 if (tools_isactive(dt, TOOLS_NODES)) {
251 } else if (tools_isactive(dt, TOOLS_GRADIENT)
262 if (tools_isactive(dt, TOOLS_NODES)) {
265 } else if (tools_isactive(d
[all...]
H A Dverbs.cpp1510 if (tools_isactive(dt, TOOLS_SELECT) && sel->center() && SP_SELECT_CONTEXT(ec)->_seltrans->centerIsVisible())
1863 if (tools_isactive(dt, TOOLS_FREEHAND_PENCIL) || tools_isactive(dt, TOOLS_FREEHAND_PEN)) {
1880 if (tools_isactive(dt, TOOLS_FREEHAND_PENCIL) || tools_isactive(dt, TOOLS_FREEHAND_PEN)) {
/inkscape/src/ui/tools/
H A Dtool-base.cpp294 if (tools_isactive(dt, TOOLS_SELECT)) {
316 if (tools_isactive(dt, TOOLS_DROPPER)) {
1255 bool const c3 = tools_isactive(ec->desktop, TOOLS_CALLIGRAPHIC);
/inkscape/src/live_effects/parameter/
H A Dpath.cpp213 if (!tools_isactive(dt, TOOLS_NODES)) {
/inkscape/src/live_effects/
H A Deffect.cpp486 if (!tools_isactive(desktop, TOOLS_FREEHAND_PEN)) {
H A Dlpe-fillet-chamfer.cpp286 if (tools_isactive(desktop, TOOLS_NODES)) {
/inkscape/src/ui/tool/
H A Dnode.cpp334 if (tools_isactive(_desktop, TOOLS_NODES)) {
1207 if (tools_isactive(_desktop, TOOLS_NODES)) {
/inkscape/src/ui/dialog/
H A Dspellcheck.cpp646 if (tools_isactive(desktop, TOOLS_TEXT)) {

Completed in 230 milliseconds