File: ComposeExample_8C-source.html

package info (click to toggle)
witty 3.1.2-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 45,512 kB
  • ctags: 35,832
  • sloc: cpp: 69,469; ansic: 66,945; xml: 4,383; sh: 594; perl: 108; makefile: 106
file content (185 lines) | stat: -rw-r--r-- 26,454 bytes parent folder | download
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Wt examples: /home/koen/project/wt/public-git/wt/examples/composer/ComposeExample.C Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.6 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="modules.html"><span>Modules</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>
<h1>/home/koen/project/wt/public-git/wt/examples/composer/ComposeExample.C</h1><a href="ComposeExample_8C.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 Emweb bvba, Kessel-Lo, Belgium.</span>
<a name="l00003"></a>00003 <span class="comment"> *</span>
<a name="l00004"></a>00004 <span class="comment"> * See the LICENSE file for terms of use.</span>
<a name="l00005"></a>00005 <span class="comment"> */</span>
<a name="l00006"></a>00006 
<a name="l00007"></a>00007 <span class="preprocessor">#include &lt;Wt/WApplication&gt;</span>
<a name="l00008"></a>00008 <span class="preprocessor">#include &lt;Wt/WBreak&gt;</span>
<a name="l00009"></a>00009 <span class="preprocessor">#include &lt;Wt/WText&gt;</span>
<a name="l00010"></a>00010 <span class="preprocessor">#include &lt;Wt/WPushButton&gt;</span>
<a name="l00011"></a>00011 <span class="preprocessor">#include &lt;Wt/WContainerWidget&gt;</span>
<a name="l00012"></a>00012 <span class="preprocessor">#include &lt;Wt/WStringUtil&gt;</span>
<a name="l00013"></a>00013 <span class="preprocessor">#ifndef WIN32</span>
<a name="l00014"></a>00014 <span class="preprocessor"></span><span class="preprocessor">#include &lt;unistd.h&gt;</span>
<a name="l00015"></a>00015 <span class="preprocessor">#endif</span>
<a name="l00016"></a>00016 <span class="preprocessor"></span>
<a name="l00017"></a>00017 <span class="preprocessor">#include "<a class="code" href="Composer_8h.html">Composer.h</a>"</span>
<a name="l00018"></a>00018 <span class="preprocessor">#include "<a class="code" href="ComposeExample_8h.html">ComposeExample.h</a>"</span>
<a name="l00019"></a>00019 <span class="preprocessor">#include "<a class="code" href="Contact_8h.html">Contact.h</a>"</span>
<a name="l00020"></a>00020 
<a name="l00021"></a>00021 <a class="code" href="classComposeExample.html#c0f370f3c418e7e85e76605b1f9922a6" title="create a new Composer example.">ComposeExample::ComposeExample</a>(<a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WContainerWidget.html">WContainerWidget</a> *parent)
<a name="l00022"></a>00022   : <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WContainerWidget.html">WContainerWidget</a>(parent)
<a name="l00023"></a>00023 {
<a name="l00024"></a>00024   <a class="code" href="classAttachmentEdit.html#403927978e9c841e64b62421458790e8">composer_</a> = <span class="keyword">new</span> <a class="code" href="classComposer.html" title="An E-mail composer widget.">Composer</a>(<span class="keyword">this</span>);
<a name="l00025"></a>00025 
<a name="l00026"></a>00026   std::vector&lt;Contact&gt; addressBook;
<a name="l00027"></a>00027   addressBook.push_back(<a class="code" href="structContact.html" title="An email contact.">Contact</a>(L<span class="stringliteral">"Koen Deforche"</span>,
<a name="l00028"></a>00028                                 L<span class="stringliteral">"koen.deforche@gmail.com"</span>));
<a name="l00029"></a>00029   addressBook.push_back(<a class="code" href="structContact.html" title="An email contact.">Contact</a>(L<span class="stringliteral">"Koen alias1"</span>,
<a name="l00030"></a>00030                                 L<span class="stringliteral">"koen.alias1@yahoo.com"</span>));
<a name="l00031"></a>00031   addressBook.push_back(<a class="code" href="structContact.html" title="An email contact.">Contact</a>(L<span class="stringliteral">"Koen alias2"</span>,
<a name="l00032"></a>00032                                 L<span class="stringliteral">"koen.alias2@yahoo.com"</span>));
<a name="l00033"></a>00033   addressBook.push_back(<a class="code" href="structContact.html" title="An email contact.">Contact</a>(L<span class="stringliteral">"Koen alias3"</span>,
<a name="l00034"></a>00034                                 L<span class="stringliteral">"koen.alias3@yahoo.com"</span>));
<a name="l00035"></a>00035   addressBook.push_back(<a class="code" href="structContact.html" title="An email contact.">Contact</a>(L<span class="stringliteral">"Bartje"</span>,
<a name="l00036"></a>00036                                 L<span class="stringliteral">"jafar@hotmail.com"</span>));
<a name="l00037"></a>00037   <a class="code" href="classAttachmentEdit.html#403927978e9c841e64b62421458790e8">composer_</a>-&gt;<a class="code" href="classComposer.html#c952c4e43c8dfb1ae46e83d84b381728" title="Set the address book, for autocomplete suggestions.">setAddressBook</a>(addressBook);
<a name="l00038"></a>00038 
<a name="l00039"></a>00039   std::vector&lt;Contact&gt; contacts;
<a name="l00040"></a>00040   contacts.push_back(<a class="code" href="structContact.html" title="An email contact.">Contact</a>(L<span class="stringliteral">"Koen Deforche"</span>, L<span class="stringliteral">"koen.deforche@gmail.com"</span>));
<a name="l00041"></a>00041 
<a name="l00042"></a>00042   <a class="code" href="classAttachmentEdit.html#403927978e9c841e64b62421458790e8">composer_</a>-&gt;<a class="code" href="classComposer.html#875c536e6e8cc4c31b8cdb6b17e0c72c" title="Set message To: contacts.">setTo</a>(contacts);
<a name="l00043"></a>00043   <a class="code" href="classAttachmentEdit.html#403927978e9c841e64b62421458790e8">composer_</a>-&gt;<a class="code" href="classComposer.html#af759051d0b21bcc4a285172f23edaaa" title="Set subject.">setSubject</a>(<span class="stringliteral">"That's cool! Want to start your own google?"</span>);
<a name="l00044"></a>00044 
<a name="l00045"></a>00045   <a class="code" href="classAttachmentEdit.html#403927978e9c841e64b62421458790e8">composer_</a>-&gt;<a class="code" href="classComposer.html#523271b083a60c433f044018f3c0d02a" title="The message is ready to be sent...">send</a>.<a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1Signal.html#6fc9536d2e7f59684ec32f3734b01f38">connect</a>(SLOT(<span class="keyword">this</span>, <a class="code" href="classComposeExample.html#4a03fd8eaafc4b26d93fe18fac9b7af4">ComposeExample::send</a>));
<a name="l00046"></a>00046   <a class="code" href="classAttachmentEdit.html#403927978e9c841e64b62421458790e8">composer_</a>-&gt;<a class="code" href="classComposer.html#93eb63c5e90cf794a710348a847b9c0a" title="The message must be discarded.">discard</a>.<a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1Signal.html#6fc9536d2e7f59684ec32f3734b01f38">connect</a>(SLOT(<span class="keyword">this</span>, <a class="code" href="classComposeExample.html#16ad9cd6db83e9b69326e517fd5c83d5">ComposeExample::discard</a>));
<a name="l00047"></a>00047 
<a name="l00048"></a>00048   details_ = <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WContainerWidget.html#520ba6e52a36a7f2efbef1a31a69e898">WContainerWidget</a>(<span class="keyword">this</span>);
<a name="l00049"></a>00049 
<a name="l00050"></a>00050   <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WText.html">WText</a>(<a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WWidget.html#a651f107ec7cf080faef6c435705fc44">tr</a>(<span class="stringliteral">"example.info"</span>), details_);
<a name="l00051"></a>00051 }
<a name="l00052"></a>00052 
<a name="l00053"></a><a class="code" href="classComposeExample.html#4a03fd8eaafc4b26d93fe18fac9b7af4">00053</a> <span class="keywordtype">void</span> <a class="code" href="classComposeExample.html#4a03fd8eaafc4b26d93fe18fac9b7af4">ComposeExample::send</a>()
<a name="l00054"></a>00054 {
<a name="l00055"></a>00055   <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WContainerWidget.html">WContainerWidget</a> *feedback = <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WContainerWidget.html">WContainerWidget</a>(<span class="keyword">this</span>);
<a name="l00056"></a>00056   feedback-&gt;<a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WWebWidget.html#6fd43dced1a62f7e79bc3522eeb16216">setStyleClass</a>(L<span class="stringliteral">"feedback"</span>);
<a name="l00057"></a>00057 
<a name="l00058"></a>00058   <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WContainerWidget.html">WContainerWidget</a> *horiz = <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WContainerWidget.html">WContainerWidget</a>(feedback);
<a name="l00059"></a>00059   <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WText.html">WText</a>(L<span class="stringliteral">"&lt;p&gt;We could have, but did not send the following email:&lt;/p&gt;"</span>,
<a name="l00060"></a>00060             horiz);
<a name="l00061"></a>00061 
<a name="l00062"></a>00062   std::vector&lt;Contact&gt; contacts = <a class="code" href="classComposeExample.html#91a7bd69eb98eb68507b3f26b2d97802">composer_</a>-&gt;<a class="code" href="classComposer.html#8d147821090f6e305111bd82187b929f" title="Get the To: contacts.">to</a>();
<a name="l00063"></a>00063   <span class="keywordflow">if</span> (!contacts.empty())
<a name="l00064"></a>00064     horiz = <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WContainerWidget.html">WContainerWidget</a>(feedback);
<a name="l00065"></a>00065   <span class="keywordflow">for</span> (<span class="keywordtype">unsigned</span> i = 0; i &lt; contacts.size(); ++i) {
<a name="l00066"></a>00066     <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WText.html">WText</a>(L<span class="stringliteral">"To: \""</span> + contacts[i].name + L<span class="stringliteral">"\" &lt;"</span>
<a name="l00067"></a>00067               + contacts[i].email + L<span class="stringliteral">"&gt;"</span>, <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/namespaceWt.html#140dea437d52d3d7c438ea3bd16a1480e06bb9ae9a26d13c3dcf9f20d5067885">PlainText</a>, horiz);
<a name="l00068"></a>00068     <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WBreak.html">WBreak</a>(horiz);
<a name="l00069"></a>00069   }
<a name="l00070"></a>00070 
<a name="l00071"></a>00071   contacts = <a class="code" href="classComposeExample.html#91a7bd69eb98eb68507b3f26b2d97802">composer_</a>-&gt;<a class="code" href="classComposer.html#fbabc511b2d7faf6e789d83e999886d1" title="Get the Cc: contacts.">cc</a>();
<a name="l00072"></a>00072   <span class="keywordflow">if</span> (!contacts.empty())
<a name="l00073"></a>00073     horiz = <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WContainerWidget.html">WContainerWidget</a>(feedback);
<a name="l00074"></a>00074   <span class="keywordflow">for</span> (<span class="keywordtype">unsigned</span> i = 0; i &lt; contacts.size(); ++i) {
<a name="l00075"></a>00075     <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WText.html">WText</a>(L<span class="stringliteral">"Cc: \""</span> + contacts[i].name + L<span class="stringliteral">"\" &lt;"</span>
<a name="l00076"></a>00076               + contacts[i].email + L<span class="stringliteral">"&gt;"</span>, <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/namespaceWt.html#140dea437d52d3d7c438ea3bd16a1480e06bb9ae9a26d13c3dcf9f20d5067885">PlainText</a>, horiz);
<a name="l00077"></a>00077     <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WBreak.html">WBreak</a>(horiz);
<a name="l00078"></a>00078   }
<a name="l00079"></a>00079   
<a name="l00080"></a>00080   contacts = <a class="code" href="classComposeExample.html#91a7bd69eb98eb68507b3f26b2d97802">composer_</a>-&gt;<a class="code" href="classComposer.html#d28ae55ec6069a08d86fc0e92387dccb" title="Get the Bc: contacts.">bcc</a>();
<a name="l00081"></a>00081   <span class="keywordflow">if</span> (!contacts.empty())
<a name="l00082"></a>00082     horiz = <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WContainerWidget.html">WContainerWidget</a>(feedback);
<a name="l00083"></a>00083   <span class="keywordflow">for</span> (<span class="keywordtype">unsigned</span> i = 0; i &lt; contacts.size(); ++i) {
<a name="l00084"></a>00084     <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WText.html">WText</a>(L<span class="stringliteral">"Bcc: \""</span> + contacts[i].name + L<span class="stringliteral">"\" &lt;"</span>
<a name="l00085"></a>00085               + contacts[i].email + L<span class="stringliteral">"&gt;"</span>, <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/namespaceWt.html#140dea437d52d3d7c438ea3bd16a1480e06bb9ae9a26d13c3dcf9f20d5067885">PlainText</a>, horiz);
<a name="l00086"></a>00086     <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WBreak.html">WBreak</a>(horiz);
<a name="l00087"></a>00087   }
<a name="l00088"></a>00088 
<a name="l00089"></a>00089   horiz = <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WContainerWidget.html">WContainerWidget</a>(feedback);
<a name="l00090"></a>00090   <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WText.html">WText</a> *t = <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WText.html">WText</a>(<span class="stringliteral">"Subject: \""</span> + <a class="code" href="classComposeExample.html#91a7bd69eb98eb68507b3f26b2d97802">composer_</a>-&gt;<a class="code" href="classComposer.html#09023bf88e8d7c566e27d489d28b3d50" title="Get the subject.">subject</a>() + <span class="stringliteral">"\""</span>,
<a name="l00091"></a>00091                        <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/namespaceWt.html#140dea437d52d3d7c438ea3bd16a1480e06bb9ae9a26d13c3dcf9f20d5067885">PlainText</a>, horiz);
<a name="l00092"></a>00092 
<a name="l00093"></a>00093   std::vector&lt;Attachment&gt; attachments = <a class="code" href="classComposeExample.html#91a7bd69eb98eb68507b3f26b2d97802">composer_</a>-&gt;<a class="code" href="classComposer.html#84ca3fe36eddc04930ce0471de1ba7b8" title="Get the list of attachments.">attachments</a>();
<a name="l00094"></a>00094   <span class="keywordflow">if</span> (!attachments.empty())
<a name="l00095"></a>00095     horiz = <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WContainerWidget.html">WContainerWidget</a>(feedback);
<a name="l00096"></a>00096   <span class="keywordflow">for</span> (<span class="keywordtype">unsigned</span> i = 0; i &lt; attachments.size(); ++i) {
<a name="l00097"></a>00097     <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WText.html">WText</a>(L<span class="stringliteral">"Attachment: \""</span>
<a name="l00098"></a>00098               + attachments[i].fileName
<a name="l00099"></a>00099               + L<span class="stringliteral">"\" ("</span> + attachments[i].contentDescription
<a name="l00100"></a>00100               + L<span class="stringliteral">")"</span>, <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/namespaceWt.html#140dea437d52d3d7c438ea3bd16a1480e06bb9ae9a26d13c3dcf9f20d5067885">PlainText</a>, horiz);
<a name="l00101"></a>00101 
<a name="l00102"></a>00102     unlink(attachments[i].spoolFileName.c_str());
<a name="l00103"></a>00103 
<a name="l00104"></a>00104     <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WText.html">WText</a>(<span class="stringliteral">", was in spool file: "</span>
<a name="l00105"></a>00105               + attachments[i].spoolFileName, horiz);
<a name="l00106"></a>00106     <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WBreak.html">WBreak</a>(horiz);
<a name="l00107"></a>00107   }
<a name="l00108"></a>00108 
<a name="l00109"></a>00109   std::wstring message = <a class="code" href="classComposeExample.html#91a7bd69eb98eb68507b3f26b2d97802">composer_</a>-&gt;<a class="code" href="classComposer.html#99572a1e5ee69bfbe804318fc28dae1b" title="Get the message.">message</a>();
<a name="l00110"></a>00110 
<a name="l00111"></a>00111   horiz = <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WContainerWidget.html">WContainerWidget</a>(feedback);
<a name="l00112"></a>00112   t = <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WText.html">WText</a>(<span class="stringliteral">"Message body: "</span>, horiz);
<a name="l00113"></a>00113   <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WBreak.html">WBreak</a>(horiz);
<a name="l00114"></a>00114 
<a name="l00115"></a>00115   <span class="keywordflow">if</span> (!message.empty()) {
<a name="l00116"></a>00116     t = <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WText.html">WText</a>(message, <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/namespaceWt.html#140dea437d52d3d7c438ea3bd16a1480e06bb9ae9a26d13c3dcf9f20d5067885">PlainText</a>, horiz);
<a name="l00117"></a>00117   } <span class="keywordflow">else</span>
<a name="l00118"></a>00118     t = <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WText.html">WText</a>(<span class="stringliteral">"&lt;i&gt;(empty)&lt;/i&gt;"</span>, horiz);
<a name="l00119"></a>00119 
<a name="l00120"></a>00120   <span class="keyword">delete</span> <a class="code" href="classComposeExample.html#91a7bd69eb98eb68507b3f26b2d97802">composer_</a>;
<a name="l00121"></a>00121   <span class="keyword">delete</span> <a class="code" href="classComposeExample.html#89e32ac2c74eb959774e0be4e4b0b161">details_</a>;
<a name="l00122"></a>00122 
<a name="l00123"></a>00123   wApp-&gt;quit();
<a name="l00124"></a>00124 }
<a name="l00125"></a>00125 
<a name="l00126"></a><a class="code" href="classComposeExample.html#16ad9cd6db83e9b69326e517fd5c83d5">00126</a> <span class="keywordtype">void</span> <a class="code" href="classComposeExample.html#16ad9cd6db83e9b69326e517fd5c83d5">ComposeExample::discard</a>()
<a name="l00127"></a>00127 {
<a name="l00128"></a>00128   <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WContainerWidget.html">WContainerWidget</a> *feedback = <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WContainerWidget.html">WContainerWidget</a>(<span class="keyword">this</span>);
<a name="l00129"></a>00129   feedback-&gt;<a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WWebWidget.html#6fd43dced1a62f7e79bc3522eeb16216">setStyleClass</a>(<span class="stringliteral">"feedback"</span>);
<a name="l00130"></a>00130 
<a name="l00131"></a>00131   <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WContainerWidget.html">WContainerWidget</a> *horiz = <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WContainerWidget.html">WContainerWidget</a>(feedback);
<a name="l00132"></a>00132   <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WText.html">WText</a>(<span class="stringliteral">"&lt;p&gt;Wise decision! Everyone's mailbox is already full anyway.&lt;/p&gt;"</span>,
<a name="l00133"></a>00133             horiz);
<a name="l00134"></a>00134 
<a name="l00135"></a>00135   <span class="keyword">delete</span> <a class="code" href="classComposeExample.html#91a7bd69eb98eb68507b3f26b2d97802">composer_</a>;
<a name="l00136"></a>00136   <span class="keyword">delete</span> <a class="code" href="classComposeExample.html#89e32ac2c74eb959774e0be4e4b0b161">details_</a>;
<a name="l00137"></a>00137 
<a name="l00138"></a>00138   wApp-&gt;quit();
<a name="l00139"></a>00139 }
<a name="l00140"></a>00140 
<a name="l00141"></a><a class="code" href="ComposeExample_8C.html#cb337c09cd35644b56da8b0e5bb17b9c">00141</a> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WApplication.html">WApplication</a> *<a class="code" href="ComposeExample_8C.html#cb337c09cd35644b56da8b0e5bb17b9c">createApplication</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WEnvironment.html">WEnvironment</a>&amp; env)
<a name="l00142"></a>00142 {
<a name="l00143"></a>00143   <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WApplication.html">WApplication</a> *app = <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WApplication.html">WApplication</a>(env);
<a name="l00144"></a>00144 
<a name="l00145"></a>00145   <span class="comment">// The following assumes composer.xml is in the webserver working directory</span>
<a name="l00146"></a>00146   <span class="comment">// (but does not need to be deployed within docroot):</span>
<a name="l00147"></a>00147   app-&gt;<a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WApplication.html#5386565e35a58c94ccbbfab48f2212a4">messageResourceBundle</a>().<a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WMessageResourceBundle.html#01368946b2a2aaceab3a64cddb1cb1e2">use</a>(<span class="stringliteral">"composer"</span>);
<a name="l00148"></a>00148 
<a name="l00149"></a>00149   <span class="comment">// The following assumes composer.css is deployed in the seb server at the</span>
<a name="l00150"></a>00150   <span class="comment">// same location as the application:</span>
<a name="l00151"></a>00151   app-&gt;<a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WApplication.html#f377d541443b4bcea5fcc40be7c70173">useStyleSheet</a>(<span class="stringliteral">"composer.css"</span>);
<a name="l00152"></a>00152 
<a name="l00153"></a>00153   app-&gt;<a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WApplication.html#71a3f7da5abb9a76df94fab69ba61670">setTitle</a>(<span class="stringliteral">"Composer example"</span>);
<a name="l00154"></a>00154 
<a name="l00155"></a>00155   app-&gt;<a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WApplication.html#17e118a04d962459484a12989a80bc05">root</a>()-&gt;<a class="codeRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WContainerWidget.html#2cfe66d9b62940f889e99538a9f478d2">addWidget</a>(<span class="keyword">new</span> <a class="code" href="classComposeExample.html#c0f370f3c418e7e85e76605b1f9922a6" title="create a new Composer example.">ComposeExample</a>());
<a name="l00156"></a>00156 
<a name="l00157"></a>00157   <span class="keywordflow">return</span> app;
<a name="l00158"></a>00158 }
<a name="l00159"></a>00159 
<a name="l00160"></a><a class="code" href="ComposeExample_8C.html#3c04138a5bfe5d72780bb7e82a18e627">00160</a> <span class="keywordtype">int</span> <a class="code" href="ComposeExample_8C.html#3c04138a5bfe5d72780bb7e82a18e627">main</a>(<span class="keywordtype">int</span> argc, <span class="keywordtype">char</span> **argv)
<a name="l00161"></a>00161 {
<a name="l00162"></a>00162    <span class="keywordflow">return</span> WRun(argc, argv, &amp;<a class="code" href="ComposeExample_8C.html#cb337c09cd35644b56da8b0e5bb17b9c">createApplication</a>);
<a name="l00163"></a>00163 }
<a name="l00164"></a>00164 
</pre></div></div>
<hr size="1"><address style="align: right;"><small>
Generated on Fri Mar 26 17:12:12 2010 for <a href="http://www.webtoolkit.eu/wt/">Wt</a> by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6</small></address>
</body>
</html>