ModelPluginInspector Class Reference

Inspector for model plugin properties. More...

#include <ModelPluginInspector.hh>

Inherits QDialog.

Signals

void Applied ()
 Qt signal emitted to indicate that changes should be applied. More...
 

Public Member Functions

 ModelPluginInspector (QWidget *_parent=0)
 Constructor. More...
 
 ~ModelPluginInspector ()
 Destructor. More...
 
void Clear ()
 Clear the inspector. More...
 
msgs::Plugin * Data () const
 Get the message containing plugin data. More...
 
void SetReadOnly (const bool _readOnly)
 Set read-only mode. More...
 
void Update (ConstPluginPtr _pluginMsg)
 Update the config widget with a msg. More...
 

Protected Member Functions

virtual void enterEvent (QEvent *_event)
 Qt event emiited when the mouse enters this widget. More...
 

Detailed Description

Inspector for model plugin properties.

Constructor & Destructor Documentation

ModelPluginInspector ( QWidget *  _parent = 0)

Constructor.

Parameters
[in]_parentParent QWidget.

Destructor.

Member Function Documentation

void Applied ( )
signal

Qt signal emitted to indicate that changes should be applied.

void Clear ( )

Clear the inspector.

msgs::Plugin* Data ( ) const

Get the message containing plugin data.

Returns
Plugin message
virtual void enterEvent ( QEvent *  _event)
protectedvirtual

Qt event emiited when the mouse enters this widget.

Parameters
[in]_eventQt event.
void SetReadOnly ( const bool  _readOnly)

Set read-only mode.

Parameters
[in]_readOnlyTrue to make this inspector read-only.
void Update ( ConstPluginPtr  _pluginMsg)

Update the config widget with a msg.

Parameters
[in]_pluginMsgPlugin message.

The documentation for this class was generated from the following file: