Searched refs:tools_isactive (Results 1 - 15 of 15) sorted by relevance
/inkscape/src/ui/ |
H A D | tools-switch.h | 56 int tools_isactive(SPDesktop *dt, unsigned num);
|
H A D | tools-switch.cpp | 141 tools_isactive(SPDesktop *dt, unsigned num) function
|
H A D | clipboard.cpp | 239 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 D | lpe-toolbar.cpp | 154 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 D | pencil-toolbar.cpp | 69 return ( tools_isactive(desktop, TOOLS_FREEHAND_PEN)
|
/inkscape/src/display/ |
H A D | snap-indicator.cpp | 294 if (tools_isactive(_desktop, TOOLS_MEASURE)) {
|
/inkscape/src/ |
H A D | knot.cpp | 268 if (tools_isactive(knot->desktop, TOOLS_NODES)) { 304 if (tools_isactive(knot->desktop, TOOLS_NODES)) {
|
H A D | selection-chemistry.cpp | 152 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 D | verbs.cpp | 1510 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 D | tool-base.cpp | 294 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 D | path.cpp | 213 if (!tools_isactive(dt, TOOLS_NODES)) {
|
/inkscape/src/live_effects/ |
H A D | effect.cpp | 486 if (!tools_isactive(desktop, TOOLS_FREEHAND_PEN)) {
|
H A D | lpe-fillet-chamfer.cpp | 286 if (tools_isactive(desktop, TOOLS_NODES)) {
|
/inkscape/src/ui/tool/ |
H A D | node.cpp | 334 if (tools_isactive(_desktop, TOOLS_NODES)) { 1207 if (tools_isactive(_desktop, TOOLS_NODES)) {
|
/inkscape/src/ui/dialog/ |
H A D | spellcheck.cpp | 646 if (tools_isactive(desktop, TOOLS_TEXT)) {
|
Completed in 230 milliseconds