|
CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
标记类节点样式 更多...
Public 成员函数 | |
| GStyleMarkShape () | |
| ~GStyleMarkShape () | |
| void | SetMarkStyle (TypeMarkShape style) |
| void | SetMarkSize (double mark_size) |
| void | SetMarkColor (const GColor &color) |
| TypeMarkShape | GetMarkStyle () const |
| double | GetMarkSize () const |
| GColor | GetMarkColor () const |
| void | OnPaintMarkShape (ISurface *surface, int cx, int cy, const RECT &rc_diagram, RECT *rc_clip) |
| void | OnPaintMarkShape (ISurface *surface, int cx, int cy, int size, const RECT &rc_diagram, RECT *rc_clip) |
| BOOL | OnPtInMarkShape (POINT pt, int cx, int cy) |
| void | ShellMarkAttribute (const BeString &str_name, const BeString &str_value) |
静态 Public 成员函数 | |
| static void | PaintMarkShape (ISurface *surface, int cx, int cy, TypeMarkShape style, int size, const GColor &color, const RECT &rc_diagram, RECT *rc_clip) |
| static void | PaintMarkShapeBorder (ISurface *surface, int cx, int cy, TypeMarkShape style, int mark_size, int border_size, const GColor &color, const RECT &rc_diagram, RECT *rc_clip) |
| static BOOL | PtInMarkShape (POINT pt, int cx, int cy, TypeMarkShape style, int size) |
Protected 属性 | |
| TypeMarkShape | m_mark_style |
| double | m_mark_size |
| GColor | m_mark_color |
| GColor | m_mark_sel_color |
标记类节点样式
| BUI::GStyleMarkShape::GStyleMarkShape | ( | ) |
| BUI::GStyleMarkShape::~GStyleMarkShape | ( | ) |
| GColor BUI::GStyleMarkShape::GetMarkColor | ( | ) | const |
| double BUI::GStyleMarkShape::GetMarkSize | ( | ) | const |
| TypeMarkShape BUI::GStyleMarkShape::GetMarkStyle | ( | ) | const |
| void BUI::GStyleMarkShape::OnPaintMarkShape | ( | ISurface * | surface, |
| int | cx, | ||
| int | cy, | ||
| const RECT & | rc_diagram, | ||
| RECT * | rc_clip ) |
| void BUI::GStyleMarkShape::OnPaintMarkShape | ( | ISurface * | surface, |
| int | cx, | ||
| int | cy, | ||
| int | size, | ||
| const RECT & | rc_diagram, | ||
| RECT * | rc_clip ) |
|
static |
|
static |
|
static |
| void BUI::GStyleMarkShape::SetMarkColor | ( | const GColor & | color | ) |
| void BUI::GStyleMarkShape::SetMarkSize | ( | double | mark_size | ) |
| void BUI::GStyleMarkShape::SetMarkStyle | ( | TypeMarkShape | style | ) |
| void BUI::GStyleMarkShape::ShellMarkAttribute | ( | const BeString & | str_name, |
| const BeString & | str_value ) |
|
protected |
|
protected |
|
protected |
|
protected |