MeVisLab Toolbox Reference
MLParameterInfoWrapper Class Reference

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

#include <mlParameterInfoWrapper.h>

Inheritance diagram for MLParameterInfoWrapper:

Public Slots

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

Public Member Functions

 MLParameterInfoWrapper (const ml::ParameterInfo *paramInfo)
 Constructor. More...
 

Detailed Description

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

Definition at line 24 of file mlParameterInfoWrapper.h.

Constructor & Destructor Documentation

◆ MLParameterInfoWrapper()

MLParameterInfoWrapper::MLParameterInfoWrapper ( const ml::ParameterInfo paramInfo)

Constructor.

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


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