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.cpp
Go to the documentation of this file.
1
#include "
changeaddressdialog.h
"
2
#include "ui_changeaddressdialog.h"
3
4
ChangeAddressDialog::ChangeAddressDialog
(QWidget *parent) :
5
QDialog(parent),
6
ui(new
Ui
::
ChangeAddressDialog
)
7
{
8
ui->setupUi(
this
);
9
}
4
ChangeAddressDialog::ChangeAddressDialog
(QWidget *parent) : {
…
}
10
11
ChangeAddressDialog::~ChangeAddressDialog
()
12
{
13
delete
ui;
14
}
11
ChangeAddressDialog::~ChangeAddressDialog
() {
…
}
15
16
17
void
ChangeAddressDialog::setOldAddress
(QString address)
18
{
19
ui->editOld->setText(address);
20
}
17
void
ChangeAddressDialog::setOldAddress
(QString address) {
…
}
21
22
QString
ChangeAddressDialog::getNewAddress
()
23
{
24
return
ui->editNew->text();
25
}
22
QString
ChangeAddressDialog::getNewAddress
() {
…
}
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
ChangeAddressDialog::ChangeAddressDialog
ChangeAddressDialog(QWidget *parent=0)
Definition
changeaddressdialog.cpp:4
Ui
Definition
calibrationwindow.h:18
Generated on Wed Apr 9 2025 08:53:53 for iCub-main by
1.9.8