![]() |
neoGFX
C++ GPU-oriented GUI library and app/game creation framework.
|
This is the complete list of members for neogfx::text, including all inherited members.
| activate_faces(face_list aActiveFaces) const override | neogfx::shape | virtual |
| active_faces() const override | neogfx::shape | virtual |
| add_frame(i_shape_frame &aFrame) override | neogfx::shape | virtual |
| add_frame(std::shared_ptr< i_shape_frame > aFrame) override | neogfx::shape | virtual |
| alignment() const | neogfx::text | |
| animation() const override | neogfx::shape | virtual |
| animation_finished() override | neogfx::shape | virtual |
| animation_frame typedef | neogfx::shape | |
| animation_frames typedef | neogfx::shape | |
| appearance() const | neogfx::text | |
| as_collidable_object() const override | neogfx::shape | virtual |
| as_collidable_object() override | neogfx::shape | virtual |
| as_physical_object() const override | neogfx::shape | virtual |
| as_physical_object() override | neogfx::shape | virtual |
| as_shape() const override | neogfx::shape | virtual |
| as_shape() override | neogfx::shape | virtual |
| border() const | neogfx::text | |
| bounding_box_2d(bool aWithPosition=true) const override | neogfx::text | virtual |
| category() const override | neogfx::shape | virtual |
| clear_extents() override | neogfx::shape | virtual |
| clear_transformation_matrix() override | neogfx::shape | virtual |
| clear_vertices_cache() | neogfx::shape | virtual |
| container() const override | neogfx::shape | virtual |
| container() override | neogfx::shape | virtual |
| current_animation_frame() const override | neogfx::shape | virtual |
| current_frame() const override | neogfx::shape | virtual |
| current_frame() | neogfx::shape | virtual |
| current_frame_index() const override | neogfx::shape | virtual |
| extents() const override | neogfx::text | virtual |
| faces() const override | neogfx::shape | virtual |
| font() const | neogfx::text | |
| frame_count() const override | neogfx::shape | virtual |
| frame_index typedef | neogfx::shape | |
| has_animation_finished() const override | neogfx::shape | virtual |
| has_transformation_matrix() const override | neogfx::shape | virtual |
| is_tag() const override | neogfx::shape | virtual |
| kill() override | neogfx::shape | virtual |
| killed() const override | neogfx::shape | virtual |
| margins() const | neogfx::text | |
| optional_animation_info typedef | neogfx::shape | |
| optional_time_interval typedef | neogfx::shape | |
| origin() const override | neogfx::shape | virtual |
| paint(graphics_context &aGraphicsContext) const override | neogfx::text | virtual |
| position() const override | neogfx::shape | virtual |
| remove_frame(frame_index aFrameIndex) override | neogfx::shape | virtual |
| repeat_animation() const override | neogfx::shape | virtual |
| replace_frame(frame_index aFrameIndex, i_shape_frame &aFrame) override | neogfx::shape | virtual |
| replace_frame(frame_index aFrameIndex, std::shared_ptr< i_shape_frame > aFrame) override | neogfx::shape | virtual |
| set_alignment(neogfx::alignment aAlignment) | neogfx::text | |
| set_animation(const animation_frames &aAnimation) override | neogfx::shape | virtual |
| set_appearance(const neogfx::text_appearance &aAppearance) | neogfx::text | |
| set_border(const optional_dimension &aBorder) | neogfx::text | |
| set_current_frame(frame_index aFrameIndex) override | neogfx::shape | virtual |
| set_extents(const vec3 &aExtents) override | neogfx::shape | virtual |
| neogfx::i_shape::set_extents(const vec2 &aExtents) | neogfx::i_shape | inline |
| neogfx::i_shape::set_extents(const size &aExtents) | neogfx::i_shape | inline |
| set_faces(face_list aFaces) override | neogfx::shape | virtual |
| set_font(const neogfx::font &aFont) | neogfx::text | |
| set_margins(const optional_margins &aMargins) | neogfx::text | |
| set_origin(const vec3 &aOrigin) override | neogfx::shape | virtual |
| neogfx::i_shape::set_origin(const vec2 &aOrigin) | neogfx::i_shape | inline |
| neogfx::i_shape::set_origin(const point &aOrigin) | neogfx::i_shape | inline |
| set_position(const vec3 &aPosition) override | neogfx::shape | virtual |
| neogfx::i_shape::set_position(const vec2 &aPosition) | neogfx::i_shape | inline |
| neogfx::i_shape::set_position(const point &aPosition) | neogfx::i_shape | inline |
| set_tag_of(i_shape &aTagOf, const vec3 &aOffset=vec3{}) override | neogfx::shape | virtual |
| set_tag_offset(const vec3 &aOffset) override | neogfx::shape | virtual |
| set_textures(texture_list_pointer aTextures) override | neogfx::shape | virtual |
| set_transformation_matrix(const mat33 &aTransformationMatrix) override | neogfx::shape | virtual |
| set_transformation_matrix(const mat44 &aTransformationMatrix) override | neogfx::shape | virtual |
| set_value(const std::string &aText) | neogfx::text | |
| set_vertices(vertex_list_pointer aVertices) override | neogfx::shape | virtual |
| shape() | neogfx::shape | |
| shape(const colour &aColour) | neogfx::shape | |
| shape(const i_texture &aTexture, const optional_animation_info &aAnimationInfo=optional_animation_info()) | neogfx::shape | |
| shape(const i_image &aImage, const optional_animation_info &aAnimationInfo=optional_animation_info()) | neogfx::shape | |
| shape(const i_texture &aTexture, const rect &aTextureRect, const optional_animation_info &aAnimationInfo=optional_animation_info()) | neogfx::shape | |
| shape(const i_image &aImage, const rect &aTextureRect, const optional_animation_info &aAnimationInfo=optional_animation_info()) | neogfx::shape | |
| shape(i_shape_container &aContainer) | neogfx::shape | |
| shape(i_shape_container &aContainer, const colour &aColour) | neogfx::shape | |
| shape(i_shape_container &aContainer, const i_texture &aTexture, const optional_animation_info &aAnimationInfo=optional_animation_info()) | neogfx::shape | |
| shape(i_shape_container &aContainer, const i_image &aImage, const optional_animation_info &aAnimationInfo=optional_animation_info()) | neogfx::shape | |
| shape(i_shape_container &aContainer, const i_texture &aTexture, const rect &aTextureRect, const optional_animation_info &aAnimationInfo=optional_animation_info()) | neogfx::shape | |
| shape(i_shape_container &aContainer, const i_image &aImage, const rect &aTextureRect, const optional_animation_info &aAnimationInfo=optional_animation_info()) | neogfx::shape | |
| shape(const shape &aOther) | neogfx::shape | |
| shape_frame(frame_index aFrameIndex) const override | neogfx::shape | virtual |
| shape_frame(frame_index aFrameIndex) override | neogfx::shape | virtual |
| tag_of() const override | neogfx::shape | virtual |
| tag_offset() const override | neogfx::shape | virtual |
| text(i_shape_container &aContainer, const vec3 &aPosition, const std::string &aText, const neogfx::font &aFont, const neogfx::text_appearance &aAppearance, neogfx::alignment aAlignment=alignment::Left) | neogfx::text | |
| textures() const override | neogfx::shape | virtual |
| time_interval typedef | neogfx::shape | |
| time_interval typedef | neogfx::shape | |
| transformation_matrix() const override | neogfx::shape | virtual |
| transformed_vertices() const override | neogfx::shape | virtual |
| type() const | neogfx::i_game_object | inlinevirtual |
| unset_tag_of() override | neogfx::shape | virtual |
| update(time_interval aNow) override | neogfx::shape | virtual |
| value() const | neogfx::text | |
| vertices() const override | neogfx::shape | virtual |
| ~i_game_object() | neogfx::i_game_object | inlinevirtual |
| ~i_shape() | neogfx::i_shape | inlinevirtual |