aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/doc/html/infokeydata_8h-source.html
blob: d9d3414a4066d3ab1e18034b0416adf27a44023c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>libcontextsubscriber: infokeydata.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.8 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</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>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
    </ul>
  </div>
<h1>infokeydata.h</h1><a href="infokeydata_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> * Copyright (C) 2008 Nokia Corporation.</span>
<a name="l00003"></a>00003 <span class="comment"> *</span>
<a name="l00004"></a>00004 <span class="comment"> * Contact: Marius Vollmer &lt;marius.vollmer@nokia.com&gt;</span>
<a name="l00005"></a>00005 <span class="comment"> *</span>
<a name="l00006"></a>00006 <span class="comment"> * This library is free software; you can redistribute it and/or</span>
<a name="l00007"></a>00007 <span class="comment"> * modify it under the terms of the GNU Lesser General Public License</span>
<a name="l00008"></a>00008 <span class="comment"> * version 2.1 as published by the Free Software Foundation.</span>
<a name="l00009"></a>00009 <span class="comment"> *</span>
<a name="l00010"></a>00010 <span class="comment"> * This library is distributed in the hope that it will be useful, but</span>
<a name="l00011"></a>00011 <span class="comment"> * WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00012"></a>00012 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</span>
<a name="l00013"></a>00013 <span class="comment"> * Lesser General Public License for more details.</span>
<a name="l00014"></a>00014 <span class="comment"> *</span>
<a name="l00015"></a>00015 <span class="comment"> * You should have received a copy of the GNU Lesser General Public</span>
<a name="l00016"></a>00016 <span class="comment"> * License along with this library; if not, write to the Free Software</span>
<a name="l00017"></a>00017 <span class="comment"> * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA</span>
<a name="l00018"></a>00018 <span class="comment"> * 02110-1301 USA</span>
<a name="l00019"></a>00019 <span class="comment"> *</span>
<a name="l00020"></a>00020 <span class="comment"> */</span>
<a name="l00021"></a>00021 
<a name="l00022"></a>00022 <span class="preprocessor">#ifndef INFOKEYDATA_H</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span><span class="preprocessor">#define INFOKEYDATA_H</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;QString&gt;</span>
<a name="l00026"></a>00026 
<a name="l00036"></a><a class="code" href="struct_info_key_data.html">00036</a> <span class="keyword">struct </span><a class="code" href="struct_info_key_data.html" title="Simple storage class that groups info about a given key.">InfoKeyData</a>
<a name="l00037"></a>00037 {
<a name="l00038"></a><a class="code" href="struct_info_key_data.html#224cbd09f2ffc23ea7dc12c8be85cc45">00038</a>     QString <a class="code" href="struct_info_key_data.html#224cbd09f2ffc23ea7dc12c8be85cc45" title="Name of the we&amp;#39;re storing data for.">name</a>; 
<a name="l00039"></a><a class="code" href="struct_info_key_data.html#e348998b51793a4fc08819284eb103e5">00039</a>     QString <a class="code" href="struct_info_key_data.html#e348998b51793a4fc08819284eb103e5" title="Type of the key.">type</a>; 
<a name="l00040"></a><a class="code" href="struct_info_key_data.html#f2025a010ef84e2ef111c79a80e01d9b">00040</a>     QString <a class="code" href="struct_info_key_data.html#f2025a010ef84e2ef111c79a80e01d9b" title="Doc for the key.">doc</a>; 
<a name="l00041"></a><a class="code" href="struct_info_key_data.html#ba8baa847c5b2483d1dea1c8fa22c7c8">00041</a>     QString <a class="code" href="struct_info_key_data.html#ba8baa847c5b2483d1dea1c8fa22c7c8" title="Name of the plugin which can construct the PropertyProvider instance for this property...">plugin</a>; 
<a name="l00042"></a><a class="code" href="struct_info_key_data.html#27f989b4cc7d7fd10f4e9863ef0649eb">00042</a>     QString <a class="code" href="struct_info_key_data.html#27f989b4cc7d7fd10f4e9863ef0649eb" title="Parameter to give to the constructor plugin.">constructionString</a>; 
<a name="l00043"></a>00043 };
<a name="l00044"></a>00044 
<a name="l00045"></a>00045 <span class="preprocessor">#endif // INFOKEYDATA_H</span>
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Sep 21 16:36:34 2009 for libcontextsubscriber by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
</body>
</html>