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
FirmwareUpdater
customspinbox.h
Go to the documentation of this file.
1
#ifndef CUSTOMSPINBOX_H
2
#define CUSTOMSPINBOX_H
3
4
#include <QObject>
5
#include <QSpinBox>
6
#include "
downloader.h
"
7
8
class
CustomSpinBox
:
public
QSpinBox
9
{
10
Q_OBJECT
11
public
:
12
CustomSpinBox
(icubCanProto_boardType_t boardType, QWidget *parent =
nullptr
);
13
14
void
setData
(QVariant v);
15
QVariant
getData
();
16
void
clear
();
17
void
setCurrentValue
(
int
v);
18
19
private
:
20
QVariant data;
21
int
previousValue;
22
bool
modified;
23
24
private
slots:
25
void
onValueChanged(
int
);
26
};
8
class
CustomSpinBox
:
public
QSpinBox {
…
};
27
28
#endif
// CUSTOMSPINBOX_H
CustomSpinBox
Definition
customspinbox.h:9
CustomSpinBox::setCurrentValue
void setCurrentValue(int v)
Definition
customspinbox.cpp:34
CustomSpinBox::getData
QVariant getData()
Definition
customspinbox.cpp:22
CustomSpinBox::clear
void clear()
Definition
customspinbox.cpp:27
CustomSpinBox::setData
void setData(QVariant v)
Definition
customspinbox.cpp:17
downloader.h
Generated on Wed Apr 9 2025 08:53:53 for iCub-main by
1.9.8