Manager of a single marker namespace. Keeps a hash from marker IDs to MarkerBasePtr, and creates or destroys them when . More...
#include <marker_display.h>
Public Slots | |
void | onEnableChanged () |
Public Member Functions | |
bool | isEnabled () const |
MarkerNamespace (const QString &name, Property *parent_property, MarkerDisplay *owner) | |
Private Attributes | |
MarkerDisplay * | owner_ |
Manager of a single marker namespace. Keeps a hash from marker IDs to MarkerBasePtr, and creates or destroys them when .
Definition at line 170 of file marker_display.h.
rviz::MarkerNamespace::MarkerNamespace | ( | const QString & | name, |
Property * | parent_property, | ||
MarkerDisplay * | owner | ||
) |
Definition at line 470 of file marker_display.cpp.
bool rviz::MarkerNamespace::isEnabled | ( | ) | const [inline] |
Definition at line 175 of file marker_display.h.
void rviz::MarkerNamespace::onEnableChanged | ( | ) | [slot] |
Definition at line 482 of file marker_display.cpp.
MarkerDisplay* rviz::MarkerNamespace::owner_ [private] |
Definition at line 181 of file marker_display.h.