|
| CChartEleTree () |
|
virtual | ~CChartEleTree () |
|
void | Clear () |
|
CChartEleTree * | InsertChild (CChartEleTree *prevslib, std::shared_ptr< CNodeData > &data) |
|
void | CalculateDimensions (ISurface *pSurface) |
|
void | GenerateCoordinates (int x, int y, int level_distance, int leaf_distance, int group_distance) |
| 预先计算节点布局位置
|
|
void | TreePreLayoutCircle (ISurface *pSurface, int x, int y, double stepsize, int R, int level) |
|
void | TreeLimitRange (POINT &ptMin, POINT &ptMax) |
|
int | CenterPosOfChilds () |
|
void | SetNodeSize (int r) |
|
SIZE | GetNodeSize (ISurface *pSurface) const |
|
int | GetChildNodeDistance (ISurface *pSurface) const |
|
void | MovePosition (int dx, int dy) |
|
void | TransPos (TreeLayoutType type, int dx=0, int dy=0, int level=0) |
|
void | TreeToList (std::map< int, std::vector< CChartEleTree * > > &maptree, int level, TreeLayoutType type) |
|
void | DoPaintElementSquarify (ISurface *pSurface, const GColor &color, const RECT &rcDiagram, RECT *rcUpdate) |
|
void | DoPaintElement (ISurface *pSurface, const GColor &color, const RECT &rcDiagram, RECT *rcUpdate) override |
|
BOOL | OnNotifyMessage (IEventHandler *notify, UINT message, WPARAM wp, LPARAM lp) override |
|
void | ShellElementAttribute (const BeString &szName, const BeString &szText, ICoordList *crdlist=NULL) override |
| 命令控制和属性设置接口
|
|
void | OnParseElementData (XMLItem *pNode, CControlUI *parent) override |
|
| CChartElement () |
|
virtual | ~CChartElement () |
|
CChartDataLabel * | GetDataLabelInfo () const |
|
void | SetDataLabelInfo (CChartDataLabel *labelStyle) |
|
BOOL | IsDrawDataLabel () const |
|
void | DrawDataLabel (ISurface *pSurface, int x, int y, LPCTSTR str, const RECT &rcDiagram, RECT *rcUpdate) |
|
virtual void | DoPaintElement (ISurface *pSurface, const GColor &color, const RECT &rcDiagram, RECT *rcUpdate) |
|
virtual VecFloat2 | GetPoint () |
|
virtual VecFloat2 | GetLogicPoint (int field=0) |
|
virtual BOOL | IsViewportArea () |
|
virtual BOOL | IsVaild () |
|
virtual BOOL | GetAxisXPoint (VecFloat2 &pt) |
|
virtual BOOL | OnNotifyMessage (IEventHandler *notify, UINT message, WPARAM wp, LPARAM lp) |
|
virtual void | ShellElementAttribute (const BeString &szName, const BeString &szText, ICoordList *crdlist=NULL) |
| 命令控制和属性设置接口
|
|
virtual void | OnParseElementData (XMLItem *pNode, CControlUI *parent) |
|
virtual void | OnTranslateLanguage () |
|
| CNodeCell () |
|
| CNodeCell (std::shared_ptr< CNodeData > valuedata) |
|
virtual | ~CNodeCell () |
|
void | BindAction (std::shared_ptr< IActionNotify > action) |
|
std::shared_ptr< IActionNotify > | ActionOfNode () const |
|
void | DoNodeAction () const |
|
void | SetBackNodeData (std::shared_ptr< CNodeData > valuedata) |
|
void | SetSyntaxAst (LPCTSTR str_script) |
|
void | SetName (BeString id) |
|
BeString & | Name () |
|
void | OnDrawNodeCell (ISurface *pSurface, int paintState, RECT rcCell, COLORREF textColor, UINT textAlignFlag, PathTransInfo *clipborderpath=NULL) |
|
void | SetNodeData (std::shared_ptr< CNodeData > valuedata) |
|
void | AddNodeData (std::shared_ptr< CNodeData > valuedata, int w=0, int h=0, SizeMode stw=AdaptFill, SizeMode sth=AdaptFill) |
|
void | InsertNodeData (int pos, std::shared_ptr< CNodeData > valuedata, int w=0, int h=0, SizeMode stw=AdaptFill, SizeMode sth=AdaptFill) |
|
void | SetNotifyHandler (IEventHandler *notify) |
|
BOOL | NotifyMsg (UINT message, WPARAM wp, LPARAM lp) |
|
void | NeedUpdateUI () |
|
void | NeedUpdateHostUI () |
|
void | ShellNodeCellAttribute (const BeString &szName, const BeString &szText) |
|
ItemState & | GetNodeState () |
|
void | Clear () |
|
BOOL | PtInCell (POINT pt) |
|
void | SetRect (int x, int y, int w, int h) |
|
RECT | CellRect () const |
|
std::shared_ptr< CNodeData > & | GetNodeData () |
|
| GStyleMarkShape () |
|
| ~GStyleMarkShape () |
|
void | SetMarkStyle (TypeMarkShape style) |
|
void | SetMarkSize (double marksize) |
|
void | SetMarkColor (COLORREF color) |
|
TypeMarkShape | GetMarkStyle () const |
|
double | GetMarkSize () const |
|
COLORREF | GetMarkColor () const |
|
void | OnPaintMarkShape (ISurface *pSurface, int cx, int cy, const RECT &rcDiagram, RECT *rcClip) |
|
void | OnPaintMarkShape (ISurface *pSurface, int cx, int cy, int size, const RECT &rcDiagram, RECT *rcClip) |
|
BOOL | OnPtInMarkShape (POINT pt, int cx, int cy) |
|
void | ShellMarkAttribute (const BeString &szName, const BeString &szText) |
|