#include <QColor>
#include <tf/transform_listener.h>
#include "rviz/config.h"
#include "rviz/frame_manager.h"
#include "rviz/properties/property.h"
#include "rviz/properties/property_manager.h"
#include "rviz/properties/property_widget_item.h"
#include "rviz/properties/property_tree_widget.h"
#include "rviz/properties/topic_info_variant.h"
#include "rviz/properties/color_item.h"
#include "rviz/properties/enum_item.h"
#include "rviz/properties/edit_enum_item.h"
#include "rviz/properties/compound_widget_item.h"
Go to the source code of this file.
Namespaces | |
namespace | rviz |
Functions | |
static const QColor | rviz::CATEGORY_COLOR (4, 89, 127) |
static const QColor | rviz::ERROR_COLOR (178, 23, 46) |
PropertyWidgetItem * | rviz::getCategoryPGProperty (const CategoryPropertyWPtr &wprop) |
void | rviz::setPropertyHelpText (PropertyTreeWidget *grid, PropertyWidgetItem *widget_item, const std::string &text) |
void | rviz::setPropertyToColors (PropertyTreeWidget *grid, PropertyWidgetItem *widget_item, const QColor &fg_color, const QColor &bg_color, uint32_t column) |
void | rviz::setPropertyToDisabled (PropertyTreeWidget *grid, PropertyWidgetItem *property, uint32_t column) |
void | rviz::setPropertyToError (PropertyTreeWidget *grid, PropertyWidgetItem *property, uint32_t column) |
void | rviz::setPropertyToOK (PropertyTreeWidget *grid, PropertyWidgetItem *property, uint32_t column) |
void | rviz::setPropertyToWarn (PropertyTreeWidget *grid, PropertyWidgetItem *property, uint32_t column) |
static const QColor | rviz::WARN_COLOR (222, 213, 17) |