|
| | CCheckBoxCell () |
| | ~CCheckBoxCell () |
| | 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 (const std::shared_ptr< CNodeData > &valuedata) |
| | 设置背景显示节点
|
| void | SetSyntaxAst (LPCTSTR str_script) |
| | 设置内置脚本代码
|
| void | SetName (BeString id) |
| | 设置单元格名称id
|
| BeString & | Name () |
| | 单元格名称id
|
| BOOL | IsEnable () const |
| | 是否可用
|
| void | SetEnable (BOOL enable) |
| | 开启(或禁用)单元格。默认保持开启
|
| void | OnDrawNodeCell (ISurface *surface, int paint_state, RECT rc_cell, const GColor &color_text, UINT text_align, PathTransInfo *clip_path=NULL) |
| void | SetNodeData (const std::shared_ptr< CNodeData > &valuedata) |
| | 设置单元格数据
|
| std::shared_ptr< CNodeData > & | GetNodeData () |
| | 获得单元格数据
|
| void | AddNodeData (const std::shared_ptr< CNodeData > &valuedata, int w=0, int h=0, LayoutMode mw=AdaptFill, LayoutMode mh=AdaptFill) |
| void | InsertNodeData (int pos, const std::shared_ptr< CNodeData > &valuedata, int w=0, int h=0, LayoutMode mw=AdaptFill, LayoutMode mh=AdaptFill) |
| void | SetNotifyHandler (IEventHandler *notify) |
| | 设置消息通知处理者
|
| void | NeedUpdateUI () |
| | 刷新单元格ui
|
| void | NeedUpdateHostUI () |
| | 刷新宿主UI
|
| virtual void | ShellNodeCellAttribute (const BeString &str_name, const BeString &str_value) |
| | 属性设置
|
| ItemState & | GetNodeState () |
| | 单元格状态
|
| void | ResetNodeState () |
| | 重置单元格状态
|
| BOOL | PtInCell (POINT pt) |
| | 鼠标命中单元格测试
|
| RECT | CellRect () const |
| | 单元格位置矩形区域
|
| void | SetRect (int x, int y, int w, int h) |
| | 设置单元格位置矩形区域
|
| | CheckBoxMode () |
| | ~CheckBoxMode () |
| void | SetCheckState (SelectState state) |
| SelectState | CheckState () const |
| void | SetCheckBoxRect (int x, int y, int w, int h) |
| BOOL | PtInCheckBox (POINT pt) const |
| RECT | CheckBoxRect () const |
| void | SetCheckBoxAction (const std::shared_ptr< IActionNotify > &action) |