17#ifndef GAZEBO_GUI_MODEL_MODELPLUGININSPECTOR_HH_
18#define GAZEBO_GUI_MODEL_MODELPLUGININSPECTOR_HH_
28 class ModelPluginInspectorPrivate;
47 public:
void Update(ConstPluginPtr _pluginMsg);
58 msgs::Plugin *
Data()
const;
68 private slots:
void OnRemove();
71 private slots:
void OnCancel();
74 private slots:
void OnOK();
78 private: ModelPluginInspectorPrivate *dataPtr;
gui
Definition KeyEventHandler.hh:29
Inspector for model plugin properties.
Definition ModelPluginInspector.hh:35
void Applied()
Qt signal emitted to indicate that changes should be applied.
void Update(ConstPluginPtr _pluginMsg)
Update the config widget with a msg.
msgs::Plugin * Data() const
Get the message containing plugin data.
void SetReadOnly(const bool _readOnly)
Set read-only mode.
virtual void enterEvent(QEvent *_event)
Qt event emiited when the mouse enters this widget.
void Clear()
Clear the inspector.
~ModelPluginInspector()
Destructor.
ModelPluginInspector(QWidget *_parent=0)
Constructor.
Forward declarations for the common classes.
Definition Animation.hh:27