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

SVG Line 更多...

+ 类 BUI::GSvgShapeLine 继承关系图:

Public 成员函数

 GSvgShapeLine ()
 
virtual ~GSvgShapeLine ()
 
bool IsHasAnimate () override
 
void OnParser (XMLItemA *node)
 
void OnDrawShape (GSvgRenderer &ren, Transform2d m, RECT rcBox, float alpha, float time) override
 
- Public 成员函数 继承自 BUI::GSvgShape
 GSvgShape ()
 
virtual ~GSvgShape ()
 
void AddStyle (std::shared_ptr< GSvgShapeStyle > style)
 
void OnParserAnimTrans (XMLItemA *node)
 
void OnDraw (GSvgRenderer &ren, Transform2d m, RECT rcBox, float alpha, float time) override
 
bool IsHasAnimate () override
 
virtual void OnDrawShape (GSvgRenderer &ren, Transform2d m, RECT rcBox, float alpha, float time)
 
virtual void GetPath (GPathStorage &path, Transform2d m, float time)
 
- Public 成员函数 继承自 BUI::GSvgBase
 GSvgBase ()
 
virtual ~GSvgBase ()
 
void InsertChild (GSvgBase *pNewChild, GSvgBase *pPrev)
 
bool RemoveChild (GSvgBase *pChild)
 
virtual bool IsHasAnimate ()
 
virtual void OnParser (XMLItemA *node)
 
virtual void OnDraw (GSvgRenderer &ren, Transform2d m, RECT rcBox, float alpha, float time)
 

Public 属性

float m_x1
 
float m_y1
 
float m_x2
 
float m_y2
 
std::shared_ptr< GAnimatePropertyValue< float > > m_anim_x1
 
std::shared_ptr< GAnimatePropertyValue< float > > m_anim_y1
 
std::shared_ptr< GAnimatePropertyValue< float > > m_anim_x2
 
std::shared_ptr< GAnimatePropertyValue< float > > m_anim_y2
 
- 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_keyName
 
BeStringA m_textid
 
BeStringA m_title
 
GSvgBasem_parent
 
GSvgBasem_first_child
 
GSvgBasem_last_child
 
GSvgBasem_next_sibling
 
GSvgBasem_prev_sibling
 
BOOL m_isNoRender
 

详细描述

SVG Line

构造及析构函数说明

◆ GSvgShapeLine()

BUI::GSvgShapeLine::GSvgShapeLine ( )

◆ ~GSvgShapeLine()

virtual BUI::GSvgShapeLine::~GSvgShapeLine ( )
virtual

成员函数说明

◆ IsHasAnimate()

bool BUI::GSvgShapeLine::IsHasAnimate ( )
overridevirtual

重载 BUI::GSvgShape .

◆ OnDrawShape()

void BUI::GSvgShapeLine::OnDrawShape ( GSvgRenderer ren,
Transform2d  m,
RECT  rcBox,
float  alpha,
float  time 
)
overridevirtual

重载 BUI::GSvgShape .

◆ OnParser()

void BUI::GSvgShapeLine::OnParser ( XMLItemA node)
virtual

重载 BUI::GSvgBase .

类成员变量说明

◆ m_anim_x1

std::shared_ptr<GAnimatePropertyValue<float> > BUI::GSvgShapeLine::m_anim_x1

◆ m_anim_x2

std::shared_ptr<GAnimatePropertyValue<float> > BUI::GSvgShapeLine::m_anim_x2

◆ m_anim_y1

std::shared_ptr<GAnimatePropertyValue<float> > BUI::GSvgShapeLine::m_anim_y1

◆ m_anim_y2

std::shared_ptr<GAnimatePropertyValue<float> > BUI::GSvgShapeLine::m_anim_y2

◆ m_x1

float BUI::GSvgShapeLine::m_x1

◆ m_x2

float BUI::GSvgShapeLine::m_x2

◆ m_y1

float BUI::GSvgShapeLine::m_y1

◆ m_y2

float BUI::GSvgShapeLine::m_y2
鄂公网安备42018502007752 鄂ICP备2024082886
Copyright © 2025 · CBlueStudio 版权所有