Lines Matching refs:TweakTool
98 const std::string& TweakTool::getPrefsPath() {
99 return TweakTool::prefsPath;
102 const std::string TweakTool::prefsPath = "/tools/tweak";
104 TweakTool::TweakTool()
125 TweakTool::~TweakTool() {
151 void TweakTool::update_cursor (bool with_shift) {
245 bool TweakTool::set_style(const SPCSSAttr* css) {
257 void TweakTool::setup() {
287 sigc::mem_fun(this, &TweakTool::set_style)
299 void TweakTool::set(const Inkscape::Preferences::Entry& val) {
325 sp_tweak_extinput(TweakTool *tc, GdkEvent *event)
335 get_dilate_radius (TweakTool *tc)
342 get_path_force (TweakTool *tc)
353 get_move_force (TweakTool *tc)
1021 sp_tweak_dilate (TweakTool *tc, Geom::Point event_p, Geom::Point p, Geom::Point vector, bool reverse)
1109 sp_tweak_update_area (TweakTool *tc)
1118 sp_tweak_switch_mode (TweakTool *tc, gint mode, bool with_shift)
1127 sp_tweak_switch_mode_temporarily (TweakTool *tc, gint mode, bool with_shift)
1140 bool TweakTool::root_handler(GdkEvent* event) {