#include <turtle_frame.h>
|
std::string | spawnTurtle (const std::string &name, float x, float y, float angle) |
|
std::string | spawnTurtle (const std::string &name, float x, float y, float angle, size_t index) |
|
| TurtleFrame (QWidget *parent=0, Qt::WindowFlags f=0) |
|
| ~TurtleFrame () |
|
Definition at line 52 of file turtle_frame.h.
turtlesim::TurtleFrame::TurtleFrame |
( |
QWidget * |
parent = 0 , |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
turtlesim::TurtleFrame::~TurtleFrame |
( |
| ) |
|
void turtlesim::TurtleFrame::clear |
( |
| ) |
|
|
private |
bool turtlesim::TurtleFrame::clearCallback |
( |
std_srvs::Empty::Request & |
, |
|
|
std_srvs::Empty::Response & |
|
|
) |
| |
|
private |
bool turtlesim::TurtleFrame::hasTurtle |
( |
const std::string & |
name | ) |
|
|
private |
bool turtlesim::TurtleFrame::killCallback |
( |
turtlesim::Kill::Request & |
req, |
|
|
turtlesim::Kill::Response & |
|
|
) |
| |
|
private |
void turtlesim::TurtleFrame::onUpdate |
( |
| ) |
|
|
privateslot |
void turtlesim::TurtleFrame::paintEvent |
( |
QPaintEvent * |
event | ) |
|
|
protected |
bool turtlesim::TurtleFrame::resetCallback |
( |
std_srvs::Empty::Request & |
, |
|
|
std_srvs::Empty::Response & |
|
|
) |
| |
|
private |
bool turtlesim::TurtleFrame::spawnCallback |
( |
turtlesim::Spawn::Request & |
req, |
|
|
turtlesim::Spawn::Response & |
res |
|
) |
| |
|
private |
std::string turtlesim::TurtleFrame::spawnTurtle |
( |
const std::string & |
name, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
angle |
|
) |
| |
std::string turtlesim::TurtleFrame::spawnTurtle |
( |
const std::string & |
name, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
angle, |
|
|
size_t |
index |
|
) |
| |
void turtlesim::TurtleFrame::updateTurtles |
( |
| ) |
|
|
private |
uint64_t turtlesim::TurtleFrame::frame_count_ |
|
private |
float turtlesim::TurtleFrame::height_in_meters_ |
|
private |
uint32_t turtlesim::TurtleFrame::id_counter_ |
|
private |
float turtlesim::TurtleFrame::meter_ |
|
private |
QImage turtlesim::TurtleFrame::path_image_ |
|
private |
QPainter turtlesim::TurtleFrame::path_painter_ |
|
private |
QVector<QImage> turtlesim::TurtleFrame::turtle_images_ |
|
private |
M_Turtle turtlesim::TurtleFrame::turtles_ |
|
private |
QTimer* turtlesim::TurtleFrame::update_timer_ |
|
private |
float turtlesim::TurtleFrame::width_in_meters_ |
|
private |
The documentation for this class was generated from the following files: