15#include <FMEThirdPartyWarningsDisable.h>  
   17#include <Base/mlabCoreServices.h> 
   19#include <FMEThirdPartyWarningsRestore.h> 
   22  class BaseWithParameterInfo;
 
A class that wraps BaseWithParameterInfo objects for use in Python, and inspectable by the ParameterI...
 
MLBaseWithParameterInfoWrapper(const ml::BaseWithParameterInfo *object)
Constructor.
 
QVariantMap getParameterInfo() const
\script
 
const ml::BaseWithParameterInfo & _object
Wrapped ParameterInfo object.
 
A class that wraps ParameterInfo objects for use in Python, and inspectable by the ParameterInfoInspe...
 
QVariantMap toDict() const
\script
 
const ml::ParameterInfo & _paramInfo
Wrapped ParameterInfo object.
 
MLParameterInfoWrapper(const ml::ParameterInfo *paramInfo)
Constructor.
 
Mixin class to support generic getParameterInfo() object wrapping of supporting classes (e....
 
We would normally co-derive from QVariantMap, but this turned out to cause at least linker problems d...