Class PolygonDisplayModeProperty

Class Documentation

class PolygonDisplayModeProperty

Wrapper for EnumProperty + enum for whether to display the outline, area, or both.

Public Functions

explicit PolygonDisplayModeProperty(rviz_common::properties::Property *parent)
template<typename T>
inline void connectProperties(T receiver, const char *changed_slot)
inline bool shouldDrawOutlines() const
inline bool shouldDrawFiller() const

Protected Types

enum class DisplayMode

Values:

enumerator OUTLINE
enumerator FILLED
enumerator FILLED_OUTLINE

Protected Functions

inline DisplayMode getDisplayMode() const

Protected Attributes

rviz_common::properties::EnumProperty *property_