Searched refs:Rubberband (Results 1 - 10 of 10) sorted by relevance

/inkscape/src/
H A Drubberband.cpp22 Inkscape::Rubberband *Inkscape::Rubberband::_instance = NULL;
24 Inkscape::Rubberband::Rubberband(SPDesktop *dt) function in class:Inkscape::Rubberband
32 void Inkscape::Rubberband::delete_canvas_items()
47 void Inkscape::Rubberband::start(SPDesktop *d, Geom::Point const &p)
61 void Inkscape::Rubberband::stop()
76 void Inkscape::Rubberband::move(Geom::Point const &p)
124 void Inkscape::Rubberband::setMode(int mode)
129 Geom::OptRect Inkscape::Rubberband
[all...]
H A Drubberband.h36 class Rubberband class in namespace:Inkscape
51 static Rubberband* get(SPDesktop *desktop);
55 Rubberband(SPDesktop *desktop);
56 static Rubberband* _instance;
/inkscape/src/ui/tools/
H A Dzoom-tool.cpp94 Inkscape::Rubberband::get(desktop)->start(desktop, button_dt);
132 Inkscape::Rubberband::get(desktop)->move(motion_dt);
143 Geom::OptRect const b = Inkscape::Rubberband::get(desktop)->getRectangle();
158 Inkscape::Rubberband::get(desktop)->stop();
172 if (!Inkscape::Rubberband::get(desktop)->is_started()) {
176 Inkscape::Rubberband::get(desktop)->stop();
H A Dselect-tool.cpp214 if (Inkscape::Rubberband::get(desktop)->is_started()) {
215 Inkscape::Rubberband::get(desktop)->stop();
502 Inkscape::Rubberband::get(desktop)->setMode(RUBBERBAND_MODE_TOUCHPATH);
505 Inkscape::Rubberband::get(desktop)->start(desktop, p);
572 Inkscape::Rubberband::get(desktop)->stop();
634 if (Inkscape::Rubberband::get(desktop)->is_started()) {
635 Inkscape::Rubberband::get(desktop)->move(p);
637 if (Inkscape::Rubberband::get(desktop)->getMode() == RUBBERBAND_MODE_TOUCHPATH) {
702 Inkscape::Rubberband *r = Inkscape::Rubberband
[all...]
H A Deraser-tool.cpp404 Inkscape::Rubberband::get(desktop)->start(desktop, button_dt);
405 Inkscape::Rubberband::get(desktop)->setMode(RUBBERBAND_MODE_TOUCHPATH);
453 Inkscape::Rubberband::get(desktop)->move(motion_dt);
494 if (!eraserMode && Inkscape::Rubberband::get(desktop)->is_started()) {
495 Inkscape::Rubberband::get(desktop)->stop();
582 Inkscape::Rubberband::get(desktop)->stop();
680 Inkscape::Rubberband *r = Inkscape::Rubberband::get(desktop);
686 Inkscape::Rubberband *r = Inkscape::Rubberband
[all...]
H A Dflood-tool.cpp718 * @param is_point_fill If false, use the Rubberband "touch selection" to get the initial points for the fill.
719 * @param is_touch_fill If true, use only the initial contact point in the Rubberband "touch selection" as the fill target color.
851 Inkscape::Rubberband *r = Inkscape::Rubberband::get(desktop);
1118 Inkscape::Rubberband::get(desktop)->setMode(RUBBERBAND_MODE_TOUCHPATH);
1119 Inkscape::Rubberband::get(desktop)->start(desktop, p);
1137 if (Inkscape::Rubberband::get(desktop)->is_started()) {
1138 Inkscape::Rubberband::get(desktop)->move(p);
1147 Inkscape::Rubberband *r = Inkscape::Rubberband
[all...]
H A Dgradient-tool.cpp529 Inkscape::Rubberband::get(desktop)->start(desktop, button_dt);
567 if (Inkscape::Rubberband::get(desktop)->is_started()) {
568 Inkscape::Rubberband::get(desktop)->move(motion_dt);
640 Inkscape::Rubberband *r = Inkscape::Rubberband::get(desktop);
675 Inkscape::Rubberband::get(desktop)->stop();
H A Dmesh-tool.cpp516 Inkscape::Rubberband::get(desktop)->start(desktop, button_dt);
559 if (Inkscape::Rubberband::get(desktop)->is_started()) {
560 Inkscape::Rubberband::get(desktop)->move(motion_dt);
655 Inkscape::Rubberband *r = Inkscape::Rubberband::get(desktop);
692 Inkscape::Rubberband::get(desktop)->stop();
H A Dtool-base.cpp512 if (Inkscape::Rubberband::get(desktop)->is_started()) {
513 Inkscape::Rubberband::get(desktop)->move(motion_dt);
515 Inkscape::Rubberband::get(desktop)->start(desktop, motion_dt);
571 Geom::OptRect const b = Inkscape::Rubberband::get(desktop)->getRectangle();
572 Inkscape::Rubberband::get(desktop)->stop();
H A Dtext-tool.cpp111 Inkscape::Rubberband::get(this->desktop)->stop();
537 Inkscape::Rubberband::get(desktop)->start(desktop, this->p0);
578 Inkscape::Rubberband::get(desktop)->move(p);
617 Inkscape::Rubberband::get(desktop)->stop();
1109 Inkscape::Rubberband::get(desktop)->stop();
1231 Inkscape::Rubberband::get(desktop)->stop();

Completed in 1548 milliseconds