ActionOfNode() const | BUI::CNodeCell | |
AddNodeData(std::shared_ptr< CNodeData > valuedata, int w=0, int h=0, SizeMode stw=AdaptFill, SizeMode sth=AdaptFill) | BUI::CNodeCell | |
bCollapsed | BUI::CChartEleTree | |
BindAction(std::shared_ptr< IActionNotify > action) | BUI::CNodeCell | |
box | BUI::CChartEleTree | |
CalculateDimensions(ISurface *pSurface) | BUI::CChartEleTree | |
CChartElement() | BUI::CChartElement | |
CChartEleTree() | BUI::CChartEleTree | |
CellRect() const | BUI::CNodeCell | |
CenterPosOfChilds() | BUI::CChartEleTree | |
Clear() | BUI::CChartEleTree | |
CNodeCell() | BUI::CNodeCell | |
CNodeCell(std::shared_ptr< CNodeData > valuedata) | BUI::CNodeCell | |
DoNodeAction() const | BUI::CNodeCell | |
DoPaintElement(ISurface *pSurface, const GColor &color, const RECT &rcDiagram, RECT *rcUpdate) override | BUI::CChartEleTree | virtual |
DoPaintElementSquarify(ISurface *pSurface, const GColor &color, const RECT &rcDiagram, RECT *rcUpdate) | BUI::CChartEleTree | |
DrawDataLabel(ISurface *pSurface, int x, int y, LPCTSTR str, const RECT &rcDiagram, RECT *rcUpdate) | BUI::CChartElement | |
firstChild | BUI::CChartEleTree | |
GenerateCoordinates(int x, int y, int level_distance, int leaf_distance, int group_distance) | BUI::CChartEleTree | |
GetAxisXPoint(VecFloat2 &pt) | BUI::CChartElement | virtual |
GetChildNodeDistance(ISurface *pSurface) const | BUI::CChartEleTree | |
GetDataLabelInfo() const | BUI::CChartElement | |
GetLogicPoint(int field=0) | BUI::CChartElement | virtual |
GetMarkColor() const | BUI::GStyleMarkShape | |
GetMarkSize() const | BUI::GStyleMarkShape | |
GetMarkStyle() const | BUI::GStyleMarkShape | |
GetNodeData() | BUI::CNodeCell | |
GetNodeSize(ISurface *pSurface) const | BUI::CChartEleTree | |
GetNodeState() | BUI::CNodeCell | |
GetPoint() | BUI::CChartElement | virtual |
GStyleMarkShape() | BUI::GStyleMarkShape | |
InsertChild(CChartEleTree *prevslib, std::shared_ptr< CNodeData > &data) | BUI::CChartEleTree | |
InsertNodeData(int pos, std::shared_ptr< CNodeData > valuedata, int w=0, int h=0, SizeMode stw=AdaptFill, SizeMode sth=AdaptFill) | BUI::CNodeCell | |
IsDrawDataLabel() const | BUI::CChartElement | |
IsVaild() | BUI::CChartElement | virtual |
IsViewportArea() | BUI::CChartElement | virtual |
isVisited | BUI::CChartEleTree | |
lastChild | BUI::CChartEleTree | |
m_action | BUI::CNodeCell | |
m_backdata | BUI::CNodeCell | |
m_cmd_ast | BUI::CNodeCell | |
m_datalabel | BUI::CChartElement | protected |
m_MarkColor | BUI::GStyleMarkShape | protected |
m_MarkSelColor | BUI::GStyleMarkShape | protected |
m_markStyle | BUI::GStyleMarkShape | protected |
m_nameid | BUI::CNodeCell | |
m_nMarkSize | BUI::GStyleMarkShape | protected |
m_notifyHandler | BUI::CNodeCell | |
m_rawdata | BUI::CNodeCell | |
m_rcCell | BUI::CNodeCell | |
m_state | BUI::CNodeCell | |
MovePosition(int dx, int dy) | BUI::CChartEleTree | |
Name() | BUI::CNodeCell | |
NeedUpdateHostUI() | BUI::CNodeCell | |
NeedUpdateUI() | BUI::CNodeCell | |
nextSibling | BUI::CChartEleTree | |
NotifyMsg(UINT message, WPARAM wp, LPARAM lp) | BUI::CNodeCell | |
OnDrawNodeCell(ISurface *pSurface, int paintState, RECT rcCell, COLORREF textColor, UINT textAlignFlag, PathTransInfo *clipborderpath=NULL) | BUI::CNodeCell | |
OnNotifyMessage(IEventHandler *notify, UINT message, WPARAM wp, LPARAM lp) override | BUI::CChartEleTree | virtual |
OnPaintMarkShape(ISurface *pSurface, int cx, int cy, const RECT &rcDiagram, RECT *rcClip) | BUI::GStyleMarkShape | |
OnPaintMarkShape(ISurface *pSurface, int cx, int cy, int size, const RECT &rcDiagram, RECT *rcClip) | BUI::GStyleMarkShape | |
OnParseElementData(XMLItem *pNode, CControlUI *parent) override | BUI::CChartEleTree | virtual |
OnPtInMarkShape(POINT pt, int cx, int cy) | BUI::GStyleMarkShape | |
OnTranslateLanguage() | BUI::CChartElement | virtual |
PaintMarkShape(ISurface *pSurface, int cx, int cy, TypeMarkShape style, int size, COLORREF color, const RECT &rcDiagram, RECT *rcClip) | BUI::GStyleMarkShape | static |
PaintMarkShapeBorder(ISurface *pSurface, int cx, int cy, TypeMarkShape style, int marksize, int bordersize, COLORREF color, const RECT &rcDiagram, RECT *rcClip) | BUI::GStyleMarkShape | static |
parent | BUI::CChartEleTree | |
position | BUI::CChartEleTree | |
prevSibling | BUI::CChartEleTree | |
PtInCell(POINT pt) | BUI::CNodeCell | |
PtInMarkShape(POINT pt, int cx, int cy, TypeMarkShape style, int size) | BUI::GStyleMarkShape | static |
SetBackNodeData(std::shared_ptr< CNodeData > valuedata) | BUI::CNodeCell | |
SetDataLabelInfo(CChartDataLabel *labelStyle) | BUI::CChartElement | |
SetMarkColor(COLORREF color) | BUI::GStyleMarkShape | |
SetMarkSize(double marksize) | BUI::GStyleMarkShape | |
SetMarkStyle(TypeMarkShape style) | BUI::GStyleMarkShape | |
SetName(BeString id) | BUI::CNodeCell | |
SetNodeData(std::shared_ptr< CNodeData > valuedata) | BUI::CNodeCell | |
SetNodeSize(int r) | BUI::CChartEleTree | |
SetNotifyHandler(IEventHandler *notify) | BUI::CNodeCell | |
SetRect(int x, int y, int w, int h) | BUI::CNodeCell | |
SetSyntaxAst(LPCTSTR str_script) | BUI::CNodeCell | |
ShellElementAttribute(const BeString &szName, const BeString &szText, ICoordList *crdlist=NULL) override | BUI::CChartEleTree | virtual |
ShellMarkAttribute(const BeString &szName, const BeString &szText) | BUI::GStyleMarkShape | |
ShellNodeCellAttribute(const BeString &szName, const BeString &szText) | BUI::CNodeCell | |
size_r | BUI::CChartEleTree | |
TransPos(TreeLayoutType type, int dx=0, int dy=0, int level=0) | BUI::CChartEleTree | |
TreeLimitRange(POINT &ptMin, POINT &ptMax) | BUI::CChartEleTree | |
TreePreLayoutCircle(ISurface *pSurface, int x, int y, double stepsize, int R, int level) | BUI::CChartEleTree | |
TreeToList(std::map< int, std::vector< CChartEleTree * > > &maptree, int level, TreeLayoutType type) | BUI::CChartEleTree | |
trLayType | BUI::CChartEleTree | |
~CChartElement() | BUI::CChartElement | virtual |
~CChartEleTree() | BUI::CChartEleTree | virtual |
~CNodeCell() | BUI::CNodeCell | virtual |
~GStyleMarkShape() | BUI::GStyleMarkShape | |