|
CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
Public 成员函数 | |
| LineStyle (PenType type=PenTypeSoild, LineCapStyle cap=ROUND, int ds_offset=0) | |
| LineStyle (const LineStyle &other) | |
Public 属性 | |
| PenType | type_ |
| LineCapStyle | linecap_ |
| LineCapStyle | joincap_ |
| float | miter_limit |
| int | dash_offset_ |
| int | dash_len |
| float | dash [10] |
| BUI::LineStyle::LineStyle | ( | PenType | type = PenTypeSoild, |
| LineCapStyle | cap = ROUND, |
||
| int | ds_offset = 0 |
||
| ) |
| BUI::LineStyle::LineStyle | ( | const LineStyle & | other | ) |
| float BUI::LineStyle::dash[10] |
| int BUI::LineStyle::dash_len |
| int BUI::LineStyle::dash_offset_ |
| LineCapStyle BUI::LineStyle::joincap_ |
| LineCapStyle BUI::LineStyle::linecap_ |
| float BUI::LineStyle::miter_limit |
| PenType BUI::LineStyle::type_ |