Home
last modified time | relevance | path

Searched refs:created_point_at_last_mouse_press (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/tools/
H A Ddraw_path_tool.h175 bool created_point_at_last_mouse_press = false; ///< Used for finishing on double click. variable
H A Ddraw_path_tool.cpp129 created_point_at_last_mouse_press = false; in mousePressEvent()
246 created_point_at_last_mouse_press = true; in mousePressEvent()
256 created_point_at_last_mouse_press = true; in mousePressEvent()
421 if (created_point_at_last_mouse_press) in mouseDoubleClickEvent()