#include <mzfc/UiWin.h>
#include <mzfc/MzAnimator.h>
#include <mzfc/MouseTracker.h>
#include <mzfc/helper.h>
#include <mzfc/UiListEx.h>
组合类型 | |
class | IItemCollection |
class | UiCustomList |
类型定义 | |
typedef bool(* | CompareListItemEx )(const ListItemEx *, const ListItemEx *) |
列表项的比较函数类型,返回的值代表:第一个参数是否小于第二个参数 | |
typedef void(* | DrawItemFun )(HDC hdcDst, int nIndex, RECT *prcItem, RECT *prcWin, RECT *prcUpdate, void *pData) |
typedef bool(* CompareListItemEx)(const ListItemEx *, const ListItemEx *) |
列表项的比较函数类型,返回的值代表:第一个参数是否小于第二个参数
typedef void(* DrawItemFun)(HDC hdcDst, int nIndex, RECT *prcItem, RECT *prcWin, RECT *prcUpdate, void *pData) |