#include <Resource.h>
Inheritance diagram for CResource:
Public Member Functions | |
virtual void | Destroy ()=0 |
virtual bool | IsOfType (eEntityType eType) |
This class serves as a base class for resource-based classes.
Definition at line 11 of file Resource.h.
|
Method details: This is where all resource clean-up occurs Implemented in CAnimation, CAnimationManager, CBitmapFont, CCustomFont, CFontManager, CFrameAnimation< TAnimation >, CGUIElement, CGUI, CGUIStatic, CGUITextBox, CGUIButton, CGUIMenuEntry, CMaterial, CMaterialManager, COpenGLMaterial, COpenGLTexture, CResourceManager, CTexture, CTextureFrameAnimation, CTextureManager, CXMLResource, and CFrameAnimation< tRect >.
|
|
Method details: This is an implementation of Custom RTTI Reimplemented from CEntity.
Reimplemented in CAnimation, CAnimationManager, CBitmapFont, CCustomFont, CFontManager, CFrameAnimation< TAnimation >, CGUIElement, CGUI, CGUIBorder, CGUIStatic, CGUITextBox, CGUIButton, CGUIScrollBar, CGUIProgressBar, CGUIDropList, CGUIListBox, CGUIMenuEntry, CGUIMenu, CGUIRadioGroup, CGUITabControl, CGUIWindow, CMaterial, CMaterialManager, COpenGLMaterial, COpenGLTexture, CResourceManager, CTexture, CTextureFrameAnimation, CTextureManager, CXMLResource, and CFrameAnimation< tRect >. Definition at line 14 of file Resource.cpp. Referenced by CXMLResource::IsOfType(). |