Darwin Neuroevolution Framework
|
Visualization for a sim::TouchSensor object. More...
#include <touch_widget.h>
Additional Inherited Members | |
![]() | |
Canvas (QWidget *parent) | |
Creates a new Canvas. | |
int | borderSize () const |
Border size value (in pixels) | |
void | setBorderSize (int border_size) |
Sets a new border size (pixels) | |
const QRectF & | viewport () const |
Current viewport rectangle (in logical coordinates) | |
void | setViewport (const QRectF &viewport_rect) |
Sets the viewport rectangle (logical coordinates) More... | |
void | setViewport (const QPointF &top_left, const QPointF &bottom_right) |
Sets the viewport rectangle. More... | |
const QTransform & | transformFromViewport () const |
Logical viewport coordinates to client window coordinates. | |
const QTransform & | transformToViewport () const |
Client window coordinates to logical viewport coordinates. | |
double | scale () const |
Returns the current scale factor. | |
Visualization for a sim::TouchSensor object.