| 
    MeVisLab Toolbox Reference
    
   | 
 
A class that wraps BaseWithParameterInfo objects for use in Python, and inspectable by the ParameterInfoInspector module \script. More...
#include <mlParameterInfoWrapper.h>
 Public Slots | |
| QVariantMap | getParameterInfo () const | 
| \script   | |
Public Member Functions | |
| MLBaseWithParameterInfoWrapper (const ml::BaseWithParameterInfo *object) | |
| Constructor.   | |
Protected Attributes | |
| const ml::BaseWithParameterInfo & | _object | 
| Wrapped ParameterInfo object.   | |
A class that wraps BaseWithParameterInfo objects for use in Python, and inspectable by the ParameterInfoInspector module \script.
Definition at line 54 of file mlParameterInfoWrapper.h.
| MLBaseWithParameterInfoWrapper::MLBaseWithParameterInfoWrapper | ( | const ml::BaseWithParameterInfo * | object | ) | 
Constructor.
      
  | 
  slot | 
\script
Get entire info as QVariantMap, which will become a python dict. To obtain a true python ParameterInfo object in python, use toParameterInfo() from parameter_info.utils
      
  | 
  protected | 
Wrapped ParameterInfo object.
Definition at line 72 of file mlParameterInfoWrapper.h.