$search
#include "property.h"
#include "ros_topic_property.h"
#include "tf_frame_property.h"
#include "edit_enum_property.h"
#include <wx/wx.h>
#include <wx/propgrid/propgrid.h>
#include <wx/propgrid/advprops.h>
#include <wx/config.h>
Go to the source code of this file.
Namespaces | |
namespace | rviz |
Functions | |
static const wxColour | rviz::ERROR_COLOR (178, 23, 46) |
wxPGProperty * | rviz::getCategoryPGProperty (const CategoryPropertyWPtr &wprop) |
void | rviz::setPropertyHelpText (wxPGProperty *property, const std::string &text) |
void | rviz::setPropertyName (wxPGProperty *property, const wxString &name) |
void | rviz::setPropertyToColors (wxPGProperty *property, const wxColour &fg_color, const wxColour &bg_color, uint32_t column) |
void | rviz::setPropertyToDisabled (wxPGProperty *property, uint32_t column) |
void | rviz::setPropertyToError (wxPGProperty *property, uint32_t column) |
void | rviz::setPropertyToOK (wxPGProperty *property, uint32_t column) |
void | rviz::setPropertyToWarn (wxPGProperty *property, uint32_t column) |
static const wxColour | rviz::WARN_COLOR (222, 213, 17) |