#include <TextAlignment.h>
Public Types | |
enum | { H_LEFT = 0 } |
enum | { H_CENTER = 1 } |
enum | { V_TOP = 0 } |
enum | { V_CENTER = 1 } |
enum | { V_BOTTOM = 2 } |
typedef uint8_t | _horizontal_type |
typedef uint8_t | _vertical_type |
typedef boost::shared_ptr < ::rve_msgs::TextAlignment_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::rve_msgs::TextAlignment_ < ContainerAllocator > > | Ptr |
typedef TextAlignment_ < ContainerAllocator > | Type |
Public Member Functions | |
TextAlignment_ () | |
TextAlignment_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
uint8_t | horizontal |
uint8_t | vertical |
Definition at line 21 of file TextAlignment.h.
typedef uint8_t rve_msgs::TextAlignment_< ContainerAllocator >::_horizontal_type |
Definition at line 36 of file TextAlignment.h.
typedef uint8_t rve_msgs::TextAlignment_< ContainerAllocator >::_vertical_type |
Definition at line 39 of file TextAlignment.h.
typedef boost::shared_ptr< ::rve_msgs::TextAlignment_<ContainerAllocator> const> rve_msgs::TextAlignment_< ContainerAllocator >::ConstPtr |
Definition at line 49 of file TextAlignment.h.
typedef boost::shared_ptr< ::rve_msgs::TextAlignment_<ContainerAllocator> > rve_msgs::TextAlignment_< ContainerAllocator >::Ptr |
Definition at line 48 of file TextAlignment.h.
typedef TextAlignment_<ContainerAllocator> rve_msgs::TextAlignment_< ContainerAllocator >::Type |
Definition at line 22 of file TextAlignment.h.
anonymous enum |
Definition at line 42 of file TextAlignment.h.
anonymous enum |
Definition at line 43 of file TextAlignment.h.
anonymous enum |
Definition at line 44 of file TextAlignment.h.
anonymous enum |
Definition at line 45 of file TextAlignment.h.
anonymous enum |
Definition at line 46 of file TextAlignment.h.
rve_msgs::TextAlignment_< ContainerAllocator >::TextAlignment_ | ( | ) | [inline] |
Definition at line 24 of file TextAlignment.h.
rve_msgs::TextAlignment_< ContainerAllocator >::TextAlignment_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 30 of file TextAlignment.h.
boost::shared_ptr<std::map<std::string, std::string> > rve_msgs::TextAlignment_< ContainerAllocator >::__connection_header |
Definition at line 50 of file TextAlignment.h.
uint8_t rve_msgs::TextAlignment_< ContainerAllocator >::horizontal |
Definition at line 37 of file TextAlignment.h.
uint8_t rve_msgs::TextAlignment_< ContainerAllocator >::vertical |
Definition at line 40 of file TextAlignment.h.