#include <qnavigatorwidget.h>

Public Member Functions | |
| QNavigatorWidget (QWidget *parent=0, const char *name=0, WFlags f=0) | |
| virtual | ~QNavigatorWidget () |
Public Member Functions inherited from QMapPainter | |
| template<typename Iterator > | |
| void | drawPoints (const Iterator &begin, const Iterator &end, unsigned char r, unsigned char g, unsigned char b) |
| QMapPainter (QWidget *parent=0, const char *name=0, WFlags f=0) | |
| template<typename Cell > | |
| void | setPixmap (unsigned int xsize, unsigned int ysize, Cell **values) |
| void | start (int period) |
| virtual | ~QMapPainter () |
Public Attributes | |
| bool | confirmLocalization |
| bool | drawRobot |
| QPixmapDumper | dumper |
| bool | enableMotion |
| bool | goHome |
| bool | repositionRobot |
| double | robotHeading |
| GMapping::IntPoint | robotPose |
| bool | startGlobalLocalization |
| bool | startWalker |
| std::list< GMapping::IntPoint > | trajectoryPoints |
| bool | trajectorySent |
| bool | wantsQuit |
| bool | writeImages |
Protected Member Functions | |
| virtual void | keyPressEvent (QKeyEvent *e) |
| virtual void | mousePressEvent (QMouseEvent *e) |
| virtual void | paintEvent (QPaintEvent *paintevent) |
Protected Member Functions inherited from QMapPainter | |
| virtual void | resizeEvent (QResizeEvent *) |
| virtual void | timerEvent (QTimerEvent *te) |
Additional Inherited Members | |
Protected Attributes inherited from QMapPainter | |
| QPixmap * | m_pixmap |
| int | timer |
Definition at line 9 of file qnavigatorwidget.h.
| QNavigatorWidget::QNavigatorWidget | ( | QWidget * | parent = 0, |
| const char * | name = 0, |
||
| WFlags | f = 0 |
||
| ) |
Definition at line 6 of file qnavigatorwidget.cpp.
|
virtual |
Definition at line 21 of file qnavigatorwidget.cpp.
|
protectedvirtual |
Definition at line 52 of file qnavigatorwidget.cpp.
|
protectedvirtual |
Definition at line 24 of file qnavigatorwidget.cpp.
|
protectedvirtual |
Reimplemented from QMapPainter.
Definition at line 95 of file qnavigatorwidget.cpp.
| bool QNavigatorWidget::confirmLocalization |
Definition at line 17 of file qnavigatorwidget.h.
| bool QNavigatorWidget::drawRobot |
Definition at line 26 of file qnavigatorwidget.h.
| QPixmapDumper QNavigatorWidget::dumper |
Definition at line 25 of file qnavigatorwidget.h.
| bool QNavigatorWidget::enableMotion |
Definition at line 18 of file qnavigatorwidget.h.
| bool QNavigatorWidget::goHome |
Definition at line 22 of file qnavigatorwidget.h.
| bool QNavigatorWidget::repositionRobot |
Definition at line 14 of file qnavigatorwidget.h.
| double QNavigatorWidget::robotHeading |
Definition at line 16 of file qnavigatorwidget.h.
| GMapping::IntPoint QNavigatorWidget::robotPose |
Definition at line 15 of file qnavigatorwidget.h.
| bool QNavigatorWidget::startGlobalLocalization |
Definition at line 20 of file qnavigatorwidget.h.
| bool QNavigatorWidget::startWalker |
Definition at line 19 of file qnavigatorwidget.h.
| std::list<GMapping::IntPoint > QNavigatorWidget::trajectoryPoints |
Definition at line 13 of file qnavigatorwidget.h.
| bool QNavigatorWidget::trajectorySent |
Definition at line 21 of file qnavigatorwidget.h.
| bool QNavigatorWidget::wantsQuit |
Definition at line 23 of file qnavigatorwidget.h.
| bool QNavigatorWidget::writeImages |
Definition at line 24 of file qnavigatorwidget.h.