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