|
CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
图形相关资源存储类 更多...
Public 成员函数 | |
| CResourceGraphics () | |
| ~CResourceGraphics () | |
| GImage * | LoadSGImageFromBuffer (const BeString &key_id, unsigned char *buffer, UINT size, BOOL is_add_single=FALSE) |
| 添加GImage资源 | |
| GImage * | GetSGImage (const BeString &key_id) |
| GImageGIF * | LoadSGImageGIFFromBuffer (const BeString &keyid, unsigned char *buffer, UINT size) |
| 添加GImageGIF | |
| GImageGIF * | GetSGImageGIF (const BeString &keyid) |
| GSvgModel * | LoadSVGFromBuffer (const BeString &key_id, const char *buffer, UINT size) |
| 添加GSvgModel资源 | |
| GSvgModel * | GetSVGModel (const BeString &key_id) |
| void | AddGradientColors (const BeString &key_id, GradientColors *gra_colors) |
| 添加Gradient Colors资源 | |
| GradientColors * | GetGradientColors (const BeString &key_id) |
| void | AddGradientBrush (const BeString &key_id, GBrushGradient *bru_gra) |
| 添加Gradient brush资源 | |
| GBrushGradient * | GetGradientBrush (const BeString &key_id) |
| void | AddSGImageIconInfo (const BeString &key_id, GImageIconInfo *icon) |
| 添加Gradient brush资源 | |
| GImageIconInfo * | GetSGImageIconInfo (const BeString &key_id) |
| DataBuffer | GetZipArchiveFileData (const char *zip_file, const char *archive_name) |
| zip resource | |
| void | AddCandlesStyle (const BeString &key_id, std::shared_ptr< CandlesStyle > style) |
| 添加蜡烛图风格资源 | |
| std::shared_ptr< CandlesStyle > | GetCandlesStyle (const BeString &keyid) |
| void | AddBoxPlotStyle (const BeString &key_id, std::shared_ptr< BoxPlotStyle > box_plot) |
| 添加盒子图风格资源 | |
| std::shared_ptr< BoxPlotStyle > | GetBoxPlotStyle (const BeString &key_id) |
| LPCTSTR | ResourceCurrentDir () |
| 获得当前资源解析的执行目录 | |
| void | SetResourceCurrentDir (LPCTSTR dir) |
| void | AddStyleSheet (const BeString &key_id, const std::vector< BeStringPair > &list_style) |
| 添加风格样式文件资源 | |
| BOOL | GetStyleSheet (const BeString &key_id, std::vector< BeStringPair > &list_style) |
图形相关资源存储类
| BUI::CResourceGraphics::CResourceGraphics | ( | ) |
| BUI::CResourceGraphics::~CResourceGraphics | ( | ) |
| void BUI::CResourceGraphics::AddBoxPlotStyle | ( | const BeString & | key_id, |
| std::shared_ptr< BoxPlotStyle > | box_plot ) |
添加盒子图风格资源
| void BUI::CResourceGraphics::AddCandlesStyle | ( | const BeString & | key_id, |
| std::shared_ptr< CandlesStyle > | style ) |
添加蜡烛图风格资源
| void BUI::CResourceGraphics::AddGradientBrush | ( | const BeString & | key_id, |
| GBrushGradient * | bru_gra ) |
添加Gradient brush资源
| void BUI::CResourceGraphics::AddGradientColors | ( | const BeString & | key_id, |
| GradientColors * | gra_colors ) |
添加Gradient Colors资源
| void BUI::CResourceGraphics::AddSGImageIconInfo | ( | const BeString & | key_id, |
| GImageIconInfo * | icon ) |
添加Gradient brush资源
| void BUI::CResourceGraphics::AddStyleSheet | ( | const BeString & | key_id, |
| const std::vector< BeStringPair > & | list_style ) |
添加风格样式文件资源
| std::shared_ptr< BoxPlotStyle > BUI::CResourceGraphics::GetBoxPlotStyle | ( | const BeString & | key_id | ) |
| std::shared_ptr< CandlesStyle > BUI::CResourceGraphics::GetCandlesStyle | ( | const BeString & | keyid | ) |
| GBrushGradient * BUI::CResourceGraphics::GetGradientBrush | ( | const BeString & | key_id | ) |
| GradientColors * BUI::CResourceGraphics::GetGradientColors | ( | const BeString & | key_id | ) |
| GImageIconInfo * BUI::CResourceGraphics::GetSGImageIconInfo | ( | const BeString & | key_id | ) |
| BOOL BUI::CResourceGraphics::GetStyleSheet | ( | const BeString & | key_id, |
| std::vector< BeStringPair > & | list_style ) |
| DataBuffer BUI::CResourceGraphics::GetZipArchiveFileData | ( | const char * | zip_file, |
| const char * | archive_name ) |
zip resource
| GImage * BUI::CResourceGraphics::LoadSGImageFromBuffer | ( | const BeString & | key_id, |
| unsigned char * | buffer, | ||
| UINT | size, | ||
| BOOL | is_add_single = FALSE ) |
添加GImage资源
| GImageGIF * BUI::CResourceGraphics::LoadSGImageGIFFromBuffer | ( | const BeString & | keyid, |
| unsigned char * | buffer, | ||
| UINT | size ) |
添加GImageGIF
| GSvgModel * BUI::CResourceGraphics::LoadSVGFromBuffer | ( | const BeString & | key_id, |
| const char * | buffer, | ||
| UINT | size ) |
添加GSvgModel资源
| LPCTSTR BUI::CResourceGraphics::ResourceCurrentDir | ( | ) |
获得当前资源解析的执行目录
| void BUI::CResourceGraphics::SetResourceCurrentDir | ( | LPCTSTR | dir | ) |