#include <MouseEvent.h>
Public Types | |
enum | { EVENT_RELEASE = 1 } |
enum | { EVENT_MOVE = 2 } |
enum | { MODIFIER_NONE = 0 } |
enum | { MODIFIER_SHIFT = 1 } |
enum | { MODIFIER_CONTROL = 2 } |
enum | { MODIFIER_ALT = 4 } |
enum | { MODIFIER_META = 8 } |
enum | { BUTTON_NONE = 0 } |
enum | { BUTTON_LEFT = 1 } |
enum | { BUTTON_MIDDLE = 2 } |
enum | { BUTTON_RIGHT = 4 } |
enum | { EVENT_PRESS = 0 } |
typedef uint8_t | _button_type |
typedef uint8_t | _buttons_type |
typedef uint8_t | _modifiers_type |
typedef uint8_t | _type_type |
typedef uint32_t | _window_height_type |
typedef uint32_t | _window_width_type |
typedef uint32_t | _x_type |
typedef uint32_t | _y_type |
typedef boost::shared_ptr < ::rve_msgs::MouseEvent_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::rve_msgs::MouseEvent_ < ContainerAllocator > > | Ptr |
typedef MouseEvent_ < ContainerAllocator > | Type |
Public Member Functions | |
MouseEvent_ () | |
MouseEvent_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
uint8_t | button |
uint8_t | buttons |
uint8_t | modifiers |
uint8_t | type |
uint32_t | window_height |
uint32_t | window_width |
uint32_t | x |
uint32_t | y |
Definition at line 21 of file MouseEvent.h.
typedef uint8_t rve_msgs::MouseEvent_< ContainerAllocator >::_button_type |
Definition at line 51 of file MouseEvent.h.
typedef uint8_t rve_msgs::MouseEvent_< ContainerAllocator >::_buttons_type |
Definition at line 54 of file MouseEvent.h.
typedef uint8_t rve_msgs::MouseEvent_< ContainerAllocator >::_modifiers_type |
Definition at line 69 of file MouseEvent.h.
typedef uint8_t rve_msgs::MouseEvent_< ContainerAllocator >::_type_type |
Definition at line 48 of file MouseEvent.h.
typedef uint32_t rve_msgs::MouseEvent_< ContainerAllocator >::_window_height_type |
Definition at line 66 of file MouseEvent.h.
typedef uint32_t rve_msgs::MouseEvent_< ContainerAllocator >::_window_width_type |
Definition at line 63 of file MouseEvent.h.
typedef uint32_t rve_msgs::MouseEvent_< ContainerAllocator >::_x_type |
Definition at line 57 of file MouseEvent.h.
typedef uint32_t rve_msgs::MouseEvent_< ContainerAllocator >::_y_type |
Definition at line 60 of file MouseEvent.h.
typedef boost::shared_ptr< ::rve_msgs::MouseEvent_<ContainerAllocator> const> rve_msgs::MouseEvent_< ContainerAllocator >::ConstPtr |
Definition at line 86 of file MouseEvent.h.
typedef boost::shared_ptr< ::rve_msgs::MouseEvent_<ContainerAllocator> > rve_msgs::MouseEvent_< ContainerAllocator >::Ptr |
Definition at line 85 of file MouseEvent.h.
typedef MouseEvent_<ContainerAllocator> rve_msgs::MouseEvent_< ContainerAllocator >::Type |
Definition at line 22 of file MouseEvent.h.
anonymous enum |
Definition at line 77 of file MouseEvent.h.
anonymous enum |
Definition at line 78 of file MouseEvent.h.
anonymous enum |
Definition at line 79 of file MouseEvent.h.
anonymous enum |
Definition at line 80 of file MouseEvent.h.
anonymous enum |
Definition at line 81 of file MouseEvent.h.
anonymous enum |
Definition at line 82 of file MouseEvent.h.
anonymous enum |
Definition at line 83 of file MouseEvent.h.
anonymous enum |
Definition at line 72 of file MouseEvent.h.
anonymous enum |
Definition at line 73 of file MouseEvent.h.
anonymous enum |
Definition at line 74 of file MouseEvent.h.
anonymous enum |
Definition at line 75 of file MouseEvent.h.
anonymous enum |
Definition at line 76 of file MouseEvent.h.
rve_msgs::MouseEvent_< ContainerAllocator >::MouseEvent_ | ( | ) | [inline] |
Definition at line 24 of file MouseEvent.h.
rve_msgs::MouseEvent_< ContainerAllocator >::MouseEvent_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 36 of file MouseEvent.h.
boost::shared_ptr<std::map<std::string, std::string> > rve_msgs::MouseEvent_< ContainerAllocator >::__connection_header |
Definition at line 87 of file MouseEvent.h.
uint8_t rve_msgs::MouseEvent_< ContainerAllocator >::button |
Definition at line 52 of file MouseEvent.h.
uint8_t rve_msgs::MouseEvent_< ContainerAllocator >::buttons |
Definition at line 55 of file MouseEvent.h.
uint8_t rve_msgs::MouseEvent_< ContainerAllocator >::modifiers |
Definition at line 70 of file MouseEvent.h.
uint8_t rve_msgs::MouseEvent_< ContainerAllocator >::type |
Definition at line 49 of file MouseEvent.h.
uint32_t rve_msgs::MouseEvent_< ContainerAllocator >::window_height |
Definition at line 67 of file MouseEvent.h.
uint32_t rve_msgs::MouseEvent_< ContainerAllocator >::window_width |
Definition at line 64 of file MouseEvent.h.
uint32_t rve_msgs::MouseEvent_< ContainerAllocator >::x |
Definition at line 58 of file MouseEvent.h.
uint32_t rve_msgs::MouseEvent_< ContainerAllocator >::y |
Definition at line 61 of file MouseEvent.h.