rock_widget_collection
0.1
build
rock-master-18.09-gui-rock-widget-collection-0.20180124
src
stream_aligner_widget
StreamAlignerWidget.h
Go to the documentation of this file.
1
#ifndef STREAMALIGNERWIDGET_H
2
#define STREAMALIGNERWIDGET_H
3
#include <QTreeView>
4
5
class
QStandardItemModel;
6
class
TaskRepresentation
;
7
namespace
aggregator
{
8
class
StreamAlignerStatus;
9
}
10
11
class
StreamAlignerWidget
:
public
QTreeView
12
{
13
Q_OBJECT
14
public
:
15
StreamAlignerWidget
(QWidget *parent);
16
virtual
~
StreamAlignerWidget
();
17
QSize sizeHint()
const
;
18
public
slots:
19
void
updateData(
const
aggregator::StreamAlignerStatus &data);
20
private
:
21
QAbstractItemModel *model;
22
};
23
24
25
#endif // STREAMALIGNERWIDGET_H
TaskRepresentation
Definition:
StreamAlignerWidget.cpp:137
StreamAlignerWidget
Definition:
StreamAlignerWidget.h:11
aggregator
Definition:
StreamAlignerWidget.h:7
Generated by
1.8.13