Loading [MathJax]/extensions/tex2jax.js
iCub-main
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Functions
a
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
v
w
y
Variables
a
b
c
d
e
h
i
j
l
m
n
p
r
s
t
w
z
Typedefs
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
a
b
c
e
g
i
l
n
p
r
s
t
u
Enumerator
a
b
c
d
e
f
g
i
l
m
p
r
s
t
u
Properties
Related Symbols
a
b
c
g
i
l
o
q
r
s
t
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
x
y
z
Typedefs
Enumerations
Enumerator
_
a
c
d
e
g
j
m
n
p
s
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
icub-main
src
tools
frameGrabberGui2
loadingwidget.h
Go to the documentation of this file.
1
#ifndef LOADINGWIDGET_H
2
#define LOADINGWIDGET_H
3
4
#include <QDialog>
5
#include <QTimer>
6
#include <QMutex>
7
namespace
Ui
{
8
class
LoadingWidget
;
9
}
10
11
class
LoadingWidget
:
public
QDialog
12
{
13
Q_OBJECT
14
15
public
:
16
explicit
LoadingWidget
(QWidget *parent = 0);
17
~LoadingWidget
();
18
19
int
start
();
20
void
stop
();
21
22
private
:
23
Ui::LoadingWidget *ui;
24
QTimer splashTimer;
25
int
counter;
26
QMutex mutex;
27
28
29
private
slots:
30
void
onSplashTimer();
31
};
11
class
LoadingWidget
:
public
QDialog {
…
};
32
33
#endif
// LOADINGWIDGET_H
LoadingWidget
Definition
loadingwidget.h:12
LoadingWidget::~LoadingWidget
~LoadingWidget()
Definition
loadingwidget.cpp:22
LoadingWidget::stop
void stop()
Definition
loadingwidget.cpp:50
LoadingWidget::start
int start()
Definition
loadingwidget.cpp:38
Ui
Definition
calibrationwindow.h:18
Generated on Wed Apr 9 2025 08:53:53 for iCub-main by
1.9.8