#include <GrabberHandlePrivate.hh>
Public Attributes | |
| common::Color | borderColor |
| Border color of the grabber handle. More... | |
| common::Color | handleColor |
| Fill color of the grabber handle. More... | |
| double | height |
| Height of the grabber handle in pixels. More... | |
| double | heightGrabBuffer |
| Extra height around the grabber handle for mouse grabbing. More... | |
| int | index |
| Index of this corner grabber. More... | |
| std::vector< GrabberHandle * > | linkedGrabbers |
| A list of grabbers linked to this grabber. 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... | |
| double | width |
| Width of the grabber handle in pixels. More... | |
| double | widthGrabBuffer |
| Extra width around the grabber handle for mouse grabbing. More... | |
| common::Color gazebo::gui::GrabberHandlePrivate::borderColor |
Border color of the grabber handle.
| common::Color gazebo::gui::GrabberHandlePrivate::handleColor |
Fill color of the grabber handle.
| double gazebo::gui::GrabberHandlePrivate::height |
Height of the grabber handle in pixels.
| double gazebo::gui::GrabberHandlePrivate::heightGrabBuffer |
Extra height around the grabber handle for mouse grabbing.
| int gazebo::gui::GrabberHandlePrivate::index |
Index of this corner grabber.
| std::vector<GrabberHandle *> gazebo::gui::GrabberHandlePrivate::linkedGrabbers |
A list of grabbers linked to this grabber.
| int gazebo::gui::GrabberHandlePrivate::mouseButtonState |
Current mouse state.
| double gazebo::gui::GrabberHandlePrivate::mouseDownX |
Mouse press X position in pixel coordinates.
| double gazebo::gui::GrabberHandlePrivate::mouseDownY |
Mouse press Y position in pixel coordinates.
| double gazebo::gui::GrabberHandlePrivate::width |
Width of the grabber handle in pixels.
| double gazebo::gui::GrabberHandlePrivate::widthGrabBuffer |
Extra width around the grabber handle for mouse grabbing.