CBlueUI  
C++ 跨平台跨框架的数据可视化工具
载入中...
搜索中...
未找到
BUI::GSvgShapeEllipse类 参考

椭圆 更多...

类 BUI::GSvgShapeEllipse 继承关系图:

Public 成员函数

 GSvgShapeEllipse ()
virtual ~GSvgShapeEllipse ()
void OnParser (XMLItemA *node)
 从xml节点,解析结构接口
bool IsHasAnimate () override
 是否包含动画属性
void OnDrawShape (GSvgRenderer &ren, Transform2d m, RECT rc_box, float alpha, float time) override
void GetPath (GPathStorage &path, Transform2d m, float time) override
Public 成员函数 继承自 BUI::GSvgShape
 GSvgShape ()
virtual ~GSvgShape ()
void AddStyle (const std::shared_ptr< GSvgShapeStyle > &style)
void OnParserAnimTrans (XMLItemA *node)
void OnDraw (GSvgRenderer &ren, Transform2d m, RECT rc_box, float alpha, float time) override
 渲染-虚函数接口
Public 成员函数 继承自 BUI::GSvgBase
 GSvgBase ()
virtual ~GSvgBase ()
void InsertChild (GSvgBase *current, GSvgBase *prev)
 插入新的节点
bool RemoveChild (GSvgBase *child)
 删除子节点

Public 属性

float m_cx
float m_cy
float m_rx
float m_ry
std::shared_ptr< GAnimatePropertyValue< float > > m_anim_cx
std::shared_ptr< GAnimatePropertyValue< float > > m_anim_cy
std::shared_ptr< GAnimatePropertyValue< float > > m_anim_rx
std::shared_ptr< GAnimatePropertyValue< float > > m_anim_ry
Public 属性 继承自 BUI::GSvgShape
Transform2d m_matrix
Transform2d m_matrix_animate
GPathStorage m_path
std::shared_ptr< GSvgShapem_clip_node
std::shared_ptr< GSvgShapeStylem_styles
std::vector< std::shared_ptr< GAnimateTransform > > m_anim_transforms
Public 属性 继承自 BUI::GSvgBase
BeStringA m_key_name
BeStringA m_textid
BeStringA m_title
GSvgBasem_parent
GSvgBasem_first_child
GSvgBasem_last_child
GSvgBasem_next_sibling
GSvgBasem_prev_sibling
BOOL m_is_no_render

详细描述

椭圆

构造及析构函数说明

◆ GSvgShapeEllipse()

BUI::GSvgShapeEllipse::GSvgShapeEllipse ( )

◆ ~GSvgShapeEllipse()

virtual BUI::GSvgShapeEllipse::~GSvgShapeEllipse ( )
virtual

成员函数说明

◆ GetPath()

void BUI::GSvgShapeEllipse::GetPath ( GPathStorage & path,
Transform2d m,
float time )
overridevirtual

重载 BUI::GSvgShape .

◆ IsHasAnimate()

bool BUI::GSvgShapeEllipse::IsHasAnimate ( )
overridevirtual

是否包含动画属性

重载 BUI::GSvgShape .

◆ OnDrawShape()

void BUI::GSvgShapeEllipse::OnDrawShape ( GSvgRenderer & ren,
Transform2d m,
RECT rc_box,
float alpha,
float time )
overridevirtual

重载 BUI::GSvgShape .

◆ OnParser()

void BUI::GSvgShapeEllipse::OnParser ( XMLItemA * node)
virtual

从xml节点,解析结构接口

重载 BUI::GSvgBase .

类成员变量说明

◆ m_anim_cx

std::shared_ptr<GAnimatePropertyValue<float> > BUI::GSvgShapeEllipse::m_anim_cx

◆ m_anim_cy

std::shared_ptr<GAnimatePropertyValue<float> > BUI::GSvgShapeEllipse::m_anim_cy

◆ m_anim_rx

std::shared_ptr<GAnimatePropertyValue<float> > BUI::GSvgShapeEllipse::m_anim_rx

◆ m_anim_ry

std::shared_ptr<GAnimatePropertyValue<float> > BUI::GSvgShapeEllipse::m_anim_ry

◆ m_cx

float BUI::GSvgShapeEllipse::m_cx

◆ m_cy

float BUI::GSvgShapeEllipse::m_cy

◆ m_rx

float BUI::GSvgShapeEllipse::m_rx

◆ m_ry

float BUI::GSvgShapeEllipse::m_ry
鄂公网安备42018502007752 鄂ICP备2024082886
Copyright © 2026 · CBlueStudio 版权所有