|
| DECLARE_CLASS_SIID (IID_IListView) long AddRef() PURE |
| 增加引用计数
|
|
long | Release () PURE |
| 减少引用计数
|
|
void | OnFinalRelease () PURE |
| 释放对象
|
|
IWindow * | ToIWindow () PURE |
| 转换为IWindow*接口
|
|
BOOL | ShowScrollBar (int wBar, BOOL bShow) PURE |
| 显示/隐藏滚动条
|
|
BOOL | EnableScrollBar (int wBar, BOOL bEnable) PURE |
| Enable/Disable滚动条
|
|
BOOL | IsScrollBarEnable (BOOL bVertical) SCONST PURE |
| 获取滚动条Enable状态
|
|
void | SetScrollInfo (SCROLLINFO si, BOOL bVertical) PURE |
| 设置滚动条数据
|
|
BOOL | SetScrollPos (BOOL bVertical, int nNewPos, BOOL bRedraw) PURE |
| 设置滚动条位置
|
|
int | GetScrollPos (BOOL bVertical) SCONST PURE |
| 获取滚动条位置
|
|
BOOL | SetScrollRange (BOOL bVertical, int nMinPos, int nMaxPos, BOOL bRedraw) PURE |
| 设置滚动条范围
|
|
BOOL | GetScrollRange (BOOL bVertical, LPINT lpMinPos, LPINT lpMaxPos) SCONST PURE |
| 获取滚动条范围
|
|
BOOL | HasScrollBar (BOOL bVertical) SCONST PURE |
| 查询滚动条启用状态
|
|
BOOL | SetAdapter (ILvAdapter *adapter) PURE |
| 设置列表的Adapter
|
|
ILvAdapter * | GetAdapter () SCONST PURE |
| 获取控件的Adapter对象
|
|
void | SetItemLocator (IListViewItemLocator *pItemLocator) PURE |
| 设置列表项位置定位器
|
|
IListViewItemLocator * | GetItemLocator () SCONST PURE |
| 获取位置定位器
|
|
void | EnsureVisible (int iItem) PURE |
| 使指定行滚动到视图可见区
|
|
void | SetSel (int iItem, BOOL bNotify DEF_VAL(FALSE)) PURE |
| 选中指定行
|
|
int | GetSel () SCONST PURE |
| 获取当前选中行
|
|
IItemPanel * | HitTest (const POINT *pt) SCONST PURE |
| 热点测试
|
|
| DECLARE_CLASS_SIID (IID_IPanel) long AddRef() PURE |
| 增加引用计数
|
|
long | Release () PURE |
| 减少引用计数
|
|
void | OnFinalRelease () PURE |
| 释放对象
|
|
IWindow * | ToIWindow () PURE |
| 转换为IWindow*接口
|
|
BOOL | ShowScrollBar (int wBar, BOOL bShow) PURE |
| 显示/隐藏滚动条
|
|
BOOL | EnableScrollBar (int wBar, BOOL bEnable) PURE |
| Enable/Disable滚动条
|
|
BOOL | IsScrollBarEnable (BOOL bVertical) SCONST PURE |
| 获取滚动条Enable状态
|
|
void | SetScrollInfo (SCROLLINFO si, BOOL bVertical) PURE |
| 设置滚动条数据
|
|
BOOL | SetScrollPos (BOOL bVertical, int nNewPos, BOOL bRedraw) PURE |
| 设置滚动条位置
|
|
int | GetScrollPos (BOOL bVertical) SCONST PURE |
| 获取滚动条位置
|
|
BOOL | SetScrollRange (BOOL bVertical, int nMinPos, int nMaxPos, BOOL bRedraw) PURE |
| 设置滚动条范围
|
|
BOOL | GetScrollRange (BOOL bVertical, LPINT lpMinPos, LPINT lpMaxPos) SCONST PURE |
| 获取滚动条范围
|
|
BOOL | HasScrollBar (BOOL bVertical) SCONST PURE |
| 查询滚动条启用状态
|
|
| DECLARE_CLASS_SIID (IID_ICtrl) long AddRef() PURE |
| 增加引用计数
|
|
long | Release () PURE |
| 减少引用计数
|
|
void | OnFinalRelease () PURE |
| 释放对象
|
|
IWindow * | ToIWindow () PURE |
| 转换为IWindow*接口
|
|
long | AddRef () PURE |
| Increases the reference count.
|
|
long | Release () PURE |
| Decreases the reference count.
|
|
void | OnFinalRelease () PURE |
| Called when the reference count reaches zero and the object is about to be released.
|
|
Definition at line 883 of file SCtrl-i.h.