|
| CNodeSpanCell () |
|
| CNodeSpanCell (std::shared_ptr< CNodeData > valuedata) |
|
| ~CNodeSpanCell () |
|
void | SetMergeSpanYOffset (int dy) |
|
| 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 () |
|