35 #ifndef IECOREMAYA_COMPOUNDPARAMETERHANDLER_H
36 #define IECOREMAYA_COMPOUNDPARAMETERHANDLER_H
38 #include "IECoreMaya/ParameterHandler.h"
51 virtual MPlug doCreate( IECore::ConstParameterPtr parameter,
const MString &plugName, MObject &node )
const;
52 virtual MStatus doUpdate( IECore::ConstParameterPtr parameter, MPlug &plug )
const;
53 virtual MStatus doSetValue( IECore::ConstParameterPtr parameter, MPlug &plug )
const;
54 virtual MStatus doSetValue(
const MPlug &plug, IECore::ParameterPtr parameter )
const;
60 #endif // IECOREMAYA_COMPOUNDPARAMETERHANDLER_H
Definition: ParameterHandler.h:57
Definition: CompoundParameterHandler.h:46
The IECoreMaya namespace holds all the functionality of libIECoreMaya.
Definition: BoolParameterHandler.h:44