FIFE  be64c707dea6b3250bd4355bf5c825d25920087d
FIFE::RenderTarget Member List

This is the complete list of members for FIFE::RenderTarget, including all inherited members.

addAnimation(const std::string &group, Point n, AnimationPtr animation)FIFE::RenderTarget
addImage(const std::string &group, Point n, ImagePtr image)FIFE::RenderTarget
addLine(const std::string &group, Point n1, Point n2, uint8_t r, uint8_t g, uint8_t b, uint8_t a=255)FIFE::RenderTarget
addPoint(const std::string &group, Point n, uint8_t r, uint8_t g, uint8_t b, uint8_t a=255)FIFE::RenderTarget
addQuad(const std::string &group, Point n1, Point n2, Point n3, Point n4, uint8_t r, uint8_t g, uint8_t b, uint8_t a=255)FIFE::RenderTarget
addText(const std::string &group, Point n, IFont *font, const std::string &text)FIFE::RenderTarget
addTriangle(const std::string &group, Point n1, Point n2, Point n3, uint8_t r, uint8_t g, uint8_t b, uint8_t a=255)FIFE::RenderTarget
addVertex(const std::string &group, Point n, int32_t size, uint8_t r, uint8_t g, uint8_t b, uint8_t a=255)FIFE::RenderTarget
getTarget()FIFE::RenderTargetinline
m_groupsFIFE::RenderTargetprivate
m_renderbackendFIFE::RenderTargetprivate
m_targetFIFE::RenderTargetprivate
operator=(const RenderTarget &rhs)FIFE::RenderTargetprivate
removeAll(const std::string &group)FIFE::RenderTarget
removeAll()FIFE::RenderTarget
render()FIFE::RenderTarget
RenderTarget(RenderBackend *rb, const std::string &name, uint32_t width, uint32_t height)FIFE::RenderTargetprivate
RenderTarget(RenderBackend *rb, ImagePtr &image)FIFE::RenderTargetprivate
RenderTarget(const RenderTarget &rhs)FIFE::RenderTargetprivate
resizeImage(const std::string &group, Point n, ImagePtr image, int32_t width, int32_t height)FIFE::RenderTarget
TargetRenderer classFIFE::RenderTargetfriend
~RenderTarget()FIFE::RenderTarget