~peekabot-devs/peekabot/peekabot.org

« back to all changes in this revision

Viewing changes to doc/0.8.x/CameraProxy_8hh_source.html

  • Committer: Staffan Gimåker
  • Date: 2011-01-30 20:22:14 UTC
  • Revision ID: staffan@gimaker.se-20110130202214-joasm9qvwni8n0g7
Add doxygen documentation for 0.8.x.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
2
<html xmlns="http://www.w3.org/1999/xhtml">
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 
5
<title>peekabot: src/client/proxies/CameraProxy.hh Source File</title>
 
6
<link href="tabs.css" rel="stylesheet" type="text/css"/>
 
7
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
 
8
</head>
 
9
<body>
 
10
<!-- Generated by Doxygen 1.7.1 -->
 
11
<div class="navigation" id="top">
 
12
  <div class="tabs">
 
13
    <ul class="tablist">
 
14
      <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
 
15
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
 
16
      <li><a href="annotated.html"><span>Classes</span></a></li>
 
17
      <li class="current"><a href="files.html"><span>Files</span></a></li>
 
18
    </ul>
 
19
  </div>
 
20
  <div class="tabs2">
 
21
    <ul class="tablist">
 
22
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
 
23
    </ul>
 
24
  </div>
 
25
<div class="header">
 
26
  <div class="headertitle">
 
27
<h1>src/client/proxies/CameraProxy.hh</h1>  </div>
 
28
</div>
 
29
<div class="contents">
 
30
<div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
 
31
<a name="l00002"></a>00002 <span class="comment"> * Copyright Staffan Gimåker 2008-2010.</span>
 
32
<a name="l00003"></a>00003 <span class="comment"> *</span>
 
33
<a name="l00004"></a>00004 <span class="comment"> * ---</span>
 
34
<a name="l00005"></a>00005 <span class="comment"> *</span>
 
35
<a name="l00006"></a>00006 <span class="comment"> * Distributed under the Boost Software License, Version 1.0.</span>
 
