MeVisLab Scripting Reference
MLParameterInfoWrapper Class Reference

#include <mlParameterInfoWrapper.h>

Inherits QObject.

Detailed Description

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

Member Function Documentation

◆ toDict

QVariantMap MLParameterInfoWrapper::toDict ( ) 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