#include "include/mainwindow.h"#include "ui_mainwindow.h"#include <QFileDialog>#include <QCheckBox>#include <QShortcut>#include <QProgressBar>#include <include/aboutdlg.h>#include <QMessageBox>#include <csignal>#include <yarp/conf/version.h>#include <yarp/dataplayer/YarpDataplayer.h>
Include dependency graph for mainwindow.cpp:Go to the source code of this file.
Macros | |
| #define | WND_DEF_HEIGHT 400 |
| #define | WND_DEF_WIDTH 800 |
| #define | ACTIVE 0 |
| #define | PART 1 |
| #define | TYPE 2 |
| #define | FRAMES 3 |
| #define | SAMPLERATE 4 |
| #define | PORT 5 |
| #define | TIMETAKEN 6 |
| #define | PERCENT 7 |
| #define | APP_NAME "yarpdataplayer" |
Functions | |
| void | sighandler (int sig) |
| #define ACTIVE 0 |
Definition at line 27 of file mainwindow.cpp.
| #define APP_NAME "yarpdataplayer" |
Definition at line 37 of file mainwindow.cpp.
| #define FRAMES 3 |
Definition at line 30 of file mainwindow.cpp.
| #define PART 1 |
Definition at line 28 of file mainwindow.cpp.
| #define PERCENT 7 |
Definition at line 34 of file mainwindow.cpp.
| #define PORT 5 |
Definition at line 32 of file mainwindow.cpp.
| #define SAMPLERATE 4 |
Definition at line 31 of file mainwindow.cpp.
| #define TIMETAKEN 6 |
Definition at line 33 of file mainwindow.cpp.
| #define TYPE 2 |
Definition at line 29 of file mainwindow.cpp.
| #define WND_DEF_HEIGHT 400 |
Definition at line 24 of file mainwindow.cpp.
| #define WND_DEF_WIDTH 800 |
Definition at line 25 of file mainwindow.cpp.
Definition at line 42 of file mainwindow.cpp.