summaryrefslogtreecommitdiff
path: root/docs/_input_location_message_content_8h_source.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_input_location_message_content_8h_source.html')
-rw-r--r--docs/_input_location_message_content_8h_source.html106
1 files changed, 106 insertions, 0 deletions
diff --git a/docs/_input_location_message_content_8h_source.html b/docs/_input_location_message_content_8h_source.html
new file mode 100644
index 0000000..759f53c
--- /dev/null
+++ b/docs/_input_location_message_content_8h_source.html
@@ -0,0 +1,106 @@
+<!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.13"/>
+<meta name="viewport" content="width=device-width, initial-scale=1"/>
+<title>tgbot-cpp: include/tgbot/types/InputLocationMessageContent.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="navtree.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="resize.js"></script>
+<script type="text/javascript" src="navtreedata.js"></script>
+<script type="text/javascript" src="navtree.js"></script>
+<script type="text/javascript">
+ $(document).ready(initResizable);
+</script>
+<link href="search/search.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="search/searchdata.js"></script>
+<script type="text/javascript" src="search/search.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="projectalign" style="padding-left: 0.5em;">
+ <div id="projectname">tgbot-cpp
+ </div>
+ </td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.13 -->
+<script type="text/javascript">
+var searchBox = new SearchBox("searchBox", "search",false,'Search');
+</script>
+<script type="text/javascript" src="menudata.js"></script>
+<script type="text/javascript" src="menu.js"></script>
+<script type="text/javascript">
+$(function() {
+ initMenu('',true,false,'search.php','Search');
+ $(document).ready(function() { init_search(); });
+});
+</script>
+<div id="main-nav"></div>
+</div><!-- top -->
+<div id="side-nav" class="ui-resizable side-nav-resizable">
+ <div id="nav-tree">
+ <div id="nav-tree-contents">
+ <div id="nav-sync" class="sync"></div>
+ </div>
+ </div>
+ <div id="splitbar" style="-moz-user-select:none;"
+ class="ui-resizable-handle">
+ </div>
+</div>
+<script type="text/javascript">
+$(document).ready(function(){initNavTree('_input_location_message_content_8h_source.html','');});
+</script>
+<div id="doc-content">
+<!-- window showing the filter options -->
+<div id="MSearchSelectWindow"
+ onmouseover="return searchBox.OnSearchSelectShow()"
+ onmouseout="return searchBox.OnSearchSelectHide()"
+ onkeydown="return searchBox.OnSearchSelectKey(event)">
+</div>
+
+<!-- iframe showing the search results (closed by default) -->
+<div id="MSearchResultsWindow">
+<iframe src="javascript:void(0)" frameborder="0"
+ name="MSearchResults" id="MSearchResults">
+</iframe>
+</div>
+
+<div class="header">
+ <div class="headertitle">
+<div class="title">InputLocationMessageContent.h</div> </div>
+</div><!--header-->
+<div class="contents">
+<a href="_input_location_message_content_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// Created by Konstantin Kukin on 26/12/16.</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;</div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="preprocessor">#ifndef TGBOT_INPUTLOCATIONMESSAGECONTENT_H</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#define TGBOT_INPUTLOCATIONMESSAGECONTENT_H</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#include &lt;memory&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;</div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespace_tg_bot.html">TgBot</a> {</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;</div><div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_input_location_message_content.html"> 16</a></span>&#160;<span class="keyword">class </span><a class="code" href="class_tg_bot_1_1_input_location_message_content.html">InputLocationMessageContent</a> : <span class="keyword">public</span> <a class="code" href="class_tg_bot_1_1_input_message_content.html">InputMessageContent</a> {</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_input_location_message_content.html#a80ef24779acdb726590e8aaa87c52840"> 18</a></span>&#160; <span class="keyword">typedef</span> std::shared_ptr&lt;InputLocationMessageContent&gt; <a class="code" href="class_tg_bot_1_1_input_location_message_content.html#a80ef24779acdb726590e8aaa87c52840">Ptr</a>;</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;</div><div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_input_location_message_content.html#ace56f8081ed46a4729a5f37dacdcb05e"> 20</a></span>&#160; <a class="code" href="class_tg_bot_1_1_input_location_message_content.html#ace56f8081ed46a4729a5f37dacdcb05e">InputLocationMessageContent</a>() :</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; <a class="code" href="class_tg_bot_1_1_input_message_content.html">InputMessageContent</a>(<span class="stringliteral">&quot;InputLocationMessageContent&quot;</span>)</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; {}</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_input_location_message_content.html#a2fd689365b19b085bdd59f928e3c3e16"> 27</a></span>&#160; <span class="keywordtype">float</span> <a class="code" href="class_tg_bot_1_1_input_location_message_content.html#a2fd689365b19b085bdd59f928e3c3e16">latitude</a>;</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;</div><div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_input_location_message_content.html#a6dea79838b9c9f9194c1ec49d5eb8e49"> 32</a></span>&#160; <span class="keywordtype">float</span> <a class="code" href="class_tg_bot_1_1_input_location_message_content.html#a6dea79838b9c9f9194c1ec49d5eb8e49">longitude</a>;</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;</div><div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_input_location_message_content.html#acbcd463ae944168b265e789509e6de55"> 34</a></span>&#160; <span class="keyword">virtual</span> <a class="code" href="class_tg_bot_1_1_input_location_message_content.html#acbcd463ae944168b265e789509e6de55">~InputLocationMessageContent</a>() { }</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;};</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;}</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;<span class="preprocessor">#endif //TGBOT_INPUTLOCATIONMESSAGECONTENT_H</span></div><div class="ttc" id="class_tg_bot_1_1_input_location_message_content_html_a80ef24779acdb726590e8aaa87c52840"><div class="ttname"><a href="class_tg_bot_1_1_input_location_message_content.html#a80ef24779acdb726590e8aaa87c52840">TgBot::InputLocationMessageContent::Ptr</a></div><div class="ttdeci">std::shared_ptr&lt; InputLocationMessageContent &gt; Ptr</div><div class="ttdef"><b>Definition:</b> <a href="_input_location_message_content_8h_source.html#l00018">InputLocationMessageContent.h:18</a></div></div>
+<div class="ttc" id="namespace_tg_bot_html"><div class="ttname"><a href="namespace_tg_bot.html">TgBot</a></div><div class="ttdef"><b>Definition:</b> <a href="_api_8h_source.html#l00044">Api.h:44</a></div></div>
+<div class="ttc" id="class_tg_bot_1_1_input_message_content_html"><div class="ttname"><a href="class_tg_bot_1_1_input_message_content.html">TgBot::InputMessageContent</a></div><div class="ttdef"><b>Definition:</b> <a href="_input_message_content_8h_source.html#l00016">InputMessageContent.h:16</a></div></div>
+<div class="ttc" id="class_tg_bot_1_1_input_location_message_content_html_a6dea79838b9c9f9194c1ec49d5eb8e49"><div class="ttname"><a href="class_tg_bot_1_1_input_location_message_content.html#a6dea79838b9c9f9194c1ec49d5eb8e49">TgBot::InputLocationMessageContent::longitude</a></div><div class="ttdeci">float longitude</div><div class="ttdef"><b>Definition:</b> <a href="_input_location_message_content_8h_source.html#l00032">InputLocationMessageContent.h:32</a></div></div>
+<div class="ttc" id="class_tg_bot_1_1_input_location_message_content_html_acbcd463ae944168b265e789509e6de55"><div class="ttname"><a href="class_tg_bot_1_1_input_location_message_content.html#acbcd463ae944168b265e789509e6de55">TgBot::InputLocationMessageContent::~InputLocationMessageContent</a></div><div class="ttdeci">virtual ~InputLocationMessageContent()</div><div class="ttdef"><b>Definition:</b> <a href="_input_location_message_content_8h_source.html#l00034">InputLocationMessageContent.h:34</a></div></div>
+<div class="ttc" id="class_tg_bot_1_1_input_location_message_content_html_a2fd689365b19b085bdd59f928e3c3e16"><div class="ttname"><a href="class_tg_bot_1_1_input_location_message_content.html#a2fd689365b19b085bdd59f928e3c3e16">TgBot::InputLocationMessageContent::latitude</a></div><div class="ttdeci">float latitude</div><div class="ttdef"><b>Definition:</b> <a href="_input_location_message_content_8h_source.html#l00027">InputLocationMessageContent.h:27</a></div></div>
+<div class="ttc" id="class_tg_bot_1_1_input_location_message_content_html"><div class="ttname"><a href="class_tg_bot_1_1_input_location_message_content.html">TgBot::InputLocationMessageContent</a></div><div class="ttdef"><b>Definition:</b> <a href="_input_location_message_content_8h_source.html#l00016">InputLocationMessageContent.h:16</a></div></div>
+<div class="ttc" id="class_tg_bot_1_1_input_location_message_content_html_ace56f8081ed46a4729a5f37dacdcb05e"><div class="ttname"><a href="class_tg_bot_1_1_input_location_message_content.html#ace56f8081ed46a4729a5f37dacdcb05e">TgBot::InputLocationMessageContent::InputLocationMessageContent</a></div><div class="ttdeci">InputLocationMessageContent()</div><div class="ttdef"><b>Definition:</b> <a href="_input_location_message_content_8h_source.html#l00020">InputLocationMessageContent.h:20</a></div></div>
+</div><!-- fragment --></div><!-- contents -->
+</div><!-- doc-content -->
+<!-- start footer part -->
+<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
+ <ul>
+ <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_25b26b9fa3b0bd1537052b03f43dd617.html">tgbot</a></li><li class="navelem"><a class="el" href="dir_edd914e3fbf8e89da3c33d1968dd487e.html">types</a></li><li class="navelem"><a class="el" href="_input_location_message_content_8h.html">InputLocationMessageContent.h</a></li>
+ <li class="footer">Generated on Sun Jan 15 2017 02:46:16 for tgbot-cpp by
+ <a href="http://www.doxygen.org/index.html">
+ <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
+ </ul>
+</div>
+</body>
+</html>