#include <ros_topic_property.h>

Public Member Functions | |
| QString | getMessageType () const |
| QString | getTopic () const |
| std::string | getTopicStd () const |
| RosTopicProperty (const QString &name=QString(), const QString &default_value=QString(), const QString &message_type=QString(), const QString &description=QString(), Property *parent=0, const char *changed_slot=0, QObject *receiver=0) | |
| void | setMessageType (const QString &message_type) |
Protected Slots | |
| virtual void | fillTopicList () |
Private Attributes | |
| QString | message_type_ |
Definition at line 39 of file ros_topic_property.h.
| rviz::RosTopicProperty::RosTopicProperty | ( | const QString & | name = QString(), |
| const QString & | default_value = QString(), |
||
| const QString & | message_type = QString(), |
||
| const QString & | description = QString(), |
||
| Property * | parent = 0, |
||
| const char * | changed_slot = 0, |
||
| QObject * | receiver = 0 |
||
| ) |
Definition at line 40 of file ros_topic_property.cpp.
| void rviz::RosTopicProperty::fillTopicList | ( | ) | [protected, virtual, slot] |
Reimplemented in rviz::RosFilteredTopicProperty.
Definition at line 59 of file ros_topic_property.cpp.
| QString rviz::RosTopicProperty::getMessageType | ( | ) | const [inline] |
Definition at line 52 of file ros_topic_property.h.
| QString rviz::RosTopicProperty::getTopic | ( | ) | const [inline] |
Definition at line 54 of file ros_topic_property.h.
| std::string rviz::RosTopicProperty::getTopicStd | ( | ) | const [inline] |
Definition at line 55 of file ros_topic_property.h.
| void rviz::RosTopicProperty::setMessageType | ( | const QString & | message_type | ) |
Definition at line 54 of file ros_topic_property.cpp.
QString rviz::RosTopicProperty::message_type_ [private] |
Definition at line 61 of file ros_topic_property.h.