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
iCubGui
src
qavimator.h
Go to the documentation of this file.
1
/*
2
* qavimator.h
3
*/
4
5
/*
6
* Copyright (C) 2009 RobotCub Consortium
7
* Copyright (c) 2014 iCub Facility - Istituto Italiano di Tecnologia
8
* Authors: Alessandro Scalzo <alessandro.scalzo@iit.it>
9
* Davide Perrone <dperrone@aitek.it>
10
* CopyPolicy: Released under the terms of the GNU GPL v2.0.
11
*
12
* Based on:
13
*
14
* Qavimator
15
* Copyright (C) 2006 by Zi Ree *
16
* Zi Ree @ SecondLife *
17
* Released under the terms of the GNU GPL v2.0.
18
*/
19
20
21
#ifndef QAVIMATOR_H
22
#define QAVIMATOR_H
23
24
#include <QMainWindow>
25
#define UNTITLED_NAME "Untitled.avm"
26
27
#include <yarp/os/ResourceFinder.h>
28
#include <yarp/os/Value.h>
29
#include <yarp/os/Bottle.h>
30
#include <yarp/os/RpcClient.h>
31
#include <yarp/os/RpcServer.h>
32
#include "
playstate.h
"
33
34
#include <QLineEdit>
35
36
namespace
Ui
{
37
class
qavimator
;
38
}
39
40
class
qavimator
:
public
QMainWindow
41
{
42
Q_OBJECT
43
44
public
:
45
explicit
qavimator
(yarp::os::ResourceFinder& config,QWidget *parent = 0);
46
~qavimator
();
47
void
fileExit
();
48
49
private
:
50
Ui::qavimator *ui;
51
int
nFPS;
52
int
width;
53
int
height;
54
55
protected
:
56
// prevent closing of main window if there are unsaved changes
57
virtual
void
closeEvent
(QCloseEvent* event);
58
void
configure
();
59
void
helpAbout
();
60
void
setupToolBar
();
61
void
setFPS
(
int
fps);
62
63
signals:
64
void
enableRotation
(
bool
);
65
void
resetCamera
();
66
67
protected
slots:
68
void
readSettings
();
69
void
configChanged
();
70
void
backgroundClicked
();
71
void
on_fileExitAction_triggered
();
72
void
on_optionsConfigureiCubGUIAction_triggered
();
73
void
on_helpAboutAction_triggered
();
74
void
onResetCamera
();
75
void
onFpsSpinValueChanged
(
int
num);
76
};
40
class
qavimator
:
public
QMainWindow {
…
};
77
78
#endif
// QAVIMATOR_H
qavimator
Definition
qavimator.h:41
qavimator::enableRotation
void enableRotation(bool)
qavimator::onFpsSpinValueChanged
void onFpsSpinValueChanged(int num)
Definition
qavimator.cpp:264
qavimator::on_optionsConfigureiCubGUIAction_triggered
void on_optionsConfigureiCubGUIAction_triggered()
Definition
qavimator.cpp:246
qavimator::on_helpAboutAction_triggered
void on_helpAboutAction_triggered()
Definition
qavimator.cpp:251
qavimator::backgroundClicked
void backgroundClicked()
Definition
qavimator.cpp:169
qavimator::resetCamera
void resetCamera()
qavimator::~qavimator
~qavimator()
Definition
qavimator.cpp:102
qavimator::onResetCamera
void onResetCamera()
Definition
qavimator.cpp:257
qavimator::closeEvent
virtual void closeEvent(QCloseEvent *event)
Definition
qavimator.cpp:233
qavimator::helpAbout
void helpAbout()
Definition
qavimator.cpp:226
qavimator::configChanged
void configChanged()
Definition
qavimator.cpp:220
qavimator::readSettings
void readSettings()
Definition
qavimator.cpp:134
qavimator::setFPS
void setFPS(int fps)
Definition
qavimator.cpp:268
qavimator::configure
void configure()
Definition
qavimator.cpp:212
qavimator::fileExit
void fileExit()
Definition
qavimator.cpp:180
qavimator::on_fileExitAction_triggered
void on_fileExitAction_triggered()
Definition
qavimator.cpp:240
qavimator::setupToolBar
void setupToolBar()
Definition
qavimator.cpp:113
Ui
Definition
calibrationwindow.h:18
playstate.h
Generated on Wed Apr 9 2025 08:53:53 for iCub-main by
1.9.8