qvolray

diff src/ui_sliceview.h @ 28:aeef3c2ae472

the slice widget works fine
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 14 Apr 2012 16:35:30 +0300
parents 011ac823600c
children 93d889a3726a
line diff
     1.1 --- a/src/ui_sliceview.h	Sat Apr 14 06:37:31 2012 +0300
     1.2 +++ b/src/ui_sliceview.h	Sat Apr 14 16:35:30 2012 +0300
     1.3 @@ -11,6 +11,8 @@
     1.4  	void resizeGL(int xsz, int ysz);
     1.5  	void paintGL();
     1.6  
     1.7 +	void draw_slice() const;
     1.8 +
     1.9  public:
    1.10  	SliceGLView(QGLWidget *share_widget = 0);
    1.11