管理树形数据集观察者的类
More...
#include <SAdapterBase.h>
管理树形数据集观察者的类
Definition at line 434 of file SAdapterBase.h.
◆ STvObserverMgr()
| STvObserverMgr::STvObserverMgr |
( |
| ) |
|
|
inline |
◆ ~STvObserverMgr()
| STvObserverMgr::~STvObserverMgr |
( |
| ) |
|
|
inline |
◆ notifyChanged()
| void STvObserverMgr::notifyChanged |
( |
HSTREEITEM | hBranch | ) |
|
|
inline |
◆ notifyExpandChanged()
| void STvObserverMgr::notifyExpandChanged |
( |
HSTREEITEM | hBranch, |
|
|
BOOL | bExpandedOld, |
|
|
BOOL | bExpandedNew ) |
|
inline |
通知所有观察者分支展开状态已更改
- Parameters
-
| hBranch | 分支句柄 |
| bExpandedOld | 旧展开状态 |
| bExpandedNew | 新展开状态 |
Definition at line 520 of file SAdapterBase.h.
◆ notifyInvalidated()
| void STvObserverMgr::notifyInvalidated |
( |
HSTREEITEM | hBranch, |
|
|
bool | bInvalidParents, |
|
|
bool | bInvalidChildren ) |
|
inline |
通知所有观察者分支已失效
- Parameters
-
| hBranch | 分支句柄 |
| bInvalidParents | 父节点是否失效 |
| bInvalidChildren | 子节点是否失效 |
Definition at line 504 of file SAdapterBase.h.
◆ notifyItemBeforeRemove()
| void STvObserverMgr::notifyItemBeforeRemove |
( |
HSTREEITEM | hItem | ) |
|
|
inline |
◆ registerObserver()
| void STvObserverMgr::registerObserver |
( |
ITvDataSetObserver * | observer | ) |
|
|
inline |
◆ unregisterObserver()
| void STvObserverMgr::unregisterObserver |
( |
ITvDataSetObserver * | observer | ) |
|
|
inline |
◆ m_lstObserver
| SList<ITvDataSetObserver *> STvObserverMgr::m_lstObserver |
|
protected |
The documentation for this class was generated from the following file: