RomeoMainWindow Class Reference

#include <romeomainwindow.h>

Inheritance diagram for RomeoMainWindow:

Inheritance graph
[legend]
Collaboration diagram for RomeoMainWindow:

Collaboration graph
[legend]

List of all members.

Signals

void message (QString)

Public Member Functions

 RomeoMainWindow (QWidget *parent=0, Qt::WFlags fl=0)
 ~RomeoMainWindow ()

Protected Member Functions

void closeEvent (QCloseEvent *event)

Private Slots

void about ()
void aboutQt ()
void exitApplication ()
void openMap ()
void loadMap (QString mapName)
void read_odometry_values ()
void check_YARP_network ()
void read_system_status ()
void initialtrajectorypoint ()
void nexttrajectorypoint ()
void changeThetaInit ()
void showMessage (QString)
void showTrajectory (QString)
void changeRobotPosition (QPoint position)
void ungrabRomeo ()
void zooming (int value)
void zoomFit ()
void openTraject ()
void loadTrajectory (QString trajectoryName)
void loadSemanticSpots (QString mapname)
void mapPressEvent (QPointF clickedPoint)
void trashtrajectory ()
void upArrow ()
void downArrow ()
void leftArrow ()
void rightArrow ()
void panicEvent ()
void launchEvent ()
void trajetoryFinalized ()
void graphicview2romeo (double *x_graph, double *y_graph)
void romeo2graphicview (double *x_graph, double *y_graph)
void map2graphicview (double *x, double *y)
void graphicview2map (double *x, double *y)
void launch_LAUNCHER_Process ()
void stop_LAUNCHER_Process ()
void stop_ALL_CONTROL_Process ()
void connect_LASER2D_sensor ()
void disconnect_LASER2D_sensor ()
void connect_ELEVATIONMAP_sensor ()
void disconnect_ELEVATIONMAP_sensor ()
void connect_TRANSMAP_sensor ()
void disconnect_TRANSMAP_sensor ()
void IplImage2QImage (IplImage *src, QGraphicsPixmapItem *pixmapElement, QGraphicsScene *sensorScene)
void switchElevationView ()
void switchTransView ()

Private Member Functions

void createActions ()
void initialValues ()
void createGraphicsView ()
void startYarpCommunications ()

Private Attributes

