YARP
Yet Another Robot Platform
Loading...
Searching...
No Matches
loadingwidget.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2025-2025 Istituto Italiano di Tecnologia (IIT)
3
* SPDX-License-Identifier: LGPL-2.1-or-later
4
*/
5
6
#ifndef LOADINGWIDGET_H
7
#define LOADINGWIDGET_H
8
9
#include <QDialog>
10
#include <QTimer>
11
#include <QMutex>
12
namespace
Ui
{
13
class
LoadingWidget
;
14
}
15
16
class
LoadingWidget
:
public
QDialog
17
{
18
Q_OBJECT
19
20
public
:
21
explicit
LoadingWidget
(QWidget *parent = 0);
22
~LoadingWidget
();
23
24
int
start
();
25
void
stop
();
26
27
private
:
28
Ui::LoadingWidget *ui;
29
QTimer splashTimer;
30
int
counter;
31
QMutex mutex;
32
33
34
private
slots:
35
void
onSplashTimer();
36
};
37
38
#endif
// LOADINGWIDGET_H
LoadingWidget
Definition
loadingwidget.h:16
LoadingWidget::~LoadingWidget
~LoadingWidget()
LoadingWidget::stop
void stop()
LoadingWidget::start
int start()
LoadingWidget::LoadingWidget
LoadingWidget(QWidget *parent=0)
Ui
Definition
aboutdlg.h:11
YARP
4.0.0+20250814.3+git8c5a8e3c5
src
guis
yarpframegrabbergui
loadingwidget.h
Generated on Mon Aug 25 2025 02:47:12 for YARP by
1.9.8