addLine(const std::string &text, utility::ErrorState &error) | RenderableTextComponentInstance | |
clear() | RenderableTextComponentInstance | |
ComponentInstance(EntityInstance &entity, Component &resource) | ComponentInstance | |
draw(IRenderTarget &target) | Renderable2DTextComponentInstance | |
nap::RenderableTextComponentInstance::draw(IRenderTarget &renderTarget, VkCommandBuffer commandBuffer, const glm::mat4 &viewMatrix, const glm::mat4 &projectionMatrix, const glm::mat4 &modelMatrix) | RenderableTextComponentInstance | protected |
nap::RenderableComponentInstance::draw(IRenderTarget &renderTarget, VkCommandBuffer commandBuffer, const glm::mat4 &viewMatrix, const glm::mat4 &projectionMatrix) | RenderableComponentInstance | |
getBoundingBox() const | RenderableTextComponentInstance | |
getBoundingBox(int index) | RenderableTextComponentInstance | |
getComponent() const | ComponentInstance | |
getComponent() const | ComponentInstance | |
getCount() const | RenderableTextComponentInstance | |
getDPIScale() const | RenderableTextComponentInstance | |
getEntityInstance() const | ComponentInstance | |
getFont() const | RenderableTextComponentInstance | |
getLocation() const | Renderable2DTextComponentInstance | |
getMaterialInstance() const | RenderableTextComponentInstance | |
getMaterialInstance() | RenderableTextComponentInstance | |
getOrientation() const | Renderable2DTextComponentInstance | |
getRenderableGlyph(uint index, float scale, utility::ErrorState &error) const override | Renderable2DTextComponentInstance | virtual |
getText() | RenderableTextComponentInstance | |
getText(int index) | RenderableTextComponentInstance | |
getTextPosition(float scale) | Renderable2DTextComponentInstance | |
getTransform() const | RenderableTextComponentInstance | protected |
hasTransform() const | RenderableTextComponentInstance | protected |
init(utility::ErrorState &errorState) override | Renderable2DTextComponentInstance | virtual |
nap::ComponentInstance::init(utility::ErrorState &errorState) | ComponentInstance | |
isIDProperty(rtti::Instance &object, const rtti::Property &property) | Object | static |
isSupported(nap::CameraComponentInstance &camera) const override | Renderable2DTextComponentInstance | virtual |
isVisible() const | RenderableComponentInstance | |
mFont | RenderableTextComponentInstance | protected |
mID | Object | |
mRenderService | RenderableTextComponentInstance | protected |
Object() | Object | |
Object(Object &)=delete | Object | |
Object(Object &&)=delete | Object | |
onDestroy() | Object | virtual |
onDraw(IRenderTarget &renderTarget, VkCommandBuffer commandBuffer, const glm::mat4 &viewMatrix, const glm::mat4 &projectionMatrix) override | Renderable2DTextComponentInstance | protectedvirtual |
operator=(const Object &)=delete | Object | |
operator=(Object &&)=delete | Object | |
Renderable2DTextComponentInstance(EntityInstance &entity, Component &resource) | Renderable2DTextComponentInstance | |
RenderableComponentInstance(EntityInstance &entity, Component &resource) | RenderableComponentInstance | |
RenderableTextComponentInstance(EntityInstance &entity, Component &resource) | RenderableTextComponentInstance | |
resize(int lines) | RenderableTextComponentInstance | |
setColor(const glm::vec3 &color) | RenderableTextComponentInstance | |
setLineIndex(int index) | RenderableTextComponentInstance | |
setLocation(const glm::ivec2 &coordinates) | Renderable2DTextComponentInstance | |
setOrientation(utility::ETextOrientation orientation) | Renderable2DTextComponentInstance | |
setText(const std::string &text, utility::ErrorState &error) | RenderableTextComponentInstance | |
setText(int lineIndex, const std::string &text, utility::ErrorState &error) | RenderableTextComponentInstance | |
setup(float scale, utility::ErrorState &errorState) | RenderableTextComponentInstance | protectedvirtual |
setVisible(bool visible) | RenderableComponentInstance | |
update(double deltaTime) | ComponentInstance | virtual |
~Object() | Object | virtual |