Property specialized for string values. More...
#include <string_property.h>

Public Slots | |
| bool | setStdString (const std::string &std_str) |
| bool | setString (const QString &str) |
Public Member Functions | |
| std::string | getStdString () |
| QString | getString () |
| StringProperty (const QString &name=QString(), const QString &default_value=QString(), const QString &description=QString(), Property *parent=0, const char *changed_slot=0, QObject *receiver=0) | |
Property specialized for string values.
Definition at line 40 of file string_property.h.
| rviz::StringProperty::StringProperty | ( | const QString & | name = QString(), |
| const QString & | default_value = QString(), |
||
| const QString & | description = QString(), |
||
| Property * | parent = 0, |
||
| const char * | changed_slot = 0, |
||
| QObject * | receiver = 0 |
||
| ) |
Definition at line 35 of file string_property.cpp.
| std::string rviz::StringProperty::getStdString | ( | ) | [inline] |
Definition at line 51 of file string_property.h.
| QString rviz::StringProperty::getString | ( | ) | [inline] |
Definition at line 52 of file string_property.h.
| bool rviz::StringProperty::setStdString | ( | const std::string & | std_str | ) | [inline, slot] |
Definition at line 56 of file string_property.h.
| bool rviz::StringProperty::setString | ( | const QString & | str | ) | [inline, slot] |
Reimplemented in rviz::EnumProperty, and rviz::EditableEnumProperty.
Definition at line 55 of file string_property.h.