|
| CChartEleRect () |
|
| CChartEleRect (CCoordinateAffine *coordSys, double x1, double y1, double x2, double y2, GColor color) |
|
| ~CChartEleRect () |
|
void | SetBrushColor (GColor color) |
|
void | SetPenColor (GColor color) |
|
void | SetPenSize (int size) |
|
void | SetLinePatternImage (GImage *img) |
| 设置线条图案
|
|
BOOL | IsVaild () override |
|
void | DoPaintElement (ISurface *pSurface, const GColor &color, const RECT &rcDiagram, RECT *rcUpdate) override |
|
void | ShellElementAttribute (const BeString &szName, const BeString &szText, ICoordList *crdlist=NULL) 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 () |
|