|
CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
线条样式 更多...
类 BUI::GStyleLine 继承关系图:Public 成员函数 | |
| GStyleLine () | |
| ~GStyleLine () | |
| BOOL | IsFillAreaPath () const |
| void | FillAreaPath (BOOL bFill) |
| void | SetLineMode (LineMode mode) |
| LineMode | GetLineMode () const |
Public 成员函数 继承自 BUI::GPenInfo | |
| GPenInfo () | |
| ~GPenInfo () | |
| void | SetLineColor (GColor color) |
| 设置线颜色 | |
| void | SetLineType (PenType style) |
| 设置画笔类型 | |
| void | SetLineWidth (int weight) |
| 设置线宽 | |
| float | GetLineWidth (BOOL display=TRUE) const |
| 获得线宽 | |
| GColor | GetLineColor () const |
| 画笔颜色 | |
| PenType | GetLineType () const |
| 画笔类型 | |
| void | ShellAttributePen (const BeString &szName, const BeString &szText) |
| 属性设置 | |
Protected 属性 | |
| LineMode | m_line_mode |
| BOOL | m_fill_path |
Protected 属性 继承自 BUI::GPenInfo | |
| PenType | m_pen_type |
| GColor | m_pen_color |
| int | m_pen_size |
线条样式
| BUI::GStyleLine::GStyleLine | ( | ) |
| BUI::GStyleLine::~GStyleLine | ( | ) |
| void BUI::GStyleLine::FillAreaPath | ( | BOOL | bFill | ) |
| LineMode BUI::GStyleLine::GetLineMode | ( | ) | const |
| BOOL BUI::GStyleLine::IsFillAreaPath | ( | ) | const |
| void BUI::GStyleLine::SetLineMode | ( | LineMode | mode | ) |
|
protected |
|
protected |