Files
ITEADLIB_Arduino_Nextion/API-html/_nex_pointer_8h_source.html
zhanglaicheng 0b376836e2 update document
2015-07-29 13:20:26 +08:00

83 lines
6.9 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.7"/>
<title>API: NexPointer.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="ITEAD-logo.JPG"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">API
</div>
<div id="projectbrief">For Arduino developers</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.7 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
<li><a href="globals.html"><span>File&#160;Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">NexPointer.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="preprocessor">#ifndef __NEXPOINTER_H__</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="preprocessor">#define __NEXPOINTER_H__</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_nex_touch_8h.html">NexTouch.h</a>&quot;</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;</div>
<div class="line"><a name="l00010"></a><span class="lineno"><a class="line" href="class_nex_pointer.html"> 10</a></span>&#160;<span class="keyword">class </span><a class="code" href="class_nex_pointer.html">NexPointer</a>: <span class="keyword">public</span> <a class="code" href="class_nex_touch.html">NexTouch</a></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;{</div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keyword">public</span>: <span class="comment">/* methods */</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160; <a class="code" href="class_nex_pointer.html#a354eb8a9750b734cadd66d079a47e712">NexPointer</a>(NexPid pid, NexCid cid, <span class="keywordtype">char</span> *name);</div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160; </div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="class_nex_pointer.html#a9d061972b36c952732c34ccfa3e506e3">getValue</a>(uint32_t *number);</div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="class_nex_pointer.html#a5d6dd483961e23a83219e5bc884a2600">setValue</a>(uint32_t number);</div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;};</div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;</div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* #ifdef __cplusplus */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* #ifndef __NEXPOINTER_H__ */</span><span class="preprocessor"></span></div>
<div class="ttc" id="class_nex_pointer_html_a9d061972b36c952732c34ccfa3e506e3"><div class="ttname"><a href="class_nex_pointer.html#a9d061972b36c952732c34ccfa3e506e3">NexPointer::getValue</a></div><div class="ttdeci">bool getValue(uint32_t *number)</div><div class="ttdoc">Get the value of pointer. </div><div class="ttdef"><b>Definition:</b> <a href="_nex_pointer_8cpp_source.html#l00020">NexPointer.cpp:20</a></div></div>
<div class="ttc" id="class_nex_pointer_html"><div class="ttname"><a href="class_nex_pointer.html">NexPointer</a></div><div class="ttdoc">NexPointer,subclass of NexTouch,provides simple methods to control pointer component. </div><div class="ttdef"><b>Definition:</b> <a href="_nex_pointer_8h_source.html#l00010">NexPointer.h:10</a></div></div>
<div class="ttc" id="_nex_touch_8h_html"><div class="ttname"><a href="_nex_touch_8h.html">NexTouch.h</a></div><div class="ttdoc">API of Nextion. </div></div>
<div class="ttc" id="class_nex_pointer_html_a354eb8a9750b734cadd66d079a47e712"><div class="ttname"><a href="class_nex_pointer.html#a354eb8a9750b734cadd66d079a47e712">NexPointer::NexPointer</a></div><div class="ttdeci">NexPointer(NexPid pid, NexCid cid, char *name)</div><div class="ttdoc">Constructor,inherited NexTouch&#39;s constructor function. </div><div class="ttdef"><b>Definition:</b> <a href="_nex_pointer_8cpp_source.html#l00007">NexPointer.cpp:7</a></div></div>
<div class="ttc" id="class_nex_pointer_html_a5d6dd483961e23a83219e5bc884a2600"><div class="ttname"><a href="class_nex_pointer.html#a5d6dd483961e23a83219e5bc884a2600">NexPointer::setValue</a></div><div class="ttdeci">bool setValue(uint32_t number)</div><div class="ttdoc">Set the value of pointer. </div><div class="ttdef"><b>Definition:</b> <a href="_nex_pointer_8cpp_source.html#l00037">NexPointer.cpp:37</a></div></div>
<div class="ttc" id="class_nex_touch_html"><div class="ttname"><a href="class_nex_touch.html">NexTouch</a></div><div class="ttdoc">Root Class of Nextion Components. </div><div class="ttdef"><b>Definition:</b> <a href="_nex_touch_8h_source.html#l00057">NexTouch.h:57</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 29 2015 13:08:59 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>
</body>
</html>