QSplashScreen * splash
QProcess * LAUNCHER_Process
QString LAUNCHER_Program
QString LAUNCHER_Directory
MapScene scene
QPixmap map
int zoomPreviousValue
ScaleDialog MapScale
trajectoryDialog SelectTrajectory
QList< QGraphicsEllipseItem * > spots
QList< QGraphicsEllipseItem * > semanticSpotsList
QList< QGraphicsTextItem * > semanticSpotsText
QList< QGraphicsTextItem * > semanticInfo
QList< QGraphicsPixmapItem * > maps
QList< QGraphicsLineItem * > lines
QList< QGraphicsLineItem * > absolutLines
QList< QGraphicsTextItem * > waypoints
QList< QGraphicsTextItem * > absolutWaypoints
QList< QString > trajectory_lines
QBrush romeo_brush
QPen romeo_pen
QGraphicsPixmapItem * romeo
QGraphicsPixmapItem romeo_local
bool trajectory_edit_mode
bool trajectory_executing_mode
bool setting_initial_point
bool theta_edit_mode
bool trajectoriesBYinterface
bool yarpRunning
QPointF last_trajectory_point
QPointF initial_trajectory_point
QPointF global_init_point
int trajectory_points_number
QFile file
QTextStream test_trajectory_line
double map_width
double map_height
double map_x_axis_length
double map_y_axis_length
double map_X_scale
double map_Y_scale
double scene_x_axis_length
double scene_y_axis_length
double x_ini_global
double y_ini_global
double x_ini_local
double y_ini_local
double theta
double previous_theta
double theta_offset
double locale_romeo_x_ref
double locale_romeo_y_ref
double romeo_speed_reference
double m_stats [4]
double m_stats_new [4]
double tx_net_stats
double tx_net_stats_new
double rx_net_stats
double rx_net_stats_new
double x_ref
double y_ref
double orient_ref
double previous_orient_ref
double speed_ref
double curv_ref
double yaw_ref
double pitch_ref
double roll_ref
CDcxData * pyarpDcx
CLocData * pyarpEkf
yarp::os::BufferedPort< CLocData > locInput
yarp::os::BufferedPort< CDcxData > odomInput
yarp::os::BufferedPort
< CPurpurState > 
purpurStatePort
CPurpurState * pyarpPurpur
int purpurState
int previousPurpurState
yarp::os::BufferedPort
< yarp::sig::ImageOf< PixelBgr > > 
laser2DImageInput
yarp::sig::ImageOf< PixelBgr > * laser2DImage
IplImage * cvLaser2DImage
QGraphicsScene laser2Dscene
QGraphicsTextItem * laser2DInfoText
QGraphicsPixmapItem * laser2DPixmap
QGraphicsPixmapItem laser2DPixmap_local
QGraphicsEllipseItem * laserRange
QGraphicsPixmapItem * romeoImage
bool readLaser2DImage
double laser2D_x_axis_length
double laser2D_y_axis_length
yarp::os::BufferedPort
< yarp::sig::ImageOf< PixelBgr > > 
elevationMapImageInput
yarp::sig::ImageOf< PixelBgr > * elevationMapImage
IplImage * cvelevationMapImage
QGraphicsScene elevationMapscene
QGraphicsTextItem * elevationMapInfoText
QGraphicsPixmapItem * elevationMapPixmap
QGraphicsPixmapItem elevationMapPixmap_local
bool readElevationMapImage
bool elevationMapMainView
double elevationMap_x_axis_length
double elevationMap_y_axis_length
yarp::os::BufferedPort
< yarp::sig::ImageOf< PixelBgr > > 
transMapImageInput
yarp::sig::ImageOf< PixelBgr > * transMapImage
IplImage * cvTransMapImage
QGraphicsScene transMapscene
QGraphicsTextItem * transMapInfoText
QGraphicsPixmapItem * transMapPixmap
QGraphicsPixmapItem transMapPixmap_local
bool readTransMapImage
bool transMapMainView
double transMap_x_axis_length
double transMap_y_axis_length
QFont infoFont


Detailed Description

Definition at line 47 of file romeomainwindow.h.


Constructor & Destructor Documentation

RomeoMainWindow::RomeoMainWindow ( QWidget *  parent = 0,
Qt::WFlags  fl = 0 
)

RomeoMainWindow::~RomeoMainWindow (  ) 

Definition at line 49 of file romeomainwindow.cpp.


Member Function Documentation

void RomeoMainWindow::message ( QString  _t1  )  [signal]

void RomeoMainWindow::closeEvent ( QCloseEvent *  event  )  [protected]

Definition at line 546 of file romeomainwindow.cpp.

References message(), and stop_ALL_CONTROL_Process().

void RomeoMainWindow::about (  )  [private, slot]

Definition at line 261 of file romeomainwindow.cpp.

Referenced by createActions().

void RomeoMainWindow::aboutQt (  )  [private, slot]

Definition at line 256 of file romeomainwindow.cpp.

Referenced by createActions().

void RomeoMainWindow::exitApplication (  )  [private, slot]

Definition at line 271 of file romeomainwindow.cpp.

Referenced by createActions().

void RomeoMainWindow::openMap (  )  [private, slot]

void RomeoMainWindow::loadMap ( QString  mapName  )  [private, slot]

void RomeoMainWindow::read_odometry_values (  )  [private, slot]

void RomeoMainWindow::check_YARP_network (  )  [private, slot]

Definition at line 211 of file romeomainwindow.cpp.

References Ui_MainWindow::statusbar, and yarpRunning.

Referenced by RomeoMainWindow().

void RomeoMainWindow::read_system_status (  )  [private, slot]

