comparison libgui/graphics/GLCanvas.h @ 19655:af0399a5aae0 gui-release

untabify QtHandles source files
author John W. Eaton <jwe@octave.org>
date Fri, 23 Jan 2015 16:24:46 -0500
parents 523878f76518
children dfea01b3425f
comparison
equal deleted inserted replaced
19654:a1d172bfcb2f 19655:af0399a5aae0
37 ~GLCanvas (void); 37 ~GLCanvas (void);
38 38
39 void draw (const graphics_handle& handle); 39 void draw (const graphics_handle& handle);
40 void drawZoomBox (const QPoint& p1, const QPoint& p2); 40 void drawZoomBox (const QPoint& p1, const QPoint& p2);
41 void resize (int /* x */, int /* y */, 41 void resize (int /* x */, int /* y */,
42 int /* width */, int /* height */) { } 42 int /* width */, int /* height */) { }
43 graphics_object selectFromAxes (const graphics_object& ax, 43 graphics_object selectFromAxes (const graphics_object& ax,
44 const QPoint& pt); 44 const QPoint& pt);
45 QWidget* qWidget (void) { return this; } 45 QWidget* qWidget (void) { return this; }
46 46
47 protected: 47 protected: