comparison libgui/graphics/Canvas.h @ 20566:dcfbf4c1c3c8

eliminate trailing whitespace and tabs from sources * Canvas.cc, Canvas.h, Figure.cc, gl-render.h, graphics.cc, ov-fcn-handle.cc, ov-java.cc, Range.cc, CmplxCHOL.cc, dbleCHOL.cc, floatCHOL.cc: Eliminate trailing whitespace and tabs used for indentation.
author John W. Eaton <jwe@octave.org>
date Thu, 01 Oct 2015 12:50:00 -0400
parents 2d415c68213f
children 46edfbd31ad7
comparison
equal deleted inserted replaced
20565:17e507df10e3 20566:dcfbf4c1c3c8
106 const graphics_object& obj, QMouseEvent *event); 106 const graphics_object& obj, QMouseEvent *event);
107 void updateCurrentPoint (const graphics_object& fig, 107 void updateCurrentPoint (const graphics_object& fig,
108 const graphics_object& obj); 108 const graphics_object& obj);
109 109
110 void annotation_callback (const octave_value_list& args); 110 void annotation_callback (const octave_value_list& args);
111 void select_object (graphics_object obj, QMouseEvent* event, 111 void select_object (graphics_object obj, QMouseEvent* event,
112 graphics_object &currentObj, graphics_object &axesObj, 112 graphics_object &currentObj, graphics_object &axesObj,
113 bool axes_only = false); 113 bool axes_only = false);
114 114
115 private: 115 private:
116 graphics_handle m_handle; 116 graphics_handle m_handle;
117 bool m_redrawBlocked; 117 bool m_redrawBlocked;