Searched refs:setActive (Results 1 - 13 of 13) sorted by relevance

/inkscape/cxxtest/cxxtest/
H A DLinkedList.h38 void setActive( bool value = true );
H A DLinkedList.cpp72 l->setActive( true );
79 l->setActive( false );
98 void Link::setActive( bool value ) function in class:CxxTest::Link
/inkscape/src/live_effects/parameter/
H A Dbool.cpp66 checkwdg->setActive(value);
H A Dtogglebutton.cpp110 checkwdg->setActive(value);
/inkscape/src/ui/
H A Dcontrol-manager.h69 void setActive(SPCanvasItem *item, bool active);
H A Dcontrol-manager.cpp451 void ControlManager::setActive(SPCanvasItem *item, bool active) function in class:Inkscape::ControlManager
/inkscape/src/ui/widget/
H A Dregistered-widget.h146 void setActive (bool);
157 bool setProgrammatically; // true if the value was set by setActive, not changed by the user;
171 void setActive (bool);
182 bool setProgrammatically; // true if the value was set by setActive, not changed by the user;
H A Dregistered-widget.cpp75 RegisteredCheckButton::setActive (bool b) function in class:Inkscape::UI::Widget::RegisteredCheckButton
129 RegisteredToggleButton::setActive (bool b) function in class:Inkscape::UI::Widget::RegisteredToggleButton
/inkscape/src/ui/dialog/
H A Ddocument-properties.cpp1454 _rcb_checkerboard.setActive (nv->pagecheckerboard);
1456 _rcb_canb.setActive (nv->showborder);
1457 _rcb_bord.setActive (nv->borderlayer == SP_BORDER_LAYER_TOP);
1459 _rcb_shad.setActive (nv->showpageshadow);
1463 _rcb_antialias.setActive(root->style->shape_rendering.computed != SP_CSS_SHAPE_RENDERING_CRISPEDGES);
1491 _rcb_sgui.setActive (nv->showguides);
1500 _rcb_snclp.setActive (nv->snap_manager.snapprefs.isSnapButtonEnabled(Inkscape::SNAPTARGET_PATH_CLIP));
1501 _rcb_snmsk.setActive (nv->snap_manager.snapprefs.isSnapButtonEnabled(Inkscape::SNAPTARGET_PATH_MASK));
1502 _rcb_perp.setActive (nv->snap_manager.snapprefs.getSnapPerp());
1503 _rcb_tang.setActive (n
[all...]
/inkscape/src/display/
H A Dcanvas-grid.cpp340 _rcb_visible->setActive(visible);
342 _rcb_enabled->setActive(snapper->getEnabled());
343 _rcb_snap_visible_only->setActive(snapper->getSnapVisibleOnly());
780 _rcb_dotted->setActive(render_dotted);
804 _rcb_visible.setActive(visible);
806 _rcb_enabled.setActive(snapper->getEnabled());
829 _rcb_dotted.setActive(render_dotted);
/inkscape/src/widgets/
H A Dselect-toolbar.cpp123 gboolean setActive = (selection && !selection->isEmpty()); local
128 if ( setActive != gtk_action_is_sensitive(*iter) ) {
129 gtk_action_set_sensitive( *iter, setActive );
H A Dtoolbox.cpp1383 bool setActive = tname && !strcmp(tname, tools[i].type_name); local
1386 verbAct->set_active(setActive);
/inkscape/src/ui/tool/
H A Dnode.cpp1141 mgr.setActive(_canvas_item, false);
1145 mgr.setActive(_canvas_item, false);
1149 mgr.setActive(_canvas_item, true);

Completed in 1145 milliseconds