Platform Data Engine 0.0.1
A data-driven game engine for platformers
PlatformDataEngine::TextRenderer Member List

This is the complete list of members for PlatformDataEngine::TextRenderer, including all inherited members.

Component() (defined in PlatformDataEngine::Component)PlatformDataEngine::Component
copy(std::shared_ptr< Component > otherCompPtr)PlatformDataEngine::TextRenderervirtual
draw(sf::RenderTarget &target, sf::RenderStates states) constPlatformDataEngine::TextRenderervirtual
getProps() const (defined in PlatformDataEngine::Component)PlatformDataEngine::Componentinline
getText() const (defined in PlatformDataEngine::TextRenderer)PlatformDataEngine::TextRendererinline
getType() const (defined in PlatformDataEngine::Component)PlatformDataEngine::Componentinline
init()PlatformDataEngine::TextRenderervirtual
loadDefinition(nlohmann::json object)PlatformDataEngine::TextRenderervirtual
m_all_props (defined in PlatformDataEngine::Component)PlatformDataEngine::Componentprotected
m_isDefinition (defined in PlatformDataEngine::Component)PlatformDataEngine::Componentprotected
m_parent (defined in PlatformDataEngine::Component)PlatformDataEngine::Componentprotected
m_properties (defined in PlatformDataEngine::Component)PlatformDataEngine::Componentprotected
m_type (defined in PlatformDataEngine::Component)PlatformDataEngine::Componentprotected
networkDeserialize(PDEPacket &input)PlatformDataEngine::Componentvirtual
networkDeserializeInit(PDEPacket &input)PlatformDataEngine::Componentvirtual
networkSerialize(PDEPacket &output)PlatformDataEngine::Componentvirtual
networkSerializeInit(PDEPacket &output)PlatformDataEngine::Componentvirtual
registerHierarchy(GameObject *parent) (defined in PlatformDataEngine::Component)PlatformDataEngine::Component
setIsDefinition(bool isDef) (defined in PlatformDataEngine::Component)PlatformDataEngine::Componentinline
setProps(nlohmann::json &props) (defined in PlatformDataEngine::Component)PlatformDataEngine::Componentinline
setText(const std::string &text) (defined in PlatformDataEngine::TextRenderer)PlatformDataEngine::TextRendererinline
setType(const std::string &type) (defined in PlatformDataEngine::Component)PlatformDataEngine::Componentinline
TextRenderer() (defined in PlatformDataEngine::TextRenderer)PlatformDataEngine::TextRenderer
update(const float &dt, const float &elapsedTime)PlatformDataEngine::TextRenderervirtual