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
changeaddressdialog.h
Go to the documentation of this file.
1
#ifndef CHANGEADDRESSDIALOG_H
2
#define CHANGEADDRESSDIALOG_H
3
4
#include <QDialog>
5
6
namespace
Ui
{
7
class
ChangeAddressDialog
;
8
}
9
10
class
ChangeAddressDialog
:
public
QDialog
11
{
12
Q_OBJECT
13
14
public
:
15
explicit
ChangeAddressDialog
(QWidget *parent = 0);
16
~ChangeAddressDialog
();
17
void
setOldAddress
(QString address);
18
QString
getNewAddress
();
19
20
private
:
21
Ui::ChangeAddressDialog *ui;
22
};
10
class
ChangeAddressDialog
:
public
QDialog {
…
};
23
24
#endif
// CHANGEADDRESSDIALOG_H
ChangeAddressDialog
Definition
changeaddressdialog.h:11
ChangeAddressDialog::setOldAddress
void setOldAddress(QString address)
Definition
changeaddressdialog.cpp:17
ChangeAddressDialog::getNewAddress
QString getNewAddress()
Definition
changeaddressdialog.cpp:22
ChangeAddressDialog::~ChangeAddressDialog
~ChangeAddressDialog()
Definition
changeaddressdialog.cpp:11
Ui
Definition
calibrationwindow.h:18
Generated on Wed Apr 9 2025 08:53:53 for iCub-main by
1.9.8