Vessel-Tree 2D Visualisation
Main Page
Classes
Files
File List
All
Classes
Functions
Variables
myglframe.h
1
#ifndef MYGLFRAME_H
2
#define MYGLFRAME_H
3
4
#include <QGLWidget>
5
#include "myrenderthread.h"
6
#include "mainwindow.h"
7
8
class
MyGLFrame
:
public
QGLWidget
9
{
10
Q_OBJECT
11
public
:
12
explicit
MyGLFrame
(QWidget *parent = 0);
13
~
MyGLFrame
();
14
void
initRenderThread();
18
void
stopRenderThread
(
void
);
19
20
protected
:
25
void
closeEvent
(QCloseEvent *evt);
30
void
resizeEvent
(QResizeEvent *evt);
34
void
paintEvent
(QPaintEvent *);
35
36
MyRenderThread
RenderThread;
37
38
};
39
40
#endif // MYGLFRAME_H
myglframe.h
Generated on Tue Jun 11 2013 23:33:39 for Vessel-Tree 2D Visualisation by
1.8.4