void RomeoMainWindow::initialtrajectorypoint (  )  [private, slot]

void RomeoMainWindow::nexttrajectorypoint (  )  [private, slot]

void RomeoMainWindow::changeThetaInit (  )  [private, slot]

void RomeoMainWindow::showMessage ( QString  msg  )  [private, slot]

Definition at line 1276 of file romeomainwindow.cpp.

Referenced by createActions().

void RomeoMainWindow::showTrajectory ( QString  file  )  [private, slot]

Definition at line 1282 of file romeomainwindow.cpp.

References loadTrajectory().

Referenced by createActions().

void RomeoMainWindow::changeRobotPosition ( QPoint  position  )  [private, slot]

Definition at line 1299 of file romeomainwindow.cpp.

References romeo.

Referenced by createActions().

void RomeoMainWindow::ungrabRomeo (  )  [private, slot]

void RomeoMainWindow::zooming ( int  value  )  [private, slot]

void RomeoMainWindow::zoomFit (  )  [private, slot]

void RomeoMainWindow::openTraject (  )  [private, slot]

void RomeoMainWindow::loadTrajectory ( QString  trajectoryName  )  [private, slot]

void RomeoMainWindow::loadSemanticSpots ( QString  mapname  )  [private, slot]

Definition at line 928 of file romeomainwindow.cpp.

References map2graphicview(), scene, semanticInfo, semanticSpotsList, and semanticSpotsText.

Referenced by loadMap().

void RomeoMainWindow::mapPressEvent ( QPointF  clickedPoint  )  [private, slot]

void RomeoMainWindow::trashtrajectory (  )  [private, slot]

void RomeoMainWindow::upArrow (  )  [private, slot]

void RomeoMainWindow::downArrow (  )  [private, slot]

void RomeoMainWindow::leftArrow (  )  [private, slot]

void RomeoMainWindow::rightArrow (  )  [private, slot]

void RomeoMainWindow::panicEvent (  )  [private, slot]

void RomeoMainWindow::launchEvent (  )  [private, slot]

void RomeoMainWindow::trajetoryFinalized (  )  [private, slot]

void RomeoMainWindow::graphicview2romeo ( double *  x_graph,
double *  y_graph 
) [private, slot]

Definition at line 1091 of file romeomainwindow.cpp.

References graphicview2map(), x_ini_global, and y_ini_global.

Referenced by mapPressEvent().

void RomeoMainWindow::romeo2graphicview ( double *  x_graph,
double *  y_graph 
) [private, slot]

Definition at line 1148 of file romeomainwindow.cpp.

References map_X_scale, map_Y_scale, Pi, romeo, and theta.

Referenced by loadTrajectory().

void RomeoMainWindow::map2graphicview ( double *  x,
double *  y 
) [private, slot]

Definition at line 1129 of file romeomainwindow.cpp.

References map_X_scale, map_y_axis_length, and map_Y_scale.

Referenced by loadSemanticSpots().

void RomeoMainWindow::graphicview2map ( double *  x,
double *  y 
) [private, slot]

Definition at line 1141 of file romeomainwindow.cpp.

References map_height, map_X_scale, and map_Y_scale.

Referenced by createGraphicsView(), graphicview2romeo(), and mapPressEvent().

void RomeoMainWindow::launch_LAUNCHER_Process (  )  [private, slot]

Definition at line 1694 of file romeomainwindow.cpp.

void RomeoMainWindow::stop_LAUNCHER_Process (  )  [private, slot]

Definition at line 1703 of file romeomainwindow.cpp.

Referenced by stop_ALL_CONTROL_Process().

void RomeoMainWindow::stop_ALL_CONTROL_Process (  )  [private, slot]

Definition at line 1716 of file romeomainwindow.cpp.

References stop_LAUNCHER_Process().

Referenced by closeEvent(), panicEvent(), and trajetoryFinalized().

void RomeoMainWindow::connect_LASER2D_sensor (  )  [private, slot]

void RomeoMainWindow::disconnect_LASER2D_sensor (  )  [private, slot]

