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.
 

Public Member Functions

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

Protected Member Functions

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

Detailed Description

Inspector for model plugin properties.

Constructor & Destructor Documentation

◆ ModelPluginInspector()

ModelPluginInspector ( QWidget * _parent = 0)
explicit

Constructor.

Parameters
[in]_parentParent QWidget.

◆ ~ModelPluginInspector()

Destructor.

Member Function Documentation

◆ Applied

void Applied ( )
signal

Qt signal emitted to indicate that changes should be applied.

◆ Clear()

void Clear ( )

Clear the inspector.

◆ Data()

msgs::Plugin * Data ( ) const

Get the message containing plugin data.

Returns
Plugin message

◆ enterEvent()

virtual void enterEvent ( QEvent * _event)
protectedvirtual

Qt event emiited when the mouse enters this widget.

Parameters
[in]_eventQt event.

◆ SetReadOnly()

void SetReadOnly ( const bool _readOnly)

Set read-only mode.

Parameters
[in]_readOnlyTrue to make this inspector read-only.

◆ Update()

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: