Wrapper for EnumProperty + enum for whether to display the outline, area, or both. More...
#include <polygon_parts.h>
Public Member Functions | |
PolygonDisplayModeProperty (rviz::Property *parent, const char *changed_slot=0) | |
bool | shouldDrawFiller () const |
bool | shouldDrawOutlines () const |
Protected Types | |
enum | DisplayMode { DisplayMode::OUTLINE, DisplayMode::FILLED, DisplayMode::FILLED_OUTLINE } |
Protected Member Functions | |
DisplayMode | getDisplayMode () const |
Protected Attributes | |
rviz::EnumProperty * | property_ |
Wrapper for EnumProperty + enum for whether to display the outline, area, or both.
Definition at line 140 of file polygon_parts.h.
|
strongprotected |
Enumerator | |
---|---|
OUTLINE | |
FILLED | |
FILLED_OUTLINE |
Definition at line 148 of file polygon_parts.h.
|
explicit |
Definition at line 178 of file polygon_parts.cpp.
|
inlineprotected |
Definition at line 149 of file polygon_parts.h.
|
inline |
Definition at line 146 of file polygon_parts.h.
|
inline |
Definition at line 145 of file polygon_parts.h.
|
protected |
Definition at line 150 of file polygon_parts.h.