|
C++ API Reference
|
This is the complete list of members for MArgList, including all inherited members.
| addArg(bool arg) | MArgList | |
| addArg(int arg) | MArgList | |
| addArg(double arg) | MArgList | |
| addArg(const MString &arg) | MArgList | |
| addArg(const MDistance &arg) | MArgList | |
| addArg(const MAngle &arg) | MArgList | |
| addArg(const MTime &arg) | MArgList | |
| addArg(const MVector &arg) | MArgList | |
| addArg(const MPoint &arg) | MArgList | |
| asAngle(unsigned int index, MStatus *ret=NULL) const | MArgList | |
| asBool(unsigned int index, MStatus *ret=NULL) const | MArgList | |
| asDistance(unsigned int index, MStatus *ret=NULL) const | MArgList | |
| asDouble(unsigned int index, MStatus *ret=NULL) const | MArgList | |
| asDoubleArray(unsigned int &index, MStatus *ReturnStatus=NULL) const | MArgList | |
| asInt(unsigned int index, MStatus *ret=NULL) const | MArgList | |
| asIntArray(unsigned int &index, MStatus *ReturnStatus=NULL) const | MArgList | |
| asMatrix(unsigned int &index, MStatus *ret=NULL) const | MArgList | |
| asPoint(unsigned int &index, unsigned int numElements=3, MStatus *ReturnStatus=NULL) const | MArgList | |
| asString(unsigned int index, MStatus *ret=NULL) const | MArgList | |
| asStringArray(unsigned int &index, MStatus *ReturnStatus=NULL) const | MArgList | |
| asTime(unsigned int index, MStatus *ret=NULL) const | MArgList | |
| asVector(unsigned int &index, unsigned int numElements=3, MStatus *ReturnStatus=NULL) const | MArgList | |
| className() | MArgList | static |
| flagIndex(const char *shortFlag, const char *longFlag=NULL) const | MArgList | |
| get(unsigned int index, bool &ret) const | MArgList | |
| get(unsigned int index, int &ret) const | MArgList | |
| get(unsigned int index, double &ret) const | MArgList | |
| get(unsigned int index, MString &ret) const | MArgList | |
| get(unsigned int index, MDistance &ret) const | MArgList | |
| get(unsigned int index, MAngle &ret) const | MArgList | |
| get(unsigned int index, MTime &ret) const | MArgList | |
| get(unsigned int &index, MVector &ret, unsigned int numElements=3) const | MArgList | |
| get(unsigned int &index, MPoint &ret, unsigned int numElements=3) const | MArgList | |
| get(unsigned int &index, MMatrix &ret) const | MArgList | |
| get(unsigned int &index, MIntArray &ret) const | MArgList | |
| get(unsigned int &index, MDoubleArray &ret) const | MArgList | |
| get(unsigned int &index, MStringArray &ret) const | MArgList | |
| length(MStatus *ReturnStatus=NULL) const | MArgList | |
| MArgList() | MArgList | |
| MArgList(const MArgList &other) | MArgList | |
| operator<<(std::ostream &os, const MArgList &args) | MArgList | friend |
| operator=(const MArgList &other) | MArgList | |
| ~MArgList() | MArgList |