Gorgon Game Engine
ScalableObject.h File Reference
Include dependency graph for ScalableObject.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  basic_ScalableObject< A_ >
 
class  basic_ScalableObjectProvider< A_ >
 This object creates a scalable object from a graphic object. More...
 
class  IScalableObjectProvider
 For ease of use in resource system. More...
 

Namespaces

 Gorgon
 Root namespace for Gorgon Game Engine.
 
 Gorgon::Graphics
 Contains generic 2D graphics related data structures and functions.
 

Typedefs

using ScalableBitmap = basic_ScalableObject< Bitmap >
 
using ScalableBitmapAnimation = basic_ScalableObject< BitmapAnimationProvider >
 
using ScalableBitmapAnimationProvider = basic_ScalableObjectProvider< BitmapAnimationProvider >
 
using ScalableBitmapProvider = basic_ScalableObjectProvider< Bitmap >
 
using ScalableObject = basic_ScalableObject< RectangularAnimationProvider >
 
using ScalableObjectProvider = basic_ScalableObjectProvider< RectangularAnimationProvider >