|
C12Adapter Opensource C++ Interface
|
This is the complete list of members for MAlgorithm, including all inherited members.
| AddUnique(MStdStringVector &source, const MStdString &value) | MAlgorithm | static |
| Call(const MStdString &name, const MVariant ¶ms) | MObject | |
| Call0(const MStdString &name) | MObject | |
| Call1(const MStdString &name, const MVariant &p1) | MObject | |
| Call2(const MStdString &name, const MVariant &p1, const MVariant &p2) | MObject | |
| Call3(const MStdString &name, const MVariant &p1, const MVariant &p2, const MVariant &p3) | MObject | |
| Call4(const MStdString &name, const MVariant &p1, const MVariant &p2, const MVariant &p3, const MVariant &p4) | MObject | |
| Call5(const MStdString &name, const MVariant &p1, const MVariant &p2, const MVariant &p3, const MVariant &p4, const MVariant &p5) | MObject | |
| Call6(const MStdString &name, const MVariant &p1, const MVariant &p2, const MVariant &p3, const MVariant &p4, const MVariant &p5, const MVariant &p6) | MObject | |
| CallV(const MStdString &name, const MVariant::VariantVector ¶ms) | MObject | virtual |
| DoSetPersistentPropertiesToDefault(const MClass *staticClass) | MObject | protected |
| Find(const MVariant &sequence, const MVariant &subSequence) | MAlgorithm | static |
| FindReverse(const MVariant &sequence, const MVariant &subSequence) | MAlgorithm | static |
| GetAllPersistentPropertyNames() const | MObject | virtual |
| GetAllPropertyNames() const | MObject | virtual |
| GetClass() const =0 | MObject | pure virtual |
| GetEmbeddedSizeof() const | MObject | virtual |
| GetPersistentPropertyDefaultValue(const MStdString &name) const | MObject | virtual |
| GetProperty(const MStdString &name) const | MObject | virtual |
| GetStaticClass() | MObject | inlinestatic |
| GetType() const | MObject | virtual |
| InplaceSort(MStdStringVector &collection, bool uniqueOnly=false, bool naturalSort=false) | MAlgorithm | static |
| InplaceTrim(MStdString &str, MConstChars trimCharacters=NULL) | MAlgorithm | static |
| InplaceTrimLeft(MStdString &str, MConstChars trimCharacters=NULL) | MAlgorithm | static |
| InplaceTrimRight(MStdString &str, MConstChars trimCharacters=NULL) | MAlgorithm | static |
| IsClassPresent(const MStdString &name) | MObject | inlinestatic |
| IsEmbeddedObject() const | MObject | inline |
| IsPropertyPresent(const MStdString &name) const | MObject | virtual |
| IsServicePresent(const MStdString &name) const | MObject | virtual |
| Join(const MVariant &source, const MVariant &delimiter) | MAlgorithm | static |
| MObject() | MObject | inlineprotected |
| Replace(const MVariant &source, const MVariant &from, const MVariant &to) | MAlgorithm | static |
| s_class | MObject | static |
| SetPersistentPropertiesToDefault() | MObject | virtual |
| SetPersistentPropertyToDefault(const MStdString &name) | MObject | virtual |
| SetProperty(const MStdString &name, const MVariant &value) | MObject | virtual |
| SetType(const MStdString &) | MObject | virtual |
| Sort(const MVariant &sequence, bool uniqueOnly=false) | MAlgorithm | static |
| Split(const MVariant &str, const MVariant &delimiter, bool trimBlanks=false, bool allowEmpty=false) | MAlgorithm | static |
| SplitWithDelimiter(const MStdString &str, char delimiter, bool trimBlanks=false, bool allowEmpty=false) | MAlgorithm | static |
| SplitWithDelimiter(const MStdString &str, const MStdString &delimiter, bool trimBlanks=false, bool allowEmpty=false) | MAlgorithm | static |
| Trim(const MVariant &str, const MVariant &trimCharacters) | MAlgorithm | static |
| TrimLeft(const MVariant &str, const MVariant &trimCharacters) | MAlgorithm | static |
| TrimRight(const MVariant &str, const MVariant &trimCharacters) | MAlgorithm | static |
| TrimString(const MStdString &str, MConstChars trimCharacters=NULL) | MAlgorithm | static |
| Validate() | MObject | virtual |
| ~MObject() | MObject | inlinevirtual |