cut
1.2.2-pre1
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Functions
b
c
d
e
f
g
i
l
m
p
r
t
u
Variables
a
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
_
a
c
d
e
g
h
i
m
n
p
q
r
s
t
u
w
~
Variables
a
b
c
d
e
f
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Properties
Files
File List
File Members
All
Functions
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Macros
Modules
Pages
test
performance
cpp
realishapp
src
include
elt
cut
test
performance
cpp
realishapp
mainwindow.hpp
Go to the documentation of this file.
1
#ifndef MAINWINDOW_H
2
#define MAINWINDOW_H
3
4
#include <QCommandLineParser>
5
#include <QMainWindow>
6
#include <QWidget>
7
#include <QGridLayout>
8
#include <QList>
9
#include <QTimer>
10
#include <QTime>
11
#include <QPaintEvent>
12
#include <QStatusBar>
13
#include <QLabel>
14
15
#include "
timelabel.hpp
"
16
17
QT_BEGIN_NAMESPACE
18
namespace
Ui
{
class
MainWindow
; }
19
QT_END_NAMESPACE
20
21
class
MainWindow
:
public
QMainWindow
22
{
23
Q_OBJECT
24
25
public
:
26
MainWindow
(QWidget *parent, QCommandLineParser *
parser
);
27
~MainWindow
();
28
29
protected
:
30
void
paintEvent
(QPaintEvent *event);
31
void
closeEvent
(QCloseEvent *event);
32
33
private
slots:
34
35
private
:
36
QCommandLineParser *p_parser;
37
QWidget m_centralWidget;
38
QGridLayout m_layout;
39
QList<TimeLabel*> m_widgets;
40
QList<QLabel*> m_labels;
41
QTimer m_timer_high;
42
QTimer m_timer_low;
43
QTime m_time;
44
int
m_frameCount = 0;
45
QStatusBar m_statusbar;
46
QLabel m_fpsLabel;
47
QLabel m_cpuLabel;
48
QList<int> m_fpsList;
49
};
50
#endif // MAINWINDOW_H
timelabel.hpp
Label that prints the current time.
MainWindow::~MainWindow
~MainWindow()
Ui
Definition:
mainwindow.h:7
MainWindow
Definition:
mainwindow.h:12
MainWindow::MainWindow
MainWindow(QWidget *parent, QCommandLineParser *parser)
cut-test-performance-python-datapoints.parser
parser
Definition:
cut-test-performance-python-datapoints.py:132
MainWindow::paintEvent
void paintEvent(QPaintEvent *event)
MainWindow::closeEvent
void closeEvent(QCloseEvent *event)
Generated by
1.8.20