OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
This is the complete list of members for Ogre::PropertyDef, including all inherited members.
getDescription() const | Ogre::PropertyDef | inline |
getName() const | Ogre::PropertyDef | inline |
getType() const | Ogre::PropertyDef | inline |
getTypeForValue(const short &val) | Ogre::PropertyDef | inlinestatic |
getTypeForValue(const unsigned short &val) | Ogre::PropertyDef | inlinestatic |
getTypeForValue(const int &val) | Ogre::PropertyDef | inlinestatic |
getTypeForValue(const unsigned int &val) | Ogre::PropertyDef | inlinestatic |
getTypeForValue(const long &val) | Ogre::PropertyDef | inlinestatic |
getTypeForValue(const unsigned long &val) | Ogre::PropertyDef | inlinestatic |
getTypeForValue(const Real &val) | Ogre::PropertyDef | inlinestatic |
getTypeForValue(const String &val) | Ogre::PropertyDef | inlinestatic |
getTypeForValue(const Vector2 &val) | Ogre::PropertyDef | inlinestatic |
getTypeForValue(const Vector3 &val) | Ogre::PropertyDef | inlinestatic |
getTypeForValue(const Vector4 &val) | Ogre::PropertyDef | inlinestatic |
getTypeForValue(const ColourValue &val) | Ogre::PropertyDef | inlinestatic |
getTypeForValue(const bool &val) | Ogre::PropertyDef | inlinestatic |
getTypeForValue(const Quaternion &val) | Ogre::PropertyDef | inlinestatic |
getTypeForValue(const Matrix3 &val) | Ogre::PropertyDef | inlinestatic |
getTypeForValue(const Matrix4 &val) | Ogre::PropertyDef | inlinestatic |
getTypeName(PropertyType theType) | Ogre::PropertyDef | static |
PropertyDef(const String &name, const String &desc, PropertyType pType) | Ogre::PropertyDef | inline |