aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/doc/html/contexttypeinfo_8h_source.html
blob: eb6164894d689235a4c6857cf4dab95256ddf964 (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
<!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: contexttypeinfo.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.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><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>contexttypeinfo.h</h1><a href="contexttypeinfo_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 CONTEXTTYPEINFO_H</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span><span class="preprocessor">#define CONTEXTTYPEINFO_H</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;QVariant&gt;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;QStringList&gt;</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;QObject&gt;</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include &quot;<a class="code" href="assoctree_8h.html">assoctree.h</a>&quot;</span>
<a name="l00029"></a>00029 
<a name="l00030"></a><a class="code" href="class_context_type_info.html">00030</a> <span class="keyword">class </span><a class="code" href="class_context_type_info.html">ContextTypeInfo</a> : <span class="keyword">public</span> <a class="code" href="class_assoc_tree.html">AssocTree</a>
<a name="l00031"></a>00031 {
<a name="l00032"></a>00032 <span class="keyword">public</span>:
<a name="l00033"></a>00033     <a class="code" href="class_context_type_info.html#ae8d1906dff90f43abfaeb610977bd98a">ContextTypeInfo</a>(<span class="keyword">const</span> <a class="code" href="class_assoc_tree.html">AssocTree</a> &amp;tree);
<a name="l00034"></a>00034     <a class="code" href="class_context_type_info.html#ae8d1906dff90f43abfaeb610977bd98a">ContextTypeInfo</a>(<span class="keyword">const</span> QVariant &amp;tree);
<a name="l00035"></a>00035     <a class="code" href="class_context_type_info.html#ae8d1906dff90f43abfaeb610977bd98a">ContextTypeInfo</a>();
<a name="l00036"></a>00036 
<a name="l00037"></a>00037     <a class="code" href="class_context_type_info.html">ContextTypeInfo</a> <a class="code" href="class_context_type_info.html#ab6666873c5aae3244784a8e69748b4d0" title="Returns a ContexTypeInfo where old-style type names (INTEGER, STRING, BOOL) are replaced...">ensureNewTypes</a>();
<a name="l00038"></a>00038     <span class="keywordtype">bool</span> <a class="code" href="class_context_type_info.html#a650b0683b805c82f6707542d7f231915" title="Verifies if value is acceptable as a representative of the type that this ContextTypeInfo...">typeCheck</a>(<span class="keyword">const</span> QVariant &amp;<a class="code" href="class_assoc_tree.html#adb957da33e19cb184f9c69400965edd8" title="Returns the value of this tree.">value</a>) <span class="keyword">const</span>;
<a name="l00039"></a>00039 
<a name="l00040"></a>00040     <span class="keywordtype">bool</span> <a class="code" href="class_context_type_info.html#a01998d658d5e6a36769e17a47331a874">hasBase</a>(QString wanted, <span class="keywordtype">int</span> depth = 10) <span class="keyword">const</span>;
<a name="l00041"></a>00041     <a class="code" href="class_context_type_info.html">ContextTypeInfo</a> <a class="code" href="class_context_type_info.html#a40fcd3fa4aa2d687494d6aa187406efb">getBase</a>(QString wanted, <span class="keywordtype">int</span> depth = 10) <span class="keyword">const</span>;
<a name="l00042"></a>00042     QVariantList <a class="code" href="class_context_type_info.html#acce878cdfdb716d781355c8e0ba743b6">parameters</a>() <span class="keyword">const</span>;
<a name="l00043"></a>00043     QVariant <a class="code" href="class_context_type_info.html#a5e08eb37916c317cff4314cd51caba34">parameterValue</a>(QString p) <span class="keyword">const</span>;
<a name="l00044"></a>00044     <a class="code" href="class_assoc_tree.html">AssocTree</a> <a class="code" href="class_context_type_info.html#a5ef996f1ec0c38b83abd32633ea0c479">parameterNode</a>(QString p) <span class="keyword">const</span>;
<a name="l00045"></a>00045 
<a name="l00046"></a>00046     <a class="code" href="class_assoc_tree.html">AssocTree</a> <a class="code" href="class_context_type_info.html#a4accf5b9acaa99aa35cedb59b83bebef" title="Returns the AssocTree with the type definition for this type.">definition</a>() <span class="keyword">const</span>;
<a name="l00047"></a>00047     QString <a class="code" href="class_context_type_info.html#a7d917636b33732b5dd67d12629351fb2">parameterDoc</a>(QString p) <span class="keyword">const</span>;
<a name="l00048"></a>00048     QString <a class="code" href="class_context_type_info.html#ad2ab665b4620fef60762a50b782b0413">doc</a>() <span class="keyword">const</span>;
<a name="l00049"></a>00049     <a class="code" href="class_context_type_info.html">ContextTypeInfo</a> <a class="code" href="class_context_type_info.html#a86ef420ba51f5a877b3536f5cf3f2b34">base</a>() <span class="keyword">const</span>;
<a name="l00050"></a>00050 };
<a name="l00051"></a>00051 
<a name="l00052"></a><a class="code" href="class_context_string_enum_info.html">00052</a> <span class="keyword">class </span><a class="code" href="class_context_string_enum_info.html">ContextStringEnumInfo</a> : <span class="keyword">public</span> <a class="code" href="class_context_type_info.html">ContextTypeInfo</a>
<a name="l00053"></a>00053 {
<a name="l00054"></a>00054 <span class="keyword">public</span>:
<a name="l00055"></a>00055     <a class="code" href="class_context_string_enum_info.html#a1060740ec44d6dd57c15c7334e4f9c69">ContextStringEnumInfo</a>(<span class="keyword">const</span> <a class="code" href="class_context_type_info.html">ContextTypeInfo</a> &amp;info);
<a name="l00056"></a>00056 
<a name="l00057"></a>00057     QStringList <a class="code" href="class_context_string_enum_info.html#a0d5c4a1ac7e645f0c1e8a6bbc507e492">choices</a>() <span class="keyword">const</span>;
<a name="l00058"></a>00058     QString <a class="code" href="class_context_string_enum_info.html#a110f0b9e727a866d3d036fb5d2ab1f98">choiceDoc</a>(<span class="keyword">const</span> QString &amp;choice) <span class="keyword">const</span>;
<a name="l00059"></a>00059 };
<a name="l00060"></a>00060 
<a name="l00061"></a><a class="code" href="class_context_list_info.html">00061</a> <span class="keyword">class </span><a class="code" href="class_context_list_info.html">ContextListInfo</a> : <span class="keyword">public</span> <a class="code" href="class_context_type_info.html">ContextTypeInfo</a>
<a name="l00062"></a>00062 {
<a name="l00063"></a>00063 <span class="keyword">public</span>:
<a name="l00064"></a>00064     <a class="code" href="class_context_list_info.html#a0d0accd5824d707768c23064ad7ce66c">ContextListInfo</a>(<span class="keyword">const</span> <a class="code" href="class_context_type_info.html">ContextTypeInfo</a> &amp;info);
<a name="l00065"></a>00065 
<a name="l00066"></a>00066     <a class="code" href="class_context_type_info.html">ContextTypeInfo</a> <a class="code" href="class_context_list_info.html#a08286f38aff16c4bbac3cff24a990e37">type</a>();
<a name="l00067"></a>00067 };
<a name="l00068"></a>00068 
<a name="l00069"></a>00069 <span class="preprocessor">#endif</span>
</pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 10 16:51:58 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>