MeVisLab Toolbox Reference
|
A class that wraps ParameterInfo objects for use in Python, and inspectable by the ParameterInfoInspector module. More...
#include <mlParameterInfoWrapper.h>
Public Slots | |
QVariantMap | toDict () const |
\script | |
Public Member Functions | |
MLParameterInfoWrapper (const ml::ParameterInfo *paramInfo) | |
Constructor. | |
Protected Attributes | |
const ml::ParameterInfo & | _paramInfo |
Wrapped ParameterInfo object. | |
A class that wraps ParameterInfo objects for use in Python, and inspectable by the ParameterInfoInspector module.
Definition at line 26 of file mlParameterInfoWrapper.h.
MLParameterInfoWrapper::MLParameterInfoWrapper | ( | const ml::ParameterInfo * | paramInfo | ) |
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 45 of file mlParameterInfoWrapper.h.