void RomeoMainWindow::connect_ELEVATIONMAP_sensor (  )  [private, slot]

void RomeoMainWindow::disconnect_ELEVATIONMAP_sensor (  )  [private, slot]

void RomeoMainWindow::connect_TRANSMAP_sensor (  )  [private, slot]

void RomeoMainWindow::disconnect_TRANSMAP_sensor (  )  [private, slot]

void RomeoMainWindow::IplImage2QImage ( IplImage *  src,
QGraphicsPixmapItem *  pixmapElement,
QGraphicsScene *  sensorScene 
) [private, slot]

Definition at line 1911 of file romeomainwindow.cpp.

Referenced by read_odometry_values().

void RomeoMainWindow::switchElevationView (  )  [private, slot]

void RomeoMainWindow::switchTransView (  )  [private, slot]

void RomeoMainWindow::createActions (  )  [private]

Definition at line 133 of file romeomainwindow.cpp.

References about(), Ui_MainWindow::about_RomeoHMI_toolButton, aboutQt(), Ui_MainWindow::aboutQt_toolButton, changeRobotPosition(), changeThetaInit(), connect_ELEVATIONMAP_sensor(), connect_LASER2D_sensor(), connect_TRANSMAP_sensor(), disconnect_ELEVATIONMAP_sensor(), disconnect_LASER2D_sensor(), disconnect_TRANSMAP_sensor(), Ui_MainWindow::DOWN_toolButton, downArrow(), Ui_MainWindow::elevationMap_START_toolButton, Ui_MainWindow::elevationMap_STOP_toolButton, Ui_MainWindow::elevationMap_SWITCH_VIEW_toolButton, Ui_MainWindow::EXIT_toolButton, exitApplication(), file, Ui_MainWindow::INIT_toolButton, initialtrajectorypoint(), Ui_MainWindow::laser2D_START_toolButton, Ui_MainWindow::laser2D_STOP_toolButton, launchEvent(), Ui_MainWindow::launchTrajectorytoolButton, Ui_MainWindow::LEFT_toolButton, leftArrow(), Ui_MainWindow::loadMap_toolButton, Ui_MainWindow::loadTrajectory_toolButton, mapPressEvent(), message(), Ui_MainWindow::NEXT_toolButton, nexttrajectorypoint(), openMap(), openTraject(), Ui_MainWindow::PANIC_toolButton, panicEvent(), read_odometry_values(), read_system_status(), Ui_MainWindow::RIGHT_toolButton, rightArrow(), scene, SelectTrajectory, showMessage(), showTrajectory(), splash, switchElevationView(), switchTransView(), test_trajectory_line, Ui_MainWindow::thetaInit_ToolButton, Ui_MainWindow::transMap_START_toolButton, Ui_MainWindow::transMap_STOP_toolButton, Ui_MainWindow::transMap_SWITCH_VIEW_toolButton, trashtrajectory(), Ui_MainWindow::trashTrajectory_toolButton, ungrabRomeo(), Ui_MainWindow::UP_toolButton, upArrow(), Ui_MainWindow::Zoom_verticalSlider, and zooming().

Referenced by RomeoMainWindow().

void RomeoMainWindow::initialValues (  )  [private]

void RomeoMainWindow::createGraphicsView (  )  [private]

void RomeoMainWindow::startYarpCommunications (  )  [private]


Member Data Documentation

QSplashScreen* RomeoMainWindow::splash [private]

Definition at line 143 of file romeomainwindow.h.

Referenced by createActions(), and initialValues().

QProcess* RomeoMainWindow::LAUNCHER_Process [private]

Definition at line 145 of file romeomainwindow.h.

Definition at line 146 of file romeomainwindow.h.

Definition at line 147 of file romeomainwindow.h.

QPixmap RomeoMainWindow::map [private]

Definition at line 151 of file romeomainwindow.h.

Referenced by loadMap().

Definition at line 153 of file romeomainwindow.h.

Referenced by initialValues(), zoomFit(), and zooming().

