CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
线条样式 更多...
Public 成员函数 | |
GStyleLine () | |
~GStyleLine () | |
BOOL | IsFillAreaPath () const |
void | FillAreaPath (BOOL bFill) |
void | SetLineMode (LineMode mode) |
LineMode | GetLineMode () const |
![]() | |
GPenInfo () | |
~GPenInfo () | |
void | SetLineColor (GColor color) |
void | SetLineType (PenType style) |
void | SetLineWidth (int weight) |
int | GetLineWidth (BOOL display=TRUE) const |
GColor | GetLineColor () const |
PenType | GetLineType () const |
void | ShellAttributePen (const BeString &szName, const BeString &szText) |
Protected 属性 | |
LineMode | m_lineMode |
BOOL | m_bFillPath |
![]() | |
PenType | m_penType |
GColor | m_pencolor |
int | m_nPenWidth |
线条样式
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 |