GT RoboCup SSL
Soccer software, robot firmware
|
This is the complete list of members for DebugDrawer, including all inherited members.
DebugDrawer(Context *context) (defined in DebugDrawer) | DebugDrawer | inline |
debugLayers() const (defined in DebugDrawer) | DebugDrawer | inline |
drawArc(const Geometry2d::Arc &arc, const QColor &color=Qt::black, const QString &layer=QString()) (defined in DebugDrawer) | DebugDrawer | |
drawCircle(Geometry2d::Point center, float radius, const QColor &color=Qt::black, const QString &layer=QString()) (defined in DebugDrawer) | DebugDrawer | |
drawLine(const Geometry2d::Segment &line, const QColor &color=Qt::black, const QString &layer=QString()) (defined in DebugDrawer) | DebugDrawer | |
drawLine(Geometry2d::Point p0, Geometry2d::Point p1, const QColor &color=Qt::black, const QString &layer=QString()) (defined in DebugDrawer) | DebugDrawer | |
drawPolygon(const Geometry2d::Point *pts, int n, const QColor &color=Qt::black, const QString &layer=QString()) (defined in DebugDrawer) | DebugDrawer | |
drawPolygon(const std::vector< Geometry2d::Point > &pts, const QColor &color=Qt::black, const QString &layer=QString()) (defined in DebugDrawer) | DebugDrawer | |
drawPolygon(const Geometry2d::Polygon &pts, const QColor &color=Qt::black, const QString &layer=QString()) (defined in DebugDrawer) | DebugDrawer | |
drawSegment(const Geometry2d::Segment &line, const QColor &color=Qt::black, const QString &layer=QString()) (defined in DebugDrawer) | DebugDrawer | |
drawShape(const std::shared_ptr< Geometry2d::Shape > &obs, const QColor &color=Qt::black, const QString &layer=QString()) (defined in DebugDrawer) | DebugDrawer | |
drawShapeSet(const Geometry2d::ShapeSet &shapes, const QColor &color=Qt::black, const QString &layer=QString()) (defined in DebugDrawer) | DebugDrawer | |
drawText(const QString &text, Geometry2d::Point pos, const QColor &color=Qt::black, const QString &layer=QString()) (defined in DebugDrawer) | DebugDrawer | |
findDebugLayer(QString layer) | DebugDrawer | |
getLogFrame() (defined in DebugDrawer) | DebugDrawer | inline |
setLogFrame(Packet::LogFrame *logFrame) (defined in DebugDrawer) | DebugDrawer | inline |