Definition at line 155 of file romeomainwindow.h.

Referenced by openMap().

Definition at line 156 of file romeomainwindow.h.

Referenced by createActions(), and openTraject().

QList<QGraphicsEllipseItem *> RomeoMainWindow::spots [private]

QList<QGraphicsEllipseItem *> RomeoMainWindow::semanticSpotsList [private]

Definition at line 159 of file romeomainwindow.h.

Referenced by loadSemanticSpots().

QList<QGraphicsTextItem *> RomeoMainWindow::semanticSpotsText [private]

Definition at line 160 of file romeomainwindow.h.

Referenced by loadSemanticSpots().

QList<QGraphicsTextItem *> RomeoMainWindow::semanticInfo [private]

Definition at line 161 of file romeomainwindow.h.

Referenced by loadSemanticSpots().

QList<QGraphicsPixmapItem *> RomeoMainWindow::maps [private]

Definition at line 163 of file romeomainwindow.h.

Referenced by loadMap().

QList<QGraphicsLineItem *> RomeoMainWindow::lines [private]

QList<QGraphicsLineItem *> RomeoMainWindow::absolutLines [private]

Definition at line 165 of file romeomainwindow.h.

Referenced by mapPressEvent(), trashtrajectory(), and upArrow().

QList<QGraphicsTextItem *> RomeoMainWindow::waypoints [private]

QList<QGraphicsTextItem *> RomeoMainWindow::absolutWaypoints [private]

Definition at line 167 of file romeomainwindow.h.

Referenced by mapPressEvent(), trashtrajectory(), and upArrow().

QList<QString> RomeoMainWindow::trajectory_lines [private]

QBrush RomeoMainWindow::romeo_brush [private]

Definition at line 170 of file romeomainwindow.h.

Definition at line 171 of file romeomainwindow.h.

QGraphicsPixmapItem* RomeoMainWindow::romeo [private]

QGraphicsPixmapItem RomeoMainWindow::romeo_local [private]

Definition at line 174 of file romeomainwindow.h.

Referenced by createGraphicsView().

Definition at line 180 of file romeomainwindow.h.

Referenced by initialtrajectorypoint(), initialValues(), and mapPressEvent().

Definition at line 181 of file romeomainwindow.h.

Referenced by changeThetaInit(), initialValues(), leftArrow(), and rightArrow().

Definition at line 183 of file romeomainwindow.h.

Referenced by initialValues(), and openTraject().

Definition at line 192 of file romeomainwindow.h.

Referenced by createGraphicsView(), mapPressEvent(), and read_odometry_values().

QFile RomeoMainWindow::file [private]

Definition at line 197 of file romeomainwindow.h.

Referenced by createActions(), launchEvent(), loadTrajectory(), and trashtrajectory().

Definition at line 198 of file romeomainwindow.h.

Referenced by createActions(), launchEvent(), and trashtrajectory().

double RomeoMainWindow::map_width [private]

double RomeoMainWindow::map_height [private]

Definition at line 203 of file romeomainwindow.h.

Referenced by initialValues(), loadMap(), and openMap().

Definition at line 204 of file romeomainwindow.h.

Referenced by initialValues(), loadMap(), map2graphicview(), and openMap().

double RomeoMainWindow::map_X_scale [private]

double RomeoMainWindow::map_Y_scale [private]

Definition at line 209 of file romeomainwindow.h.

Definition at line 210 of file romeomainwindow.h.

double RomeoMainWindow::x_ini_local [private]

Definition at line 215 of file romeomainwindow.h.

Referenced by initialValues(), mapPressEvent(), and upArrow().

double RomeoMainWindow::y_ini_local [private]

Definition at line 216 of file romeomainwindow.h.

Referenced by initialValues(), mapPressEvent(), and upArrow().

double RomeoMainWindow::theta [private]

Definition at line 219 of file romeomainwindow.h.

Referenced by initialValues(), leftArrow(), and rightArrow().

Definition at line 220 of file romeomainwindow.h.

