#include <RotateHandlePrivate.hh>
Public Attributes | |
common::Color | borderColor |
Border color of the rotate handle. More... | |
ignition::math::Vector2d | handleOffset |
Offset position of the rotate handle in pixel coordinates. More... | |
double | handleOffsetHeight |
Offset height of the rotate handle (from the item) in pixels. More... | |
double | handleSize |
Size of the rotate handle in pixels. More... | |
int | mouseButtonState |
Current mouse state. More... | |
double | mouseDownX |
Mouse press X position in pixel coordinates. More... | |
double | mouseDownY |
Mouse press Y position in pixel coordinates. More... | |
ignition::math::Vector2d | origin |
Origin of the rotate handle. More... | |
common::Color gazebo::gui::RotateHandlePrivate::borderColor |
Border color of the rotate handle.
ignition::math::Vector2d gazebo::gui::RotateHandlePrivate::handleOffset |
Offset position of the rotate handle in pixel coordinates.
double gazebo::gui::RotateHandlePrivate::handleOffsetHeight |
Offset height of the rotate handle (from the item) in pixels.
double gazebo::gui::RotateHandlePrivate::handleSize |
Size of the rotate handle in pixels.
int gazebo::gui::RotateHandlePrivate::mouseButtonState |
Current mouse state.
double gazebo::gui::RotateHandlePrivate::mouseDownX |
Mouse press X position in pixel coordinates.
double gazebo::gui::RotateHandlePrivate::mouseDownY |
Mouse press Y position in pixel coordinates.
ignition::math::Vector2d gazebo::gui::RotateHandlePrivate::origin |
Origin of the rotate handle.