Home
last modified time | relevance | path

Searched refs:updateDirtyRectImpl (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/tools/
H A Drotate_pattern_tool.h63 int updateDirtyRectImpl(QRectF& rect) override;
H A Dscale_tool.h67 int updateDirtyRectImpl(QRectF& rect) override;
H A Drotate_tool.h67 int updateDirtyRectImpl(QRectF& rect) override;
H A Dcutout_tool.h84 int updateDirtyRectImpl(QRectF& rect) override;
H A Ddraw_point_gps_tool.h67 int updateDirtyRectImpl(QRectF& rect) override;
H A Ddraw_point_tool.h96 int updateDirtyRectImpl(QRectF& rect) override;
H A Dedit_line_tool.h78 int updateDirtyRectImpl(QRectF& rect) override;
H A Ddraw_text_tool.h97 int updateDirtyRectImpl(QRectF& rect) override;
H A Dedit_point_tool.h105 int updateDirtyRectImpl(QRectF& rect) override;
H A Dscale_tool.cpp182 int ScaleTool::updateDirtyRectImpl(QRectF& rect) in updateDirtyRectImpl() function in OpenOrienteering::ScaleTool
H A Dcut_tool.h106 int updateDirtyRectImpl(QRectF& rect) override;
H A Drotate_tool.cpp168 int RotateTool::updateDirtyRectImpl(QRectF& rect) in updateDirtyRectImpl() function in OpenOrienteering::RotateTool
H A Dcutout_tool.cpp127 int CutoutTool::updateDirtyRectImpl(QRectF& rect) in updateDirtyRectImpl() function in OpenOrienteering::CutoutTool
H A Drotate_pattern_tool.cpp221 int RotatePatternTool::updateDirtyRectImpl(QRectF& rect) in updateDirtyRectImpl() function in OpenOrienteering::RotatePatternTool
H A Ddraw_point_gps_tool.cpp180 int DrawPointGPSTool::updateDirtyRectImpl(QRectF& rect) in updateDirtyRectImpl() function in OpenOrienteering::DrawPointGPSTool
H A Dtool_base.cpp345 pixel_border = qMax(pixel_border, updateDirtyRectImpl(rect)); in updateDirtyRect()
453 int MapEditorToolBase::updateDirtyRectImpl(QRectF& rect) in updateDirtyRectImpl() function in OpenOrienteering::MapEditorToolBase
H A Dtool_base.h171 virtual int updateDirtyRectImpl(QRectF& rect);
H A Ddraw_point_tool.cpp301 int DrawPointTool::updateDirtyRectImpl(QRectF& rect) in updateDirtyRectImpl() function in OpenOrienteering::DrawPointTool
H A Ddraw_text_tool.cpp406 int DrawTextTool::updateDirtyRectImpl(QRectF& rect) in updateDirtyRectImpl() function in OpenOrienteering::DrawTextTool
H A Dedit_line_tool.cpp426 int EditLineTool::updateDirtyRectImpl(QRectF& rect) in updateDirtyRectImpl() function in OpenOrienteering::EditLineTool
H A Dcut_tool.cpp588 int CutTool::updateDirtyRectImpl(QRectF& rect) in updateDirtyRectImpl() function in OpenOrienteering::CutTool
H A Dedit_point_tool.cpp572 int EditPointTool::updateDirtyRectImpl(QRectF& rect) in updateDirtyRectImpl() function in OpenOrienteering::EditPointTool