Inspector for model plugin properties.  
 More...
#include <ModelPluginInspector.hh>
Inherits QDialog.
 | 
| void  | Applied () | 
|   | Qt signal emitted to indicate that changes should be applied.  More...
  | 
|   | 
 | 
| virtual void  | enterEvent (QEvent *_event) | 
|   | Qt event emiited when the mouse enters this widget.  More...
  | 
|   | 
Inspector for model plugin properties. 
 
§ ModelPluginInspector()
Constructor. 
- Parameters
 - 
  
    | [in] | _parent | Parent QWidget.  | 
  
   
 
 
§ ~ModelPluginInspector()
§ Applied
Qt signal emitted to indicate that changes should be applied. 
 
 
§ Clear()
§ 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
 - 
  
  
 
 
 
§ SetReadOnly()
      
        
          | void SetReadOnly  | 
          ( | 
          const bool  | 
          _readOnly | ) | 
           | 
        
      
 
Set read-only mode. 
- Parameters
 - 
  
    | [in] | _readOnly | True to make this inspector read-only.  | 
  
   
 
 
§ Update()
      
        
          | void Update  | 
          ( | 
          ConstPluginPtr  | 
          _pluginMsg | ) | 
           | 
        
      
 
Update the config widget with a msg. 
- Parameters
 - 
  
    | [in] | _pluginMsg | Plugin message.  | 
  
   
 
 
The documentation for this class was generated from the following file: