列表项定义 更多...
#include <UiListEx.h>
公有成员 | |
ListItemEx () | |
void | ReleaseSpecialAttr () |
~ListItemEx () | |
公有属性 | |
bool | m_enableDragDelete |
是否支持滑动删除 | |
bool | m_isSelected |
UINT | m_itemBgType |
int | m_itemHeight |
当启用项不同高时, CalcItemHeight后存放项的高度 | |
void * | m_pData |
ImagingHelper * | m_pImgFirst |
左图像指针.图像指针由应用层来创建和释放 | |
ImagingHelper * | m_pImgFirst_pressed |
分割线中的图标按下状态的图像指针 | |
ImagingHelper * | m_pImgSecond |
右图像指针 | |
ImagingHelper * | m_pImgSecond_pressed |
分割线中的图标按下状态的图像指针 | |
ItemAttribute * | m_pSpecialItemAttr |
CMzString | m_textDescription |
描述文本 | |
CMzString | m_textPostscript1 |
附注文本1 | |
CMzString | m_textPostscript2 |
附注文本2 | |
CMzString | m_textTitle |
标题文本 |
列表项定义
ListItemEx::ListItemEx | ( | ) | [inline] |
ListItemEx::~ListItemEx | ( | ) | [inline] |
void ListItemEx::ReleaseSpecialAttr | ( | ) | [inline] |
是否支持滑动删除
画列表项的背景,UILIST_ITEM_BGTYPE_YELLOW表示未读短信样式的黄色背景 默认UILIST_ITEM_BGTYPE_NONE表示不画背景
当启用项不同高时, CalcItemHeight后存放项的高度
void* ListItemEx::m_pData |
左图像指针.图像指针由应用层来创建和释放
分割线中的图标按下状态的图像指针
分割线中的图标按下状态的图像指针
CMzString ListItemEx::m_textDescription |
描述文本
CMzString ListItemEx::m_textPostscript1 |
附注文本1
CMzString ListItemEx::m_textPostscript2 |
附注文本2
CMzString ListItemEx::m_textTitle |
标题文本