|
CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
控件UI元素 更多...
Public 成员函数 | |
| ElementChatControl (std::shared_ptr< CControlUI * > ui) | |
| virtual | ~ElementChatControl () |
| SIZE | CalcSize (GFont *font) override |
| void | OnDraw (ISurface *surface, int x, int y, const GColor &col, RECT *rc_update) override |
| Public 成员函数 继承自 BUI::ElementChat | |
| ElementChat () | |
| virtual | ~ElementChat () |
| virtual BOOL | IsNewLine () |
| virtual void | PeekSelectText (BasicStringBuffer &buffer) |
| SIZE | GetSize () const |
| void | SetSize (SIZE sz) |
| SIZE | GetDisplaySize () const |
| void | SetDisplaySize (SIZE sz) |
| BOOL | IsScaleEnable () const |
额外继承的成员函数 | |
| Protected 属性 继承自 BUI::ElementChat | |
| SIZE | m_sz |
| SIZE | m_sz_show |
| BOOL | m_is_scale |
控件UI元素
| BUI::ElementChatControl::ElementChatControl | ( | std::shared_ptr< CControlUI * > | ui | ) |
|
virtual |
实现了 BUI::ElementChat.
|
overridevirtual |
实现了 BUI::ElementChat.