18 #ifndef _GAZEBO_GUI_ROTATEHANDLE_PRIVATE_HH_
19 #define _GAZEBO_GUI_ROTATEHANDLE_PRIVATE_HH_
21 #include <ignition/math/Vector2.hh>
52 public: ignition::math::Vector2d
origin;
common::Color borderColor
Border color of the rotate handle.
Definition: RotateHandlePrivate.hh:43
double handleOffsetHeight
Offset height of the rotate handle (from the item) in pixels.
Definition: RotateHandlePrivate.hh:49
ignition::math::Vector2d handleOffset
Offset position of the rotate handle in pixel coordinates.
Definition: RotateHandlePrivate.hh:55
double handleSize
Size of the rotate handle in pixels.
Definition: RotateHandlePrivate.hh:46
Definition: RotateHandlePrivate.hh:31
double mouseDownY
Mouse press Y position in pixel coordinates.
Definition: RotateHandlePrivate.hh:40
int mouseButtonState
Current mouse state.
Definition: RotateHandlePrivate.hh:34
Defines a color.
Definition: Color.hh:36
double mouseDownX
Mouse press X position in pixel coordinates.
Definition: RotateHandlePrivate.hh:37
ignition::math::Vector2d origin
Origin of the rotate handle.
Definition: RotateHandlePrivate.hh:52