#include <image_transport_hints_property.h>
Public Member Functions | |
image_transport::TransportHints | getTransportHints () |
ImageTransportHintsProperty (const char *name, const char *description, rviz::Property *parent, const char *changed_slot) | |
~ImageTransportHintsProperty () | |
Public Member Functions inherited from rviz::EditableEnumProperty | |
virtual void | addOption (const QString &option) |
void | addOptionStd (const std::string &option) |
virtual void | clearOptions () |
QWidget * | createEditor (QWidget *parent, const QStyleOptionViewItem &option) override |
EditableEnumProperty (const QString &name, const QString &default_value, const QString &description, P *parent, Func &&changed_slot) | |
EditableEnumProperty (const QString &name, const QString &default_value, const QString &description, Property *parent, Func &&changed_slot, const R *receiver) | |
EditableEnumProperty (const QString &name=QString(), const QString &default_value=QString(), const QString &description=QString(), Property *parent=nullptr) | |
void | sortOptions () |
Public Member Functions inherited from rviz::StringProperty | |
std::string | getStdString () |
QString | getString () |
StringProperty (const QString &name, const QString &default_value, const QString &description, P *parent, Func &&changed_slot) | |
StringProperty (const QString &name, const QString &default_value, const QString &description, Property *parent, Func &&changed_slot, const R *receiver) | |
StringProperty (const QString &name=QString(), const QString &default_value=QString(), const QString &description=QString(), Property *parent=nullptr) | |
Public Member Functions inherited from rviz::Property | |
virtual void | addChild (Property *child, int index=-1) |
Property * | childAt (int index) const |
virtual Property * | childAtUnchecked (int index) const |
virtual void | collapse () |
std::enable_if<!QtPrivate::FunctionPointer< Func >::IsPointerToMemberFunction, QMetaObject::Connection >::type | connect (const QObject *context, Func &&slot, Qt::ConnectionType type=Qt::AutoConnection) |
QMetaObject::Connection | connect (const QObject *receiver, const char *slot, Qt::ConnectionType type=Qt::AutoConnection) |
std::enable_if< QtPrivate::FunctionPointer< Func >::IsPointerToMemberFunction, QMetaObject::Connection >::type | connect (const R *receiver, Func &&slot, Qt::ConnectionType type=Qt::AutoConnection) |
std::enable_if<!QtPrivate::FunctionPointer< Func >::IsPointerToMemberFunction, QMetaObject::Connection >::type | connect (Func &&slot, Qt::ConnectionType type=Qt::AutoConnection) |
bool | contains (Property *possible_child) const |
virtual void | expand () |
virtual QString | getDescription () const |
virtual bool | getDisableChildren () |
virtual bool | getHidden () const |
virtual QIcon | getIcon () const |
PropertyTreeModel * | getModel () const |
virtual QString | getName () const |
std::string | getNameStd () const |
Property * | getParent () const |
virtual bool | getReadOnly () const |
virtual QVariant | getValue () const |
virtual QVariant | getViewData (int column, int role) const |
virtual Qt::ItemFlags | getViewFlags (int column) const |
void | hide () |
void | insertChildSorted (Property *child) |
bool | isAncestorOf (Property *possible_child) const |
virtual void | load (const Config &config) |
virtual void | moveChild (int from_index, int to_index) |
virtual int | numChildren () const |
virtual bool | paint (QPainter *painter, const QStyleOptionViewItem &option) const |
Property (const QString &name, const QVariant &default_value, const QString &description, P *parent, Func &&changed_slot) | |
Property (const QString &name, const QVariant &default_value, const QString &description, Property *parent, Func &&changed_slot, const R *receiver) | |
Property (const QString &name=QString(), const QVariant &default_value=QVariant(), const QString &description=QString(), Property *parent=nullptr) | |
virtual void | removeChildren (int start_index=0, int count=-1) |
int | rowNumberInParent () const |
virtual void | save (Config config) const |
virtual void | setDescription (const QString &description) |
virtual void | setHidden (bool hidden) |
virtual void | setIcon (const QIcon &icon) |
void | setModel (PropertyTreeModel *model) |
virtual void | setName (const QString &name) |
void | setParent (Property *new_parent) |
virtual void | setReadOnly (bool read_only) |
void | setShouldBeSaved (bool save) |
virtual bool | setValue (const QVariant &new_value) |
bool | shouldBeSaved () const |
void | show () |
virtual Property * | subProp (const QString &sub_name) |
Property * | takeChild (Property *child) |
virtual Property * | takeChildAt (int index) |
~Property () override | |
Additional Inherited Members | |
Public Slots inherited from rviz::EditableEnumProperty | |
virtual void | setString (const QString &str) |
Public Slots inherited from rviz::StringProperty | |
bool | setStdString (const std::string &std_str) |
bool | setString (const QString &str) |
Signals inherited from rviz::EditableEnumProperty | |
void | requestOptions (EditableEnumProperty *property_in_need_of_options) |
Signals inherited from rviz::Property | |
void | aboutToChange () |
void | changed () |
void | childListChanged (Property *this_property) |
Protected Member Functions inherited from rviz::Property | |
void | loadValue (const Config &config) |
Protected Attributes inherited from rviz::EditableEnumProperty | |
QStringList | strings_ |
Protected Attributes inherited from rviz::Property | |
bool | child_indexes_valid_ |
QIcon | icon_ |
PropertyTreeModel * | model_ |
QVariant | value_ |
Definition at line 10 of file image_transport_hints_property.h.
jsk_rviz_plugins::ImageTransportHintsProperty::ImageTransportHintsProperty | ( | const char * | name, |
const char * | description, | ||
rviz::Property * | parent, | ||
const char * | changed_slot | ||
) |
Definition at line 5 of file image_transport_hints_property.cpp.
jsk_rviz_plugins::ImageTransportHintsProperty::~ImageTransportHintsProperty | ( | ) |
Definition at line 15 of file image_transport_hints_property.cpp.
image_transport::TransportHints jsk_rviz_plugins::ImageTransportHintsProperty::getTransportHints | ( | ) |
Definition at line 17 of file image_transport_hints_property.cpp.