18 #ifndef _GAZEBO_GUI_GRABBER_HANDLE_PRIVATE_HH_
19 #define _GAZEBO_GUI_GRABBER_HANDLE_PRIVATE_HH_
double widthGrabBuffer
Extra width around the grabber handle for mouse grabbing.
Definition: GrabberHandlePrivate.hh:60
Definition: GrabberHandlePrivate.hh:33
double height
Height of the grabber handle in pixels.
Definition: GrabberHandlePrivate.hh:57
int index
Index of this corner grabber.
Definition: GrabberHandlePrivate.hh:39
std::vector< GrabberHandle * > linkedGrabbers
A list of grabbers linked to this grabber.
Definition: GrabberHandlePrivate.hh:36
double mouseDownX
Mouse press X position in pixel coordinates.
Definition: GrabberHandlePrivate.hh:42
double heightGrabBuffer
Extra height around the grabber handle for mouse grabbing.
Definition: GrabberHandlePrivate.hh:63
double width
Width of the grabber handle in pixels.
Definition: GrabberHandlePrivate.hh:54
Defines a color.
Definition: Color.hh:36
int mouseButtonState
Current mouse state.
Definition: GrabberHandlePrivate.hh:66
common::Color borderColor
Border color of the grabber handle.
Definition: GrabberHandlePrivate.hh:51
common::Color handleColor
Fill color of the grabber handle.
Definition: GrabberHandlePrivate.hh:48
double mouseDownY
Mouse press Y position in pixel coordinates.
Definition: GrabberHandlePrivate.hh:45