addShapeFromQueue(InMessage &message, Drawings::ShapeType shapeType) | DebugDrawing | |
arrow(Vector2< double > offset, Vector2< double > direction, Color color) | DebugDrawing | |
arrow(int xStart, int yStart, int xEnd, int yEnd, Drawings::PenStyle penStyle, int width, Color color) | DebugDrawing | |
circle(int xCenter, int yCenter, int radius, int penWidth, Drawings::PenStyle penStyle, Color penColor, Drawings::FillStyle fillStyle, Color fillColor) | DebugDrawing | |
DebugDrawing() | DebugDrawing | [inline] |
DebugDrawing(Drawings::FieldDrawing fieldDrawing) | DebugDrawing | |
DebugDrawing(Drawings::ImageDrawing imageDrawing) | DebugDrawing | |
DebugDrawing(const DebugDrawing &other) | DebugDrawing | |
DebugDrawing(const DebugDrawing *pDebugDrawing) | DebugDrawing | |
dot(int x, int y, Color penColor, Color fillColor) | DebugDrawing | |
elements | DebugDrawing | |
ellipse(int left, int right, int top, int bottom, Color color) | DebugDrawing | |
ellipse(int left, int right, int top, int bottom, int width, Drawings::PenStyle penStyle, Color penColor, Drawings::FillStyle fillStyle, Color fillColor) | DebugDrawing | |
fieldDrawingID | DebugDrawing | |
imageDrawingID | DebugDrawing | |
largeDot(int x, int y, Color penColor, Color fillColor) | DebugDrawing | |
line(int xStart, int yStart, int xEnd, int yEnd, Drawings::PenStyle penStyle, int width, Color color) | DebugDrawing | |
line(int xStart, int yStart, int xEnd, int yEnd) | DebugDrawing | |
MAX_NUMBER_OF_POINTS enum value | DebugDrawing | |
operator+=(const DebugDrawing &other) | DebugDrawing | |
operator=(const DebugDrawing &other) | DebugDrawing | |
polygon(const Vector2< int > *points, int nCount, int width, Drawings::PenStyle penStyle, Color penColor, Drawings::FillStyle fillStyle, Color fillColor) | DebugDrawing | |
pose2DSample(Pose2D pose) | DebugDrawing | |
pose2DSample(Pose2D pose, Color color) | DebugDrawing | |
rectangle(int left, int right, int top, int bottom, int width, Drawings::PenStyle penStyle, Color penColor, Drawings::FillStyle fillStyle, Color fillColor) | DebugDrawing | |
rectangle(int left, int right, int top, int bottom, Color color) | DebugDrawing | [inline] |
reset() | DebugDrawing | |
typeOfDrawing | DebugDrawing | |
~DebugDrawing() | DebugDrawing | [inline] |