Referenced by initialValues(), launchEvent(), leftArrow(), and rightArrow().

Definition at line 222 of file romeomainwindow.h.

Referenced by downArrow(), leftArrow(), rightArrow(), and upArrow().

Definition at line 223 of file romeomainwindow.h.

Referenced by downArrow(), leftArrow(), rightArrow(), and upArrow().

Definition at line 225 of file romeomainwindow.h.

double RomeoMainWindow::m_stats[4] [private]

Definition at line 227 of file romeomainwindow.h.

Referenced by read_system_status().

double RomeoMainWindow::m_stats_new[4] [private]

Definition at line 228 of file romeomainwindow.h.

Referenced by read_system_status().

Definition at line 230 of file romeomainwindow.h.

Referenced by read_system_status().

Definition at line 231 of file romeomainwindow.h.

Referenced by read_system_status().

Definition at line 232 of file romeomainwindow.h.

Referenced by read_system_status().

Definition at line 233 of file romeomainwindow.h.

Referenced by read_system_status().

double RomeoMainWindow::x_ref [private]

Definition at line 235 of file romeomainwindow.h.

Referenced by initialValues(), panicEvent(), and read_odometry_values().

double RomeoMainWindow::y_ref [private]

Definition at line 236 of file romeomainwindow.h.

Referenced by initialValues(), panicEvent(), and read_odometry_values().

double RomeoMainWindow::orient_ref [private]

Definition at line 237 of file romeomainwindow.h.

Referenced by initialValues(), leftArrow(), read_odometry_values(), and rightArrow().

Definition at line 238 of file romeomainwindow.h.

Referenced by initialValues(), and read_odometry_values().

double RomeoMainWindow::speed_ref [private]

Definition at line 239 of file romeomainwindow.h.

Referenced by initialValues(), and read_odometry_values().

double RomeoMainWindow::curv_ref [private]

Definition at line 240 of file romeomainwindow.h.

Referenced by initialValues(), and read_odometry_values().

double RomeoMainWindow::yaw_ref [private]

Definition at line 241 of file romeomainwindow.h.

Referenced by initialValues(), and read_odometry_values().

double RomeoMainWindow::pitch_ref [private]

Definition at line 242 of file romeomainwindow.h.

Referenced by initialValues(), and read_odometry_values().

double RomeoMainWindow::roll_ref [private]

Definition at line 243 of file romeomainwindow.h.

Referenced by initialValues(), and read_odometry_values().

CDcxData* RomeoMainWindow::pyarpDcx [private]

Definition at line 247 of file romeomainwindow.h.

Referenced by read_odometry_values().

CLocData* RomeoMainWindow::pyarpEkf [private]

Definition at line 249 of file romeomainwindow.h.

Referenced by read_odometry_values().

yarp::os::BufferedPort<CLocData> RomeoMainWindow::locInput [private]

Definition at line 252 of file romeomainwindow.h.

Referenced by read_odometry_values(), and startYarpCommunications().

yarp::os::BufferedPort<CDcxData> RomeoMainWindow::odomInput [private]

Definition at line 253 of file romeomainwindow.h.

Referenced by read_odometry_values(), and startYarpCommunications().

yarp::os::BufferedPort<CPurpurState> RomeoMainWindow::purpurStatePort [private]

Definition at line 255 of file romeomainwindow.h.

Referenced by startYarpCommunications().

CPurpurState* RomeoMainWindow::pyarpPurpur [private]

Definition at line 256 of file romeomainwindow.h.

Definition at line 257 of file romeomainwindow.h.

Referenced by initialValues().

Definition at line 258 of file romeomainwindow.h.

Referenced by initialValues().

yarp::os::BufferedPort< yarp::sig::ImageOf<PixelBgr> > RomeoMainWindow::laser2DImageInput [private]

Definition at line 260 of file romeomainwindow.h.

Referenced by read_odometry_values(), and startYarpCommunications().

yarp::sig::ImageOf<PixelBgr>* RomeoMainWindow::laser2DImage [private]