36
<a name="l00007"></a>00007 <span class="comment"> * (See accompanying file LICENSE_1_0.txt or copy at</span>
 
37
<a name="l00008"></a>00008 <span class="comment"> * http://www.boost.org/LICENSE_1_0.txt)</span>
 
38
<a name="l00009"></a>00009 <span class="comment"> */</span>
 
39
<a name="l00010"></a>00010 
 
40
<a name="l00011"></a>00011 <span class="preprocessor">#ifndef PEEKABOT_CLIENT_CAMERA_PROXY_HH_INCLUDED</span>
 
41
<a name="l00012"></a>00012 <span class="preprocessor"></span><span class="preprocessor">#define PEEKABOT_CLIENT_CAMERA_PROXY_HH_INCLUDED</span>
 
42
<a name="l00013"></a>00013 <span class="preprocessor"></span>
 
43
<a name="l00014"></a>00014 
 
44
<a name="l00015"></a>00015 <span class="preprocessor">#include &quot;ObjectProxy.hh&quot;</span>
 
45
<a name="l00016"></a>00016 
 
46
<a name="l00017"></a>00017 
 
47
<a name="l00018"></a>00018 <span class="keyword">namespace </span>peekabot
 
48
<a name="l00019"></a>00019 {
 
49
<a name="l00020"></a>00020     <span class="keyword">namespace </span>client
 
50
<a name="l00021"></a>00021     {
 
51
<a name="l00025"></a><a class="code" href="classpeekabot_1_1client_1_1CameraProxyBase.html">00025</a>         <span class="keyword">class </span>PEEKABOT_API <a class="code" href="classpeekabot_1_1client_1_1CameraProxyBase.html" title="Base class for CameraProxy.">CameraProxyBase</a> : <span class="keyword">public</span> <a class="code" href="classpeekabot_1_1client_1_1ObjectProxyBase.html" title="Base class for all client object proxies.">ObjectProxyBase</a>
 
52
<a name="l00026"></a>00026         {
 
53
<a name="l00027"></a>00027         <span class="keyword">public</span>:
 
54
<a name="l00028"></a>00028             <a class="code" href="classpeekabot_1_1client_1_1CameraProxyBase.html" title="Base class for CameraProxy.">CameraProxyBase</a>();
 
55
<a name="l00029"></a>00029 
 
56
<a name="l00030"></a>00030             <a class="code" href="classpeekabot_1_1client_1_1CameraProxyBase.html" title="Base class for CameraProxy.">CameraProxyBase</a>(<span class="keyword">const</span> <a class="code" href="classpeekabot_1_1client_1_1CameraProxyBase.html" title="Base class for CameraProxy.">CameraProxyBase</a> &amp;p);
 
57
<a name="l00031"></a>00031 
 
58
<a name="l00037"></a>00037             <a class="code" href="classpeekabot_1_1client_1_1DelayedDispatch.html" title="A wrapper class that enables optional status tracking of operations.">DelayedDispatch</a> set_fov(<span class="keywordtype">float</span> fov_deg);
 
59
<a name="l00038"></a>00038 
 
60
<a name="l00049"></a>00049             <a class="code" href="classpeekabot_1_1client_1_1DelayedDispatch.html" title="A wrapper class that enables optional status tracking of operations.">DelayedDispatch</a> set_zoom_distance(<span class="keywordtype">float</span> zoom_distance);
 
61
<a name="l00050"></a>00050 
 
62
<a name="l00057"></a>00057             <a class="code" href="classpeekabot_1_1client_1_1DelayedDispatch.html" title="A wrapper class that enables optional status tracking of operations.">DelayedDispatch</a> set_orthographic(<span class="keywordtype">bool</span> orthographic);
 
63
<a name="l00058"></a>00058         };
 
64
<a name="l00059"></a>00059 
 
65
<a name="l00060"></a>00060 
 
66
<a name="l00064"></a><a class="code" href="classpeekabot_1_1client_1_1CameraProxy.html">00064</a>         <span class="keyword">class </span>PEEKABOT_API <a class="code" href="classpeekabot_1_1client_1_1CameraProxy.html" title="Proxy class used to add and manipulate cameras.">CameraProxy</a> : <span class="keyword">public</span> <a class="code" href="classpeekabot_1_1client_1_1CameraProxyBase.html" title="Base class for CameraProxy.">CameraProxyBase</a>
 
67
<a name="l00065"></a>00065         {
 
68
<a name="l00066"></a>00066         <span class="keyword">public</span>:
 
69
<a name="l00067"></a>00067             <a class="code" href="classpeekabot_1_1client_1_1CameraProxy.html" title="Proxy class used to add and manipulate cameras.">CameraProxy</a>();
 
70
<a name="l00068"></a>00068 
 
71
<a name="l00069"></a>00069             <a class="code" href="classpeekabot_1_1client_1_1CameraProxy.html" title="Proxy class used to add and manipulate cameras.">CameraProxy</a>(<span class="keyword">const</span> <a class="code" href="classpeekabot_1_1client_1_1CameraProxyBase.html" title="Base class for CameraProxy.">CameraProxyBase</a> &amp;p);
 
72
<a name="l00070"></a>00070 
 
73
<a name="l00071"></a>00071             <a class="code" href="classpeekabot_1_1client_1_1CameraProxy.html" title="Proxy class used to add and manipulate cameras.">CameraProxy</a> &amp;operator=(<span class="keyword">const</span> <a class="code" href="classpeekabot_1_1client_1_1CameraProxy.html" title="Proxy class used to add and manipulate cameras.">CameraProxy</a> &amp;p);
 
74
<a name="l00072"></a>00072 
 
75
<a name="l00073"></a>00073             <a class="code" href="classpeekabot_1_1client_1_1CameraProxy.html" title="Proxy class used to add and manipulate cameras.">CameraProxy</a> &amp;operator=(<span class="keyword">const</span> <a class="code" href="classpeekabot_1_1client_1_1CameraProxyBase.html" title="Base class for CameraProxy.">CameraProxyBase</a> &amp;p);
 
76
<a name="l00074"></a>00074 
 
77
<a name="l00078"></a>00078             <a class="code" href="classpeekabot_1_1client_1_1DelayedDispatch.html" title="A wrapper class that enables optional status tracking of operations.">DelayedDispatch</a> assign(<span class="keyword">const</span> <a class="code" href="classpeekabot_1_1client_1_1ObjectProxyBase.html" title="Base class for all client object proxies.">ObjectProxyBase</a> &amp;p);
 
78
<a name="l00079"></a>00079 
 
79
<a name="l00083"></a>00083             <a class="code" href="classpeekabot_1_1client_1_1DelayedDispatch.html" title="A wrapper class that enables optional status tracking of operations.">DelayedDispatch</a> assign(
 
80
<a name="l00084"></a>00084                 <a class="code" href="classpeekabot_1_1client_1_1PeekabotClient.html" title="Encapsulates a connection to a peekabot server.">PeekabotClient</a> &amp;client,
 
81
<a name="l00085"></a>00085                 <span class="keyword">const</span> std::string &amp;path);
 
82
<a name="l00086"></a>00086 
 
83
<a name="l00091"></a>00091             <a class="code" href="classpeekabot_1_1client_1_1DelayedDispatch.html" title="A wrapper class that enables optional status tracking of operations.">DelayedDispatch</a> assign(
 
84
<a name="l00092"></a>00092                 <span class="keyword">const</span> <a class="code" href="classpeekabot_1_1client_1_1ObjectProxyBase.html" title="Base class for all client object proxies.">ObjectProxyBase</a> &amp;parent, 
 
85
<a name="l00093"></a>00093                 <span class="keyword">const</span> std::string &amp;rel_path);
 
86
<a name="l00094"></a>00094 
 
87
<a name="l00106"></a>00106             <a class="code" href="classpeekabot_1_1client_1_1DelayedDispatch.html" title="A wrapper class that enables optional status tracking of operations.">DelayedDispatch</a> add(
 
88
<a name="l00107"></a>00107                 <a class="code" href="classpeekabot_1_1client_1_1PeekabotClient.html" title="Encapsulates a connection to a peekabot server.">PeekabotClient</a> &amp;client,
 
89
<a name="l00108"></a>00108                 <span class="keyword">const</span> std::string &amp;path,
 
90
<a name="l00109"></a>00109                 NameConflictPolicy conflict_policy = AUTO_ENUMERATE_ON_CONFLICT);
 
91
<a name="l00110"></a>00110 
 
92
<a name="l00123"></a>00123             <a class="code" href="classpeekabot_1_1client_1_1DelayedDispatch.html" title="A wrapper class that enables optional status tracking of operations.">DelayedDispatch</a> add(
 
93
<a name="l00124"></a>00124                 <span class="keyword">const</span> <a class="code" href="classpeekabot_1_1client_1_1ObjectProxyBase.html" title="Base class for all client object proxies.">ObjectProxyBase</a> &amp;parent, 
 
94
<a name="l00125"></a>00125                 <span class="keyword">const</span> std::string &amp;name,
 
95
<a name="l00126"></a>00126                 NameConflictPolicy conflict_policy = AUTO_ENUMERATE_ON_CONFLICT);
 
96
<a name="l00127"></a>00127         };
 
97
<a name="l00128"></a>00128     }
 
98
<a name="l00129"></a>00129 }
 
99
<a name="l00130"></a>00130 
 
100
<a name="l00131"></a>00131 
 
101
<a name="l00132"></a>00132 <span class="preprocessor">#endif // PEEKABOT_CLIENT_CAMERA_PROXY_HH_INCLUDED</span>
 
102
</pre></div></div>
 
103
</div>
 
104
<hr class="footer"/><address class="footer"><small>Generated on Sun Jan 30 2011 for peekabot by&nbsp;
 
105
<a href="http://www.doxygen.org/index.html">
 
106
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.1 </small></address>
 
107
</body>
 
108
</html>