CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
Public 成员函数 | |
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 属性 | |
PenType | m_penType |
GColor | m_pencolor |
int | m_nPenWidth |
BUI::GPenInfo::GPenInfo | ( | ) |
BUI::GPenInfo::~GPenInfo | ( | ) |
GColor BUI::GPenInfo::GetLineColor | ( | ) | const |
PenType BUI::GPenInfo::GetLineType | ( | ) | const |
void BUI::GPenInfo::SetLineColor | ( | GColor | color | ) |
void BUI::GPenInfo::SetLineType | ( | PenType | style | ) |
void BUI::GPenInfo::SetLineWidth | ( | int | weight | ) |
|
protected |
|
protected |
|
protected |