Definition at line 261 of file romeomainwindow.h.

Referenced by read_odometry_values().

IplImage* RomeoMainWindow::cvLaser2DImage [private]

Definition at line 262 of file romeomainwindow.h.

Referenced by read_odometry_values().

QGraphicsScene RomeoMainWindow::laser2Dscene [private]

QGraphicsTextItem* RomeoMainWindow::laser2DInfoText [private]

QGraphicsPixmapItem* RomeoMainWindow::laser2DPixmap [private]

QGraphicsPixmapItem RomeoMainWindow::laser2DPixmap_local [private]

Definition at line 266 of file romeomainwindow.h.

Referenced by createGraphicsView().

QGraphicsEllipseItem* RomeoMainWindow::laserRange [private]

Definition at line 267 of file romeomainwindow.h.

Referenced by connect_LASER2D_sensor(), and read_odometry_values().

QGraphicsPixmapItem* RomeoMainWindow::romeoImage [private]

Definition at line 268 of file romeomainwindow.h.

Referenced by connect_LASER2D_sensor(), and read_odometry_values().

Definition at line 270 of file romeomainwindow.h.

Referenced by read_odometry_values().

Definition at line 271 of file romeomainwindow.h.

Referenced by read_odometry_values().

yarp::os::BufferedPort< yarp::sig::ImageOf<PixelBgr> > RomeoMainWindow::elevationMapImageInput [private]

Definition at line 273 of file romeomainwindow.h.

Referenced by read_odometry_values(), and startYarpCommunications().

yarp::sig::ImageOf<PixelBgr>* RomeoMainWindow::elevationMapImage [private]

Definition at line 274 of file romeomainwindow.h.

Referenced by read_odometry_values().

Definition at line 275 of file romeomainwindow.h.

Referenced by read_odometry_values().

QGraphicsScene RomeoMainWindow::elevationMapscene [private]

QGraphicsTextItem* RomeoMainWindow::elevationMapInfoText [private]

QGraphicsPixmapItem* RomeoMainWindow::elevationMapPixmap [private]

QGraphicsPixmapItem RomeoMainWindow::elevationMapPixmap_local [private]

Definition at line 279 of file romeomainwindow.h.

Referenced by createGraphicsView().

yarp::os::BufferedPort< yarp::sig::ImageOf<PixelBgr> > RomeoMainWindow::transMapImageInput [private]

Definition at line 285 of file romeomainwindow.h.

Referenced by read_odometry_values(), and startYarpCommunications().

yarp::sig::ImageOf<PixelBgr>* RomeoMainWindow::transMapImage [private]

Definition at line 286 of file romeomainwindow.h.

Referenced by read_odometry_values().

IplImage* RomeoMainWindow::cvTransMapImage [private]

Definition at line 287 of file romeomainwindow.h.

Referenced by read_odometry_values().

QGraphicsScene RomeoMainWindow::transMapscene [private]

QGraphicsTextItem* RomeoMainWindow::transMapInfoText [private]

QGraphicsPixmapItem* RomeoMainWindow::transMapPixmap [private]

QGraphicsPixmapItem RomeoMainWindow::transMapPixmap_local [private]

Definition at line 291 of file romeomainwindow.h.

Referenced by createGraphicsView().

QFont RomeoMainWindow::infoFont [private]


The documentation for this class was generated from the following files:

Generated on Wed Apr 14 17:13:53 2010 for HMI by  doxygen 1.5.5
e-REdING. Biblioteca de la Escuela Superior de Ingenieros de Sevilla.


DISEÑO E IMPLEMENTACIÓN DE INTERFAZ PERSONA MÁQUINA Y SISTEMA DE ANÁLISIS POST-MISIÓN PARA ROBOT AUTÓNOMO MÓVIL ROMEO-4R

: Pérez Domínguez, Daniel
: Ingeniería Telecomunicación
Contenido del proyecto:
Directorio raíz  >  CODE  >  hmi3  >  doxygen  >  html  >  classRomeoMainWindow.html