⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gridview_8h.htm

📁 MINIGUI1.6开发API
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>MiniGUI V1.6.10 API Reference: gridview.h File Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.4.2 --><div class="qindex"><a class="qindex" href="index.htm">Main&nbsp;Page</a> | <a class="qindex" href="modules.htm">Modules</a> | <a class="qindex" href="classes.htm">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.htm">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.htm">Directories</a> | <a class="qindex" href="files.htm">File&nbsp;List</a> | <a class="qindex" href="functions.htm">Data&nbsp;Fields</a> | <a class="qindex" href="globals.htm">Globals</a> | <a class="qindex" href="pages.htm">Related&nbsp;Pages</a></div><div class="nav"><a class="el" href="dir_000000.htm">ext</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.htm">include</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.htm">ext</a></div><h1>gridview.h File Reference</h1><p><a href="gridview_8h-source.htm">Go to the source code of this file.</a><h2>Defines</h2><ul><li>#define <a class="el" href="group__mgext__ctrl__grid.htm#ga10">CTRL_GRIDVIEW</a>&nbsp;&nbsp;&nbsp;"gridview"<dl class="el"><dd class="mdescRight">The class name of gridview control.  <a href="group__mgext__ctrl__grid.htm#ga10"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__grid.htm#ga13">GRID_OKAY</a>&nbsp;&nbsp;&nbsp;0<dl class="el"><dd class="mdescRight">Gridview return value.  <a href="group__mgext__ctrl__grid.htm#ga13"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__grid.htm#ga14">GRID_ERR</a>&nbsp;&nbsp;&nbsp;(-1)<dl class="el"><dd class="mdescRight">Gridview return value.  <a href="group__mgext__ctrl__grid.htm#ga14"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__grid.htm#ga15">GV_HALIGN_LEFT</a>&nbsp;&nbsp;&nbsp;0x00000001<li>#define <a class="el" href="group__mgext__ctrl__grid.htm#ga16">GV_HALIGN_RIGHT</a>&nbsp;&nbsp;&nbsp;0x00000002<li>#define <a class="el" href="group__mgext__ctrl__grid.htm#ga17">GV_HALIGN_CENTER</a>&nbsp;&nbsp;&nbsp;0x00000003<li>#define <a class="el" href="group__mgext__ctrl__grid.htm#ga18">GV_VALIGN_TOP</a>&nbsp;&nbsp;&nbsp;0x00000010<li>#define <a class="el" href="group__mgext__ctrl__grid.htm#ga19">GV_VALIGN_BOTTOM</a>&nbsp;&nbsp;&nbsp;0x00000020<li>#define <a class="el" href="group__mgext__ctrl__grid.htm#ga20">GV_VALIGN_CENTER</a>&nbsp;&nbsp;&nbsp;0x00000030<li>#define <a class="el" href="group__mgext__ctrl__grid.htm#ga21">GV_HALIGN_MASK</a>&nbsp;&nbsp;&nbsp;0x0000000F<li>#define <a class="el" href="group__mgext__ctrl__grid.htm#ga22">GV_VALIGN_MASK</a>&nbsp;&nbsp;&nbsp;0x000000F0<li>#define <a class="el" href="group__mgext__ctrl__grid.htm#ga23">GV_TYPE_UNKNOWN</a>&nbsp;&nbsp;&nbsp;0x00000000<li>#define <a class="el" href="group__mgext__ctrl__grid.htm#ga24">GV_TYPE_TEXT</a>&nbsp;&nbsp;&nbsp;0x00000100<li>#define <a class="el" href="group__mgext__ctrl__grid.htm#ga25">GV_TYPE_NUMBER</a>&nbsp;&nbsp;&nbsp;0x00000200<li>#define <a class="el" href="group__mgext__ctrl__grid.htm#ga26">GV_TYPE_CHECKBOX</a>&nbsp;&nbsp;&nbsp;0x00000300<li>#define <a class="el" href="group__mgext__ctrl__grid.htm#ga27">GV_TYPE_SELECTION</a>&nbsp;&nbsp;&nbsp;0x00000400<li>#define <a class="el" href="group__mgext__ctrl__grid.htm#ga28">GV_TYPE_HEADER</a>&nbsp;&nbsp;&nbsp;0x00000500<li>#define <a class="el" href="group__mgext__ctrl__grid.htm#ga29">GV_TYPE_TABLEHEADER</a>&nbsp;&nbsp;&nbsp;0x00000600<li>#define <a class="el" href="group__mgext__ctrl__grid.htm#ga30">GV_TYPE_MASK</a>&nbsp;&nbsp;&nbsp;0x0000FF00<li>#define <a class="el" href="group__mgext__ctrl__grid.htm#ga31">GVS_WITHICON</a>&nbsp;&nbsp;&nbsp;0x00010000<li>#define <a class="el" href="group__mgext__ctrl__grid.htm#ga32">GVS_WITHCHECKBOX</a>&nbsp;&nbsp;&nbsp;0x00020000<li>#define <a class="el" href="group__mgext__ctrl__grid.htm#ga33">GVS_MULTLINE</a>&nbsp;&nbsp;&nbsp;0x00100000<li>#define <a class="el" href="group__mgext__ctrl__grid.htm#ga34">GVS_READONLY</a>&nbsp;&nbsp;&nbsp;0x00200000<li>#define <a class="el" href="group__mgext__ctrl__grid.htm#ga35">GVS_BOXCHECKED</a>&nbsp;&nbsp;&nbsp;0x00400000<li>#define <a class="el" href="group__mgext__control__grid__msgs.htm#ga0">GRIDM_SETCELLPROPERTY</a>&nbsp;&nbsp;&nbsp;0xF210<dl class="el"><dd class="mdescRight">An Application sends a GRIDM_SETCELLPROPERTY message to set the cells' property in the grid control.  <a href="group__mgext__control__grid__msgs.htm#ga0"></a><br></dl><li>#define <a class="el" href="group__mgext__control__grid__msgs.htm#ga1">GRIDM_GETCELLPROPERTY</a>&nbsp;&nbsp;&nbsp;0xF211<li>#define <a class="el" href="group__mgext__control__grid__msgs.htm#ga2">GRIDM_SETCOLWIDTH</a>&nbsp;&nbsp;&nbsp;0xF212<li>#define <a class="el" href="group__mgext__control__grid__msgs.htm#ga3">GRIDM_GETCOLWIDTH</a>&nbsp;&nbsp;&nbsp;0xF213<li>#define <a class="el" href="group__mgext__control__grid__msgs.htm#ga4">GRIDM_SETROWHEIGHT</a>&nbsp;&nbsp;&nbsp;0xF214<li>#define <a class="el" href="group__mgext__control__grid__msgs.htm#ga5">GRIDM_GETROWHEIGHT</a>&nbsp;&nbsp;&nbsp;0xF215<li>#define <a class="el" href="group__mgext__control__grid__msgs.htm#ga6">GRIDM_ADDROW</a>&nbsp;&nbsp;&nbsp;0xF216<li>#define <a class="el" href="group__mgext__control__grid__msgs.htm#ga7">GRIDM_DELROW</a>&nbsp;&nbsp;&nbsp;0xF217<li>#define <a class="el" href="group__mgext__control__grid__msgs.htm#ga8">GRIDM_ADDCOLUMN</a>&nbsp;&nbsp;&nbsp;0xF218<li>#define <a class="el" href="group__mgext__control__grid__msgs.htm#ga9">GRIDM_DELCOLUMN</a>&nbsp;&nbsp;&nbsp;0xF219<li>#define <a class="el" href="group__mgext__control__grid__msgs.htm#ga10">GRIDM_GETROWCOUNT</a>&nbsp;&nbsp;&nbsp;0xF21A<dl class="el"><dd class="mdescRight">Gets the number of all rows in the grid control.  <a href="group__mgext__control__grid__msgs.htm#ga10"></a><br></dl><li>#define <a class="el" href="group__mgext__control__grid__msgs.htm#ga11">GRIDM_GETCOLCOUNT</a>&nbsp;&nbsp;&nbsp;0xF21B<dl class="el"><dd class="mdescRight">Gets the number of all cols in the grid control.  <a href="group__mgext__control__grid__msgs.htm#ga11"></a><br></dl><li>#define <a class="el" href="group__mgext__control__grid__msgs.htm#ga12">GRIDM_SETNUMFORMAT</a>&nbsp;&nbsp;&nbsp;0xF21C<dl class="el"><dd class="mdescRight">Set the number format of a cell in the grid control.  <a href="group__mgext__control__grid__msgs.htm#ga12"></a><br></dl><li>#define <a class="el" href="group__mgext__control__grid__msgs.htm#ga13">GRIDM_SETSELECTED</a>&nbsp;&nbsp;&nbsp;0xF21D<dl class="el"><dd class="mdescRight">Set the selected cell(s) in the grid control.  <a href="group__mgext__control__grid__msgs.htm#ga13"></a><br></dl><li>#define <a class="el" href="group__mgext__control__grid__msgs.htm#ga14">GRIDM_GETSELECTED</a>&nbsp;&nbsp;&nbsp;0xF21E<dl class="el"><dd class="mdescRight">Get the selected cell(s) in the grid control.  <a href="group__mgext__control__grid__msgs.htm#ga14"></a><br></dl><li>#define <a class="el" href="group__mgext__control__grid__msgs.htm#ga15">GRIDM_ADDDEPENDENCE</a>&nbsp;&nbsp;&nbsp;0xF21F<dl class="el"><dd class="mdescRight">Add a dependence relationship of cells to another cells.  <a href="group__mgext__control__grid__msgs.htm#ga15"></a><br></dl><li>#define <a class="el" href="group__mgext__control__grid__msgs.htm#ga16">GRIDM_DELDEPENDENCE</a>&nbsp;&nbsp;&nbsp;0xF220<dl class="el"><dd class="mdescRight">Delete a dependence relationship of cells to another cells.  <a href="group__mgext__control__grid__msgs.htm#ga16"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__grid__ncs.htm#ga0">GRIDN_HEADLDOWN</a>&nbsp;&nbsp;&nbsp;1<dl class="el"><dd class="mdescRight">This notification code informs a application when the left mouse button down on the gridview.header.  <a href="group__mgext__ctrl__grid__ncs.htm#ga0"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__grid__ncs.htm#ga1">GRIDN_HEADLUP</a>&nbsp;&nbsp;&nbsp;2<dl class="el"><dd class="mdescRight">This notification code informs a application when the left mouse button up on the gridview.header.  <a href="group__mgext__ctrl__grid__ncs.htm#ga1"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__grid__ncs.htm#ga2">GRIDN_KEYDOWN</a>&nbsp;&nbsp;&nbsp;3<dl class="el"><dd class="mdescRight">This notification code informs a application when that a key has been pressed.  <a href="group__mgext__ctrl__grid__ncs.htm#ga2"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__grid__ncs.htm#ga3">GRIDN_CELLDBCLK</a>&nbsp;&nbsp;&nbsp;4<dl class="el"><dd class="mdescRight">This notification code informs a application when the current selected cell has be double clicked.  <a href="group__mgext__ctrl__grid__ncs.htm#ga3"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__grid__ncs.htm#ga4">GRIDN_CELLCLK</a>&nbsp;&nbsp;&nbsp;5<dl class="el"><dd class="mdescRight">This notification code informs a application when the current selected cell has been clicked.  <a href="group__mgext__ctrl__grid__ncs.htm#ga4"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__grid__ncs.htm#ga5">GRIDN_FOCUSCHANGED</a>&nbsp;&nbsp;&nbsp;6<dl class="el"><dd class="mdescRight">This notification code informs a application when the current selected item has changed.  <a href="group__mgext__ctrl__grid__ncs.htm#ga5"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__grid__ncs.htm#ga6">GRIDN_CELLTEXTCHANGED</a>&nbsp;&nbsp;&nbsp;7<dl class="el"><dd class="mdescRight">This notification code informs a application when the cell text has changed.  <a href="group__mgext__ctrl__grid__ncs.htm#ga6"></a><br></dl></ul><h2>Typedefs</h2><ul><li>typedef <a class="el" href="struct__GRIDVIEWDATA.htm">_GRIDVIEWDATA</a> <a class="el" href="group__mgext__ctrl__grid.htm#ga0">GRIDVIEWDATA</a><li>typedef <a class="el" href="struct__GRIDCELLS.htm">_GRIDCELLS</a> <a class="el" href="group__mgext__ctrl__grid.htm#ga1">GRIDCELLS</a><li>typedef <a class="el" href="struct__GRIDCELLDATAHEADER.htm">_GRIDCELLDATAHEADER</a> <a class="el" href="group__mgext__ctrl__grid.htm#ga4">GRIDCELLDATAHEADER</a><li>typedef <a class="el" href="struct__GRIDCELLDATATEXT.htm">_GRIDCELLDATATEXT</a> <a class="el" href="group__mgext__ctrl__grid.htm#ga5">GRIDCELLDATATEXT</a><li>typedef <a class="el" href="struct__GRIDCELLDATANUMBER.htm">_GRIDCELLDATANUMBER</a> <a class="el" href="group__mgext__ctrl__grid.htm#ga6">GRIDCELLDATANUMBER</a><li>typedef <a class="el" href="struct__GRIDCELLDATACHECKBOX.htm">_GRIDCELLDATACHECKBOX</a> <a class="el" href="group__mgext__ctrl__grid.htm#ga7">GRIDCELLDATACHECKBOX</a><li>typedef <a class="el" href="struct__GRIDCELLDATASELECTION.htm">_GRIDCELLDATASELECTION</a> <a class="el" href="group__mgext__ctrl__grid.htm#ga8">GRIDCELLDATASELECTION</a><li>typedef <a class="el" href="struct__GRIDCELLDATA.htm">_GRIDCELLDATA</a> <a class="el" href="group__mgext__ctrl__grid.htm#ga9">GRIDCELLDATA</a></ul><hr><a name="_details"></a><h2>Detailed Description</h2><dl compact><dt><b>Author:</b></dt><dd>Wei Yongming &lt;<a href="mailto:ymwei@minigui.org">ymwei@minigui.org</a>&gt; </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="gridview_8h-source.htm">gridview.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&nbsp;<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 + -