35 #ifndef IECOREMAYA_PARAMETERISEDHOLDERSETVALUECMD_H
36 #define IECOREMAYA_PARAMETERISEDHOLDERSETVALUECMD_H
38 #include "maya/MPxCommand.h"
39 #include "maya/MSyntax.h"
41 #include "IECoreMaya/ParameterisedHolderInterface.h"
57 static void *creator();
58 static MSyntax newSyntax();
60 virtual bool isUndoable()
const;
62 virtual MStatus doIt(
const MArgList &argList );
63 virtual MStatus undoIt();
64 virtual MStatus redoIt();
69 IECore::ParameterPtr m_parameter;
70 IECore::ObjectPtr m_originalValue;
71 IECore::ObjectPtr m_newValue;
76 #endif // IECOREMAYA_PARAMETERISEDHOLDERSETVALUECMD_H
Definition: ParameterisedHolderInterface.h:48
Definition: ParameterisedHolderSetValueCmd.h:49
The IECoreMaya namespace holds all the functionality of libIECoreMaya.
Definition: BoolParameterHandler.h:44