|
| 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) |
|
const std::string & | value () const |
|
void | set_value (const std::string &aText) |
|
const neogfx::font & | font () const |
|
void | set_font (const neogfx::font &aFont) |
|
const neogfx::text_appearance & | appearance () const |
|
void | set_appearance (const neogfx::text_appearance &aAppearance) |
|
neogfx::alignment | alignment () const |
|
void | set_alignment (neogfx::alignment aAlignment) |
|
const optional_dimension & | border () const |
|
void | set_border (const optional_dimension &aBorder) |
|
const optional_margins & | margins () const |
|
void | set_margins (const optional_margins &aMargins) |
|
vec3 | extents () const override |
|
rect | bounding_box_2d (bool aWithPosition=true) const override |
|
void | paint (graphics_context &aGraphicsContext) const override |
|
| shape () |
|
| shape (const colour &aColour) |
|
| shape (const i_texture &aTexture, const optional_animation_info &aAnimationInfo=optional_animation_info()) |
|
| shape (const i_image &aImage, const optional_animation_info &aAnimationInfo=optional_animation_info()) |
|
| shape (const i_texture &aTexture, const rect &aTextureRect, const optional_animation_info &aAnimationInfo=optional_animation_info()) |
|
| shape (const i_image &aImage, const rect &aTextureRect, const optional_animation_info &aAnimationInfo=optional_animation_info()) |
|
| shape (i_shape_container &aContainer) |
|
| shape (i_shape_container &aContainer, const colour &aColour) |
|
| shape (i_shape_container &aContainer, const i_texture &aTexture, const optional_animation_info &aAnimationInfo=optional_animation_info()) |
|
| shape (i_shape_container &aContainer, const i_image &aImage, const optional_animation_info &aAnimationInfo=optional_animation_info()) |
|
| shape (i_shape_container &aContainer, const i_texture &aTexture, const rect &aTextureRect, const optional_animation_info &aAnimationInfo=optional_animation_info()) |
|
| shape (i_shape_container &aContainer, const i_image &aImage, const rect &aTextureRect, const optional_animation_info &aAnimationInfo=optional_animation_info()) |
|
| shape (const shape &aOther) |
|
object_category | category () const override |
|
const i_shape & | as_shape () const override |
|
i_shape & | as_shape () override |
|
const i_collidable_object & | as_collidable_object () const override |
|
i_collidable_object & | as_collidable_object () override |
|
const i_physical_object & | as_physical_object () const override |
|
i_physical_object & | as_physical_object () override |
|
bool | killed () const override |
|
void | kill () override |
|
vertex_list_pointer | vertices () const override |
|
texture_list_pointer | textures () const override |
|
face_list | faces () const override |
|
face_list | active_faces () const override |
|
void | activate_faces (face_list aActiveFaces) const override |
|
mat44 | transformation_matrix () const override |
|
const vertex_list & | transformed_vertices () const override |
|
void | set_vertices (vertex_list_pointer aVertices) override |
|
void | set_textures (texture_list_pointer aTextures) override |
|
void | set_faces (face_list aFaces) override |
|
const i_shape_container & | container () const override |
|
i_shape_container & | container () override |
|
bool | is_tag () const override |
|
i_shape & | tag_of () const override |
|
void | set_tag_of (i_shape &aTagOf, const vec3 &aOffset=vec3{}) override |
|
const vec3 & | tag_offset () const override |
|
void | set_tag_offset (const vec3 &aOffset) override |
|
void | unset_tag_of () override |
|
frame_index | frame_count () const override |
|
const i_shape_frame & | shape_frame (frame_index aFrameIndex) const override |
|
i_shape_frame & | shape_frame (frame_index aFrameIndex) override |
|
void | add_frame (i_shape_frame &aFrame) override |
|
void | add_frame (std::shared_ptr< i_shape_frame > aFrame) override |
|
void | replace_frame (frame_index aFrameIndex, i_shape_frame &aFrame) override |
|
void | replace_frame (frame_index aFrameIndex, std::shared_ptr< i_shape_frame > aFrame) override |
|
void | remove_frame (frame_index aFrameIndex) override |
|
const animation_frames & | animation () const override |
|
bool | repeat_animation () const override |
|
const animation_frame & | current_animation_frame () const override |
|
bool | has_animation_finished () const override |
|
void | animation_finished () override |
|
frame_index | current_frame_index () const override |
|
const i_shape_frame & | current_frame () const override |
|
i_shape_frame & | current_frame () |
|
vec3 | origin () const override |
|
vec3 | position () const override |
|
void | set_animation (const animation_frames &aAnimation) override |
|
void | set_current_frame (frame_index aFrameIndex) override |
|
void | set_origin (const vec3 &aOrigin) override |
|
void | set_position (const vec3 &aPosition) override |
|
void | clear_extents () override |
|
void | set_extents (const vec3 &aExtents) override |
|
bool | has_transformation_matrix () const override |
|
void | clear_transformation_matrix () override |
|
void | set_transformation_matrix (const mat33 &aTransformationMatrix) override |
|
void | set_transformation_matrix (const mat44 &aTransformationMatrix) override |
|
bool | update (time_interval aNow) override |
|
virtual void | clear_vertices_cache () |
|
virtual | ~i_shape () |
|
void | set_origin (const vec2 &aOrigin) |
|
void | set_origin (const point &aOrigin) |
|
void | set_position (const vec2 &aPosition) |
|
void | set_position (const point &aPosition) |
|
void | set_extents (const vec2 &aExtents) |
|
void | set_extents (const size &aExtents) |
|
virtual | ~i_game_object () |
|
virtual const object_type & | type () const |
|
Definition at line 28 of file text.hpp.