YARP
Yet Another Robot Platform
Loading...
Searching...
No Matches
loadingwidget.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2006-2021 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
namespace
Ui
{
12
class
LoadingWidget
;
13
}
14
15
class
LoadingWidget
:
public
QDialog
16
{
17
Q_OBJECT
18
19
public
:
20
explicit
LoadingWidget
(QWidget *parent = 0);
21
~LoadingWidget
();
22
23
int
start
();
24
void
stop
();
25
26
private
:
27
Ui::LoadingWidget *ui;
28
QTimer splashTimer;
29
int
counter;
30
31
32
private
slots:
33
void
onSplashTimer();
34
};
35
36
#endif
// LOADINGWIDGET_H
LoadingWidget
Definition
loadingwidget.h:16
LoadingWidget::~LoadingWidget
~LoadingWidget()
Definition
loadingwidget.cpp:23
LoadingWidget::stop
void stop()
Definition
loadingwidget.cpp:49
LoadingWidget::start
int start()
Definition
loadingwidget.cpp:39
Ui
Definition
aboutdlg.h:11
YARP
3.11.100+20250603.4+gitaa77f8b5c
src
guis
yarpdataplayer
include
loadingwidget.h
Generated on Wed Jun 4 2025 02:40:09 for YARP by
1.9.8