rock_widget_collection
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
build
rock-master-18.09-gui-rock-widget-collection-0.20180124
src
range_view
RangeView.h
Go to the documentation of this file.
1
/*
2
* File: RangeViewGL.cc
3
* Author: Matthias Goldhoorn (matthias.goldhoorn@dfki.de)
4
*
5
*/
6
7
#ifndef RANGEVIEW_H
8
#define RANGEVIEW_H
9
10
#include "
image_view_old/ImageViewOld.h
"
11
12
class
QDESIGNER_WIDGET_EXPORT
RangeView
:
public
ImageViewOld
13
{
14
Q_OBJECT
15
Q_CLASSINFO(
"Author"
,
"Matthias Goldhoorn"
)
16
17
public
:
18
RangeView
(QWidget *parent = NULL,
bool
use_openGL =
false
);
19
virtual
~
RangeView
();
20
21
public
slots:
22
void
setOpenGL(
bool
flag);
23
void
setRangeScan(
double
*data,
int
size);
24
void
setRangeScan3(
const
QList<double> &data);
25
protected
:
26
void
keyPressEvent ( QKeyEvent * event );
27
28
};
29
30
#endif
31
ImageViewOld
Definition:
ImageViewOld.h:74
RangeView
Definition:
RangeView.h:12
ImageViewOld.h
Generated on Tue Oct 9 2018 10:56:43 for rock_widget_collection by
1.8.6