C++ API Reference
|
This is the complete list of members for MDagModifier, including all inherited members.
addAttribute(const MObject &node, const MObject &attribute) | MDGModifier | |
addAttribute(const MObject &node, const MObject &attribute, MFnDependencyNode::MAttrClass type) | MDGModifier | |
addExtensionAttribute(const MNodeClass &nodeClass, const MObject &attribute) | MDGModifier | |
className() | MDagModifier | static |
commandToExecute(const MString &command) | MDGModifier | |
connect(const MObject &sourceNode, const MObject &sourceAttr, const MObject &destNode, const MObject &destAttr) | MDGModifier | |
connect(const MPlug &source, const MPlug &dest) | MDGModifier | |
createNode(const MTypeId &typeId, const MObject &parent=MObject::kNullObj, MStatus *ReturnStatus=NULL) | MDagModifier | |
createNode(const MString &type, const MObject &parent=MObject::kNullObj, MStatus *ReturnStatus=NULL) | MDagModifier | |
MDGModifier::createNode(const MTypeId &typeId, MStatus *ReturnStatus=NULL) | MDGModifier | |
MDGModifier::createNode(const MString &type, MStatus *ReturnStatus=NULL) | MDGModifier | |
deleteMetadata(const MObject &node) | MDGModifier | |
deleteNode(const MObject &node) | MDGModifier | |
deleteNode(const MObject &node, bool includeParents) | MDGModifier | |
disconnect(const MObject &sourceNode, const MObject &sourceAttr, const MObject &destNode, const MObject &destAttr) | MDGModifier | |
disconnect(const MPlug &source, const MPlug &dest) | MDGModifier | |
doIt() | MDGModifier | |
linkExtensionAttributeToPlugin(const MObject &plugin, const MObject &attribute) | MDGModifier | |
MDagModifier() | MDagModifier | |
MDGModifier() | MDGModifier | |
newPlugValue(const MPlug &plug, MObject &plugValue) | MDGModifier | |
newPlugValueBool(const MPlug &plug, bool plugValue) | MDGModifier | |
newPlugValueChar(const MPlug &plug, char plugValue) | MDGModifier | |
newPlugValueDouble(const MPlug &plug, double plugValue) | MDGModifier | |
newPlugValueFloat(const MPlug &plug, float plugValue) | MDGModifier | |
newPlugValueInt(const MPlug &plug, int plugValue) | MDGModifier | |
newPlugValueInt64(const MPlug &plug, MInt64 plugValue) | MDGModifier | |
newPlugValueMAngle(const MPlug &plug, const MAngle &plugValue) | MDGModifier | |
newPlugValueMDistance(const MPlug &plug, const MDistance &plugValue) | MDGModifier | |
newPlugValueMTime(const MPlug &plug, const MTime &plugValue) | MDGModifier | |
newPlugValueShort(const MPlug &plug, short plugValue) | MDGModifier | |
newPlugValueString(const MPlug &plug, const MString &plugValue) | MDGModifier | |
pythonCommandToExecute(const MString &command) | MDGModifier | |
removeAttribute(const MObject &node, const MObject &attribute) | MDGModifier | |
removeAttribute(const MObject &node, const MObject &attribute, MFnDependencyNode::MAttrClass type) | MDGModifier | |
removeExtensionAttribute(const MNodeClass &nodeClass, const MObject &attribute) | MDGModifier | |
removeExtensionAttributeIfUnset(const MNodeClass &nodeClass, const MObject &attribute) | MDGModifier | |
removeMultiInstance(const MPlug &plug, bool breakConnections) | MDGModifier | |
renameAttribute(const MObject &node, const MObject &attribute, const MString &shortName, const MString &longName) | MDGModifier | |
renameNode(const MObject &node, const MString &newName) | MDGModifier | |
reparentNode(const MObject &node, const MObject &newParent=MObject::kNullObj) | MDagModifier | |
setMetadata(const MObject &node, const adsk::Data::Associations &metadata) | MDGModifier | |
setNodeLockState(const MObject &node, bool newState) | MDGModifier | |
undoIt() | MDGModifier | |
unlinkExtensionAttributeFromPlugin(const MObject &mPlugin, const MObject &mAttribute) | MDGModifier | |
~MDagModifier() override | MDagModifier | |
~MDGModifier() | MDGModifier | virtual |