📄 listview_8h.htm
字号:
<dl class="el"><dd class="mdescRight">Associates a 32-bit data value with an item. <a href="group__mgext__ctrl__listview__msgs.htm#ga34"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__msgs.htm#ga35">LVM_CHOOSEITEM</a> 0xF139<dl class="el"><dd class="mdescRight">Selects and shows an item. <a href="group__mgext__ctrl__listview__msgs.htm#ga35"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__msgs.htm#ga36">LVM_SETSTRCMPFUNC</a> 0xF140<dl class="el"><dd class="mdescRight">Sets the STRCMP function used to sort items. <a href="group__mgext__ctrl__listview__msgs.htm#ga36"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__msgs.htm#ga41">LVM_GETRELATEDITEM</a> 0xF141<dl class="el"><dd class="mdescRight">Retrives related item of specific item. <a href="group__mgext__ctrl__listview__msgs.htm#ga41"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__msgs.htm#ga42">LVM_FOLDITEM</a> 0xF142<dl class="el"><dd class="mdescRight">Folds or unfolds an item. <a href="group__mgext__ctrl__listview__msgs.htm#ga42"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__msgs.htm#ga43">LVM_SETCUSTOMDRAW</a> 0xF143<dl class="el"><dd class="mdescRight">Sets the customized drawing functions of listview. <a href="group__mgext__ctrl__listview__msgs.htm#ga43"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__ncs.htm#ga0">LVN_CLICKED</a> 1<dl class="el"><dd class="mdescRight">This notification code informs parent window the mouse clicked. <a href="group__mgext__ctrl__listview__ncs.htm#ga0"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__ncs.htm#ga1">LVN_SELCHANGE</a> 2<dl class="el"><dd class="mdescRight">This notification code informs parent window the current selected item has changed. <a href="group__mgext__ctrl__listview__ncs.htm#ga1"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__ncs.htm#ga2">LVN_ITEMRDOWN</a> 4<dl class="el"><dd class="mdescRight">This notification code informs parent window the right mouse button down on a listview item. <a href="group__mgext__ctrl__listview__ncs.htm#ga2"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__ncs.htm#ga3">LVN_ITEMRUP</a> 5<dl class="el"><dd class="mdescRight">This notification code informs parent window the right mouse button up on a listview item. <a href="group__mgext__ctrl__listview__ncs.htm#ga3"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__ncs.htm#ga4">LVN_HEADRDOWN</a> 6<dl class="el"><dd class="mdescRight">This notification code informs parent window the right mouse button down on the listview header. <a href="group__mgext__ctrl__listview__ncs.htm#ga4"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__ncs.htm#ga5">LVN_HEADRUP</a> 7<dl class="el"><dd class="mdescRight">This notification code informs parent window the right mouse button up on the listview header. <a href="group__mgext__ctrl__listview__ncs.htm#ga5"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__ncs.htm#ga6">LVN_KEYDOWN</a> 8<dl class="el"><dd class="mdescRight">This notification code informs parent window that a key has been pressed. <a href="group__mgext__ctrl__listview__ncs.htm#ga6"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__ncs.htm#ga7">LVN_ITEMDBCLK</a> 9<dl class="el"><dd class="mdescRight">This notification code informs parent window the current selected item has be double clicked. <a href="group__mgext__ctrl__listview__ncs.htm#ga7"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__ncs.htm#ga8">LVN_ITEMCLK</a> 10<dl class="el"><dd class="mdescRight">This notification code informs parent window the current selected item has been clicked. <a href="group__mgext__ctrl__listview__ncs.htm#ga8"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__ncs.htm#ga9">LVN_COLCHANGE</a> 11<dl class="el"><dd class="mdescRight">This notification code informs parent window the current selected column has changed. <a href="group__mgext__ctrl__listview__ncs.htm#ga9"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__ncs.htm#ga10">LVN_FOLDED</a> 12<dl class="el"><dd class="mdescRight">This notification code informs that user folds an item by mouse clicking. <a href="group__mgext__ctrl__listview__ncs.htm#ga10"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__ncs.htm#ga11">LVN_UNFOLDED</a> 13<dl class="el"><dd class="mdescRight">This notification code informs that user unfolds an item by mouse clicking. <a href="group__mgext__ctrl__listview__ncs.htm#ga11"></a><br></dl></ul><h2>Typedefs</h2><ul><li>typedef <a class="el" href="group__handles.htm#ga0">GHANDLE</a> <a class="el" href="group__mgext__ctrl__listview.htm#ga0">HLVITEM</a><dl class="el"><dd class="mdescRight">List view item handle. <a href="group__mgext__ctrl__listview.htm#ga0"></a><br></dl><li>typedef <a class="el" href="struct__LVITEM.htm">_LVITEM</a> <a class="el" href="group__mgext__ctrl__listview.htm#ga1">LVITEM</a><li>typedef <a class="el" href="struct__LVITEM.htm">LVITEM</a> * <a class="el" href="group__mgext__ctrl__listview.htm#ga2">PLVITEM</a><li>typedef <a class="el" href="struct__LVSUBITEM.htm">_LVSUBITEM</a> <a class="el" href="group__mgext__ctrl__listview.htm#ga3">LVSUBITEM</a><li>typedef <a class="el" href="struct__LVSUBITEM.htm">LVSUBITEM</a> * <a class="el" href="group__mgext__ctrl__listview.htm#ga4">PLVSUBITEM</a><li>typedef <a class="el" href="struct__LVSORTDATA.htm">_LVSORTDATA</a> <a class="el" href="group__mgext__ctrl__listview.htm#ga5">LVSORTDATA</a><li>typedef <a class="el" href="struct__LVSORTDATA.htm">LVSORTDATA</a> * <a class="el" href="group__mgext__ctrl__listview.htm#ga6">PLVSORTDATA</a><li>typedef int(* <a class="el" href="group__mgext__ctrl__listview.htm#ga7">PFNLVCOMPARE</a> )(<a class="el" href="group__mgext__ctrl__listview.htm#ga0">HLVITEM</a> nItem1, <a class="el" href="group__mgext__ctrl__listview.htm#ga0">HLVITEM</a> nItem2, <a class="el" href="struct__LVSORTDATA.htm">PLVSORTDATA</a> sortData)<li>typedef void(* <a class="el" href="group__mgext__ctrl__listview.htm#ga10">PFN_LVHDR_BKDRAWFUNC</a> )(<a class="el" href="group__handles.htm#ga1">HWND</a> hWnd, HLVHDR hlvhdr, <a class="el" href="group__handles.htm#ga2">HDC</a> hdc, <a class="el" href="struct__RECT.htm">RECT</a> *rcDraw)<li>typedef void(* <a class="el" href="group__mgext__ctrl__listview.htm#ga11">PFN_LVHDR_ITEMDRAWFUNC</a> )(<a class="el" href="group__handles.htm#ga1">HWND</a> hWnd, int idx, <a class="el" href="group__handles.htm#ga2">HDC</a> hdc, <a class="el" href="struct__RECT.htm">RECT</a> *rcDraw)<li>typedef <a class="el" href="struct__LVCUSTOMDRAWFUNCS.htm">_LVCUSTOMDRAWFUNCS</a> <a class="el" href="group__mgext__ctrl__listview.htm#ga12">LVCUSTOMDRAWFUNCS</a><li>typedef <a class="el" href="struct__LVCOLUMN.htm">_LVCOLUMN</a> <a class="el" href="group__mgext__ctrl__listview.htm#ga13">LVCOLUMN</a><li>typedef <a class="el" href="struct__LVCOLUMN.htm">LVCOLUMN</a> * <a class="el" href="group__mgext__ctrl__listview.htm#ga14">PLVCOLUMN</a><li>typedef <a class="el" href="struct__LVFINDINFO.htm">_LVFINDINFO</a> <a class="el" href="group__mgext__ctrl__listview.htm#ga15">LVFINDINFO</a><li>typedef <a class="el" href="struct__LVFINDINFO.htm">LVFINDINFO</a> * <a class="el" href="group__mgext__ctrl__listview.htm#ga16">PLVFINDINFO</a><li>typedef <a class="el" href="struct__LVNM__NORMAL.htm">_LVNM_NORMAL</a> <a class="el" href="group__mgext__ctrl__listview.htm#ga17">LVNM_NORMAL</a><li>typedef <a class="el" href="struct__LVNM__NORMAL.htm">LVNM_NORMAL</a> * <a class="el" href="group__mgext__ctrl__listview.htm#ga18">PLVNM_NORMAL</a><li>typedef <a class="el" href="struct__LVNM__NORMAL.htm">LVNM_NORMAL</a> <a class="el" href="group__mgext__ctrl__listview.htm#ga19">LVNM_KEYDOWN</a><li>typedef <a class="el" href="struct__LVNM__NORMAL.htm">LVNM_KEYDOWN</a> * <a class="el" href="group__mgext__ctrl__listview.htm#ga20">PLVNM_KEYDOWN</a><li>typedef <a class="el" href="struct__LVNM__NORMAL.htm">LVNM_NORMAL</a> <a class="el" href="group__mgext__ctrl__listview.htm#ga21">LVNM_HEADRDOWN</a><li>typedef <a class="el" href="struct__LVNM__NORMAL.htm">LVNM_HEADRDOWN</a> * <a class="el" href="group__mgext__ctrl__listview.htm#ga22">PLVNM_HEADRDOWN</a><li>typedef <a class="el" href="struct__LVNM__NORMAL.htm">LVNM_NORMAL</a> <a class="el" href="group__mgext__ctrl__listview.htm#ga23">LVNM_HEADRUP</a><li>typedef <a class="el" href="struct__LVNM__NORMAL.htm">LVNM_HEADRUP</a> * <a class="el" href="group__mgext__ctrl__listview.htm#ga24">PLVNM_HEADUP</a><li>typedef <a class="el" href="struct__LVNM__NORMAL.htm">LVNM_NORMAL</a> <a class="el" href="group__mgext__ctrl__listview.htm#ga25">LVNM_ITEMRDOWN</a><li>typedef <a class="el" href="struct__LVNM__NORMAL.htm">LVNM_ITEMRDOWN</a> * <a class="el" href="group__mgext__ctrl__listview.htm#ga26">PLVNM_ITEMRDOWN</a><li>typedef <a class="el" href="struct__LVNM__NORMAL.htm">LVNM_NORMAL</a> <a class="el" href="group__mgext__ctrl__listview.htm#ga27">LVNM_ITEMRUP</a><li>typedef <a class="el" href="struct__LVNM__NORMAL.htm">LVNM_ITEMRUP</a> * <a class="el" href="group__mgext__ctrl__listview.htm#ga28">PLVNM_ITEMRUP</a></ul><hr><a name="_details"></a><h2>Detailed Description</h2><dl compact><dt><b>Author:</b></dt><dd>Wei Yongming <<a href="mailto:ymwei@minigui.org">ymwei@minigui.org</a>> </dd></dl><dl compact><dt><b>Date:</b></dt><dd>2002/01/06</dd></dl>The header file of MiniGUI extension library.<p><div class="fragment"><pre class="fragment"> Copyright (C) 2002-2007 Feynman Software Copyright (C) 1998-2002 Wei Yongming All rights reserved by Feynman Software. This file is part of MiniGUI, a compact cross-platform Graphics User Interface (GUI) support system for real-time embedded systems. </pre></div> <p>Definition in file <a class="el" href="listview_8h-source.htm">listview.h</a>.<hr size="1"><address style="align: right;"><small>Generated on Thu Nov 22 15:35:51 2007 for MiniGUI V1.6.10 API Reference by <a href="http://www.doxygen.org/index.html"><img src="http://www.minigui.com/api_ref/1.6.10/doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -