mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
55 lines
3.0 KiB
HTML
55 lines
3.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
|
<title>QMapControl: gps.h Source File</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css">
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
|
</head><body>
|
|
<!-- Generated by Doxygen 1.5.9 -->
|
|
<div class="navigation" id="top">
|
|
<div class="tabs">
|
|
<ul>
|
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
|
<li><a href="namespaces.html"><span>Namespaces</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 class="tabs">
|
|
<ul>
|
|
<li><a href="files.html"><span>File List</span></a></li>
|
|
</ul>
|
|
</div>
|
|
<h1>gps.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef GPS_H</span>
|
|
<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define GPS_H</span>
|
|
<a name="l00003"></a>00003 <span class="preprocessor"></span>
|
|
<a name="l00004"></a>00004 <span class="preprocessor">#include <QtGui></span>
|
|
<a name="l00005"></a>00005 <span class="preprocessor">#include "../../../qmapcontrol.h"</span>
|
|
<a name="l00006"></a>00006 <span class="preprocessor">#include "gps_neo.h"</span>
|
|
<a name="l00007"></a>00007 <span class="keyword">using namespace </span>qmapcontrol;
|
|
<a name="l00008"></a>00008 <span class="keyword">class </span>GPS: <span class="keyword">public</span> QWidget
|
|
<a name="l00009"></a>00009 {
|
|
<a name="l00010"></a>00010 Q_OBJECT
|
|
<a name="l00011"></a>00011 <span class="keyword">public</span>:
|
|
<a name="l00012"></a>00012 GPS();
|
|
<a name="l00013"></a>00013
|
|
<a name="l00014"></a>00014 ~GPS();
|
|
<a name="l00015"></a>00015
|
|
<a name="l00016"></a>00016 <span class="keyword">private</span>:
|
|
<a name="l00017"></a>00017 QPushButton* followgps;
|
|
<a name="l00018"></a>00018 QLabel* gpsposition;
|
|
<a name="l00019"></a>00019 <a class="code" href="classqmapcontrol_1_1MapControl.html" title="The control element of the widget and also the widget itself.">MapControl</a>* mc;
|
|
<a name="l00020"></a>00020
|
|
<a name="l00021"></a>00021 <span class="keyword">public</span> slots:
|
|
<a name="l00022"></a>00022 <span class="keywordtype">void</span> updatePosition(<span class="keywordtype">float</span> time, QPointF coordinate);
|
|
<a name="l00023"></a>00023
|
|
<a name="l00024"></a>00024 };
|
|
<a name="l00025"></a>00025
|
|
<a name="l00026"></a>00026 <span class="preprocessor">#endif</span>
|
|
</pre></div></div>
|
|
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jul 29 12:38:10 2009 for QMapControl by
|
|
<a href="http://www.doxygen.org/index.html">
|
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
|
|
</body>
|
|
</html>
|