aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/doc/html/struct_info_key_data.html
blob: 2e7cb803953e84edc8ce7a9c040567d9116f320b (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!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"/>
<title>libcontextsubscriber: InfoKeyData Struct Reference</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.6.1 -->
<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 class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="classes.html"><span>Class&nbsp;Index</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>InfoKeyData Struct Reference</h1><!-- doxytag: class="InfoKeyData" -->
<p>Simple storage class that groups info about a given key.  
<a href="#_details">More...</a></p>

<p><code>#include &lt;<a class="el" href="infokeydata_8h_source.html">infokeydata.h</a>&gt;</code></p>

<p><a href="struct_info_key_data-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QString&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_info_key_data.html#a224cbd09f2ffc23ea7dc12c8be85cc45">name</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Name of the we're storing data for.  <a href="#a224cbd09f2ffc23ea7dc12c8be85cc45"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QString&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_info_key_data.html#ae348998b51793a4fc08819284eb103e5">type</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Type of the key.  <a href="#ae348998b51793a4fc08819284eb103e5"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QString&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_info_key_data.html#af2025a010ef84e2ef111c79a80e01d9b">doc</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Doc for the key.  <a href="#af2025a010ef84e2ef111c79a80e01d9b"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Simple storage class that groups info about a given key. </p>
<p>This struct is not a part of the public API. It's used by the <a class="el" href="class_info_xml_backend.html" title="Implements the InfoBackend for reading data from a directory with xml files.">InfoXmlBackend</a> that keeps in memory a hash of <a class="el" href="struct_info_key_data.html" title="Simple storage class that groups info about a given key.">InfoKeyData</a> instances for each key. </p>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="af2025a010ef84e2ef111c79a80e01d9b"></a><!-- doxytag: member="InfoKeyData::doc" ref="af2025a010ef84e2ef111c79a80e01d9b" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QString <a class="el" href="struct_info_key_data.html#af2025a010ef84e2ef111c79a80e01d9b">InfoKeyData::doc</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Doc for the key. </p>

</div>
</div>
<a class="anchor" id="a224cbd09f2ffc23ea7dc12c8be85cc45"></a><!-- doxytag: member="InfoKeyData::name" ref="a224cbd09f2ffc23ea7dc12c8be85cc45" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QString <a class="el" href="struct_info_key_data.html#a224cbd09f2ffc23ea7dc12c8be85cc45">InfoKeyData::name</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Name of the we're storing data for. </p>

</div>
</div>
<a class="anchor" id="ae348998b51793a4fc08819284eb103e5"></a><!-- doxytag: member="InfoKeyData::type" ref="ae348998b51793a4fc08819284eb103e5" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QString <a class="el" href="struct_info_key_data.html#ae348998b51793a4fc08819284eb103e5">InfoKeyData::type</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Type of the key. </p>

</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="infokeydata_8h_source.html">infokeydata.h</a></li>
</ul>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Mon Oct 19 14:21:01 2009 for libcontextsubscriber by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>