MeVisLab Toolbox Reference
MLBaseWithParameterInfoWrapper Class Reference

A class that wraps BaseWithParameterInfo objects for use in Python, and inspectable by the ParameterInfoInspector module. More...

#include <mlParameterInfoWrapper.h>

Inheritance diagram for MLBaseWithParameterInfoWrapper:

Public Slots

QVariantMap getParameterInfo () const
 Get entire info as QVariantMap, which will become a python dict. More...
 

Public Member Functions

 MLBaseWithParameterInfoWrapper (const ml::BaseWithParameterInfo *object)
 Constructor. More...
 

Detailed Description

A class that wraps BaseWithParameterInfo objects for use in Python, and inspectable by the ParameterInfoInspector module.

Definition at line 47 of file mlParameterInfoWrapper.h.

Constructor & Destructor Documentation

◆ MLBaseWithParameterInfoWrapper()

MLBaseWithParameterInfoWrapper::MLBaseWithParameterInfoWrapper ( const ml::BaseWithParameterInfo object)

Constructor.

Member Function Documentation

◆ getParameterInfo

QVariantMap MLBaseWithParameterInfoWrapper::getParameterInfo ( ) const
slot

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


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