17 #ifndef GAZEBO_GUI_MODEL_MODELPLUGININSPECTOR_HH_    18 #define GAZEBO_GUI_MODEL_MODELPLUGININSPECTOR_HH_    28     class ModelPluginInspectorPrivate;
    47       public: 
void Update(ConstPluginPtr _pluginMsg);
    51       public: 
void SetReadOnly(
const bool _readOnly);
    58       msgs::Plugin *Data() 
const;
    62       protected: 
virtual void enterEvent(QEvent *_event);
    65       Q_SIGNALS: 
void Applied();
    68       private slots: 
void OnRemove();
    71       private slots: 
void OnCancel();
    74       private slots: 
void OnOK();
    78       private: ModelPluginInspectorPrivate *dataPtr;
 Forward declarations for the common classes. 
Definition: Animation.hh:26
 
Inspector for model plugin properties. 
Definition: ModelPluginInspector.hh:34
 
gui
Definition: KeyEventHandler.hh:29