, including all inherited members.
_dirtyState() | Ogre::Resource | [virtual] |
_fireLoadingComplete(bool wasBackgroundLoaded) | Ogre::Resource | [virtual] |
_firePreparingComplete(bool wasBackgroundLoaded) | Ogre::Resource | [virtual] |
_fireUnloadingComplete(void) | Ogre::Resource | [virtual] |
_notifyOrigin(const String &origin) | Ogre::Resource | [virtual] |
addCodePointRange(const CodePointRange &range) | Ogre::Font | |
addListener(Listener *lis) | Ogre::Resource | [virtual] |
AllocatedObject() | Ogre::AllocatedObject< Alloc > | [explicit] |
calculateSize(void) const | Ogre::Font | [protected, virtual] |
changeGroupOwnership(const String &newGroup) | Ogre::Resource | [virtual] |
cleanupDictionary() | Ogre::StringInterface | [static] |
clearCodePointRanges() | Ogre::Font | |
CodePoint typedef | Ogre::Font | |
CodePointMap typedef | Ogre::Font | [protected] |
CodePointRange typedef | Ogre::Font | |
CodePointRangeList typedef | Ogre::Font | |
copyParametersTo(StringInterface *dest) const | Ogre::StringInterface | [virtual] |
createParamDictionary(const String &className) | Ogre::StringInterface | [protected] |
createTextureFromFont(void) | Ogre::Font | [protected] |
escalateLoading() | Ogre::Resource | [virtual] |
Font(ResourceManager *creator, const String &name, ResourceHandle handle, const String &group, bool isManual=false, ManualResourceLoader *loader=0) | Ogre::Font | |
getAntialiasColour(void) const | Ogre::Font | |
getCharacterSpacer(void) const | Ogre::Font | |
getCodePointRangeList() const | Ogre::Font | |
getCreator(void) | Ogre::Resource | [virtual] |
getGlyphAspectRatio(CodePoint id) const | Ogre::Font | |
getGlyphInfo(CodePoint id) const | Ogre::Font | |
getGlyphTexCoords(CodePoint id) const | Ogre::Font | |
getGroup(void) const | Ogre::Resource | [virtual] |
getHandle(void) const | Ogre::Resource | [virtual] |
getLoadingState() const | Ogre::Resource | [virtual] |
getMaterial() const | Ogre::Font | |
getMaterial() | Ogre::Font | |
getName(void) const | Ogre::Resource | [virtual] |
getOrigin(void) const | Ogre::Resource | [virtual] |
getParamDictionary(void) | Ogre::StringInterface | |
getParamDictionary(void) const | Ogre::StringInterface | |
getParameter(const String &name) const | Ogre::StringInterface | [virtual] |
getParameters(void) const | Ogre::StringInterface | |
getSize(void) const | Ogre::Resource | [virtual] |
getSource(void) const | Ogre::Font | |
getStateCount() const | Ogre::Resource | [virtual] |
getTrueTypeMaxBearingY() const | Ogre::Font | |
getTrueTypeResolution(void) const | Ogre::Font | |
getTrueTypeSize(void) const | Ogre::Font | |
getType(void) const | Ogre::Font | |
isBackgroundLoaded(void) const | Ogre::Resource | [virtual] |
isLoaded(void) const | Ogre::Resource | [virtual] |
isLoading() const | Ogre::Resource | [virtual] |
isManuallyLoaded(void) const | Ogre::Resource | [virtual] |
isPrepared(void) const | Ogre::Resource | [virtual] |
isReloadable(void) const | Ogre::Resource | [virtual] |
ListenerList typedef | Ogre::Resource | [protected] |
load(bool backgroundThread=false) | Ogre::Resource | [virtual] |
loadImpl() | Ogre::Font | [protected, virtual] |
LoadingState enum name | Ogre::Resource | |
loadResource(Resource *resource) | Ogre::Font | [virtual] |
LOADSTATE_LOADED enum value | Ogre::Resource | |
LOADSTATE_LOADING enum value | Ogre::Resource | |
LOADSTATE_PREPARED enum value | Ogre::Resource | |
LOADSTATE_PREPARING enum value | Ogre::Resource | |
LOADSTATE_UNLOADED enum value | Ogre::Resource | |
LOADSTATE_UNLOADING enum value | Ogre::Resource | |
mAntialiasColour | Ogre::Font | [protected] |
ManualResourceLoader() | Ogre::ManualResourceLoader | |
mCharacterSpacer | Ogre::Font | [protected] |
mCodePointMap | Ogre::Font | [protected] |
mCodePointRangeList | Ogre::Font | [protected] |
mCreator | Ogre::Resource | [protected] |
mGroup | Ogre::Resource | [protected] |
mHandle | Ogre::Resource | [protected] |
mIsBackgroundLoaded | Ogre::Resource | [protected] |
mIsManual | Ogre::Resource | [protected] |
mListenerList | Ogre::Resource | [protected] |
mLoader | Ogre::Resource | [protected] |
mLoadingState | Ogre::Resource | [protected] |
mMaterial | Ogre::Font | [protected] |
mName | Ogre::Resource | [protected] |
mOrigin | Ogre::Resource | [protected] |
msCharacterSpacerCmd | Ogre::Font | [protected, static] |
msCodePointsCmd | Ogre::Font | [protected, static] |
mSize | Ogre::Resource | [protected] |
mSource | Ogre::Font | [protected] |
msResolutionCmd | Ogre::Font | [protected, static] |
msSizeCmd | Ogre::Font | [protected, static] |
msSourceCmd | Ogre::Font | [protected, static] |
mStateCount | Ogre::Resource | [protected] |
msTypeCmd | Ogre::Font | [protected, static] |
mTexture | Ogre::Font | [protected] |
mTtfMaxBearingY | Ogre::Font | [protected] |
mTtfResolution | Ogre::Font | [protected] |
mTtfSize | Ogre::Font | [protected] |
mType | Ogre::Font | [protected] |
operator delete(void *ptr) | Ogre::AllocatedObject< Alloc > | |
operator delete(void *ptr, void *) | Ogre::AllocatedObject< Alloc > | |
operator delete(void *ptr, const char *, int, const char *) | Ogre::AllocatedObject< Alloc > | |
operator delete[](void *ptr) | Ogre::AllocatedObject< Alloc > | |
operator delete[](void *ptr, const char *, int, const char *) | Ogre::AllocatedObject< Alloc > | |
operator new(size_t sz, const char *file, int line, const char *func) | Ogre::AllocatedObject< Alloc > | |
operator new(size_t sz) | Ogre::AllocatedObject< Alloc > | |
operator new(size_t sz, void *ptr) | Ogre::AllocatedObject< Alloc > | |
operator new[](size_t sz, const char *file, int line, const char *func) | Ogre::AllocatedObject< Alloc > | |
operator new[](size_t sz) | Ogre::AllocatedObject< Alloc > | |
postLoadImpl(void) | Ogre::Resource | [protected, virtual] |
postUnloadImpl(void) | Ogre::Resource | [protected, virtual] |
preLoadImpl(void) | Ogre::Resource | [protected, virtual] |
prepare(bool backgroundThread=false) | Ogre::Resource | [virtual] |
prepareImpl(void) | Ogre::Resource | [protected, virtual] |
prepareResource(Resource *resource) | Ogre::ManualResourceLoader | [virtual] |
preUnloadImpl(void) | Ogre::Resource | [protected, virtual] |
reload(void) | Ogre::Resource | [virtual] |
removeListener(Listener *lis) | Ogre::Resource | [virtual] |
Resource() | Ogre::Resource | [protected] |
Resource(ResourceManager *creator, const String &name, ResourceHandle handle, const String &group, bool isManual=false, ManualResourceLoader *loader=0) | Ogre::Resource | |
setAntialiasColour(bool enabled) | Ogre::Font | |
setBackgroundLoaded(bool bl) | Ogre::Resource | [virtual] |
setCharacterSpacer(uint charSpacer) | Ogre::Font | |
setGlyphAspectRatio(CodePoint id, Real ratio) | Ogre::Font | |
setGlyphTexCoords(CodePoint id, Real u1, Real v1, Real u2, Real v2, Real textureAspect) | Ogre::Font | |
setParameter(const String &name, const String &value) | Ogre::StringInterface | [virtual] |
setParameterList(const NameValuePairList ¶mList) | Ogre::StringInterface | [virtual] |
setSource(const String &source) | Ogre::Font | |
setTrueTypeResolution(uint ttfResolution) | Ogre::Font | |
setTrueTypeSize(Real ttfSize) | Ogre::Font | |
setType(FontType ftype) | Ogre::Font | |
StringInterface() | Ogre::StringInterface | |
touch(void) | Ogre::Resource | [virtual] |
unload(void) | Ogre::Resource | [virtual] |
unloadImpl() | Ogre::Font | [protected, virtual] |
unprepareImpl(void) | Ogre::Resource | [protected, virtual] |
UVRect typedef | Ogre::Font | |
~AllocatedObject() | Ogre::AllocatedObject< Alloc > | |
~Font() | Ogre::Font | [virtual] |
~ManualResourceLoader() | Ogre::ManualResourceLoader | [virtual] |
~Resource() | Ogre::Resource | [virtual] |
~StringInterface() | Ogre::StringInterface | [virtual] |