AbstractRenderer Member List
This is the complete list of members for
AbstractRenderer, including all inherited members.
BeginRendering()=0 | AbstractRenderer | [pure virtual] |
CanRender()=0 | AbstractRenderer | [pure virtual] |
ClearArea(const Rect &rect, const Colour &c)=0 | AbstractRenderer | [pure virtual] |
DrawLines(const LineVertex *pVertices, const int nNumPoints, const int nWidth, const float fTranslateX, const float fTranslateY, const float fRotation)=0 | AbstractRenderer | [pure virtual] |
DrawModel(const PTModel &model, const Vector2 &translation, const float fRotation, const float fScale)=0 | AbstractRenderer | [pure virtual] |
DrawSprite(const Sprite *pSprite, ResourceCache *const pResourceCache, const Vector2 &position, const Vector2 ¢er, const float fRotation, const float fScaleX, const float fScaleY)=0 | AbstractRenderer | [pure virtual] |
DrawString(const std::wstring &text, const std::string &font, const int nSize, const Vector2 &position, const int nAlignment, const Colour &c, bool bBold, bool bItalic)=0 | AbstractRenderer | [pure virtual] |
DrawText(const std::wstring &text, const std::string &font, const int nSize, const Rect &rect, const int nAlignment, Colour &c, bool bBold, bool bItalic)=0 | AbstractRenderer | [pure virtual] |
EndRendering()=0 | AbstractRenderer | [pure virtual] |
GetResolution()=0 | AbstractRenderer | [pure virtual] |
GetStringWidth(const std::wstring &textString, const std::string &font, const int nFontHeight, bool bBold, bool bItalic)=0 | AbstractRenderer | [pure virtual] |
SetClearColour(const Colour &c)=0 | AbstractRenderer | [pure virtual] |
~AbstractRenderer() | AbstractRenderer | [inline, virtual] |