Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > b3a1f4d91c26f535919e39e25606614a > files > 33

wt-doc-3.2.3-1.fc18.noarch.rpm

<!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>Wt examples: /home/koen/project/wt/public-git/wt/examples/composer/ComposeExample.C Source File</title>

<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />



</head>
<body>
<div id="top"><!-- do not remove this div! -->


<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  
  
  <td style="padding-left: 0.5em;">
   <div id="projectname">Wt examples
   &#160;<span id="projectnumber">3.2.3</span>
   </div>
   
  </td>
  
  
  
 </tr>
 </tbody>
</table>
</div>

<!-- Generated by Doxygen 1.7.5.1 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;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>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
    </ul>
  </div>
<div class="header">
  <div class="headertitle">
<div class="title">/home/koen/project/wt/public-git/wt/examples/composer/ComposeExample.C</div>  </div>
</div>
<div class="contents">
<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 _MSC_VER</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 &quot;<a class="code" href="Composer_8h.html">Composer.h</a>&quot;</span>
<a name="l00018"></a>00018 <span class="preprocessor">#include &quot;<a class="code" href="ComposeExample_8h.html">ComposeExample.h</a>&quot;</span>
<a name="l00019"></a>00019 <span class="preprocessor">#include &quot;<a class="code" href="Contact_8h.html">Contact.h</a>&quot;</span>
<a name="l00020"></a>00020 
<a name="l00021"></a><a class="code" href="classComposeExample.html#ac0f370f3c418e7e85e76605b1f9922a6">00021</a> <a class="code" href="classComposeExample.html#ac0f370f3c418e7e85e76605b1f9922a6" 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="classComposeExample.html#a91a7bd69eb98eb68507b3f26b2d97802">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">&quot;Koen Deforche&quot;</span>,
<a name="l00028"></a>00028                                 L<span class="stringliteral">&quot;koen.deforche@gmail.com&quot;</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">&quot;Koen alias1&quot;</span>,
<a name="l00030"></a>00030                                 L<span class="stringliteral">&quot;koen.alias1@yahoo.com&quot;</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">&quot;Koen alias2&quot;</span>,
<a name="l00032"></a>00032                                 L<span class="stringliteral">&quot;koen.alias2@yahoo.com&quot;</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">&quot;Koen alias3&quot;</span>,
<a name="l00034"></a>00034                                 L<span class="stringliteral">&quot;koen.alias3@yahoo.com&quot;</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">&quot;Bartje&quot;</span>,
<a name="l00036"></a>00036                                 L<span class="stringliteral">&quot;jafar@hotmail.com&quot;</span>));
<a name="l00037"></a>00037   <a class="code" href="classComposeExample.html#a91a7bd69eb98eb68507b3f26b2d97802">composer_</a>-&gt;<a class="code" href="classComposer.html#ac952c4e43c8dfb1ae46e83d84b381728" 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">&quot;Koen Deforche&quot;</span>, L<span class="stringliteral">&quot;koen.deforche@gmail.com&quot;</span>));
<a name="l00041"></a>00041 
<a name="l00042"></a>00042   <a class="code" href="classComposeExample.html#a91a7bd69eb98eb68507b3f26b2d97802">composer_</a>-&gt;<a class="code" href="classComposer.html#a875c536e6e8cc4c31b8cdb6b17e0c72c" title="Set message To: contacts.">setTo</a>(contacts);
<a name="l00043"></a>00043   <a class="code" href="classComposeExample.html#a91a7bd69eb98eb68507b3f26b2d97802">composer_</a>-&gt;<a class="code" href="classComposer.html#aaf759051d0b21bcc4a285172f23edaaa" title="Set subject.">setSubject</a>(<span class="stringliteral">&quot;That&#39;s cool! Want to start your own google?&quot;</span>);
<a name="l00044"></a>00044 
<a name="l00045"></a>00045   <a class="code" href="classComposeExample.html#a91a7bd69eb98eb68507b3f26b2d97802">composer_</a>-&gt;<a class="code" href="classComposer.html#a523271b083a60c433f044018f3c0d02a" 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#a15d1150af031537b492674ee651bf4a3">connect</a>(<span class="keyword">this</span>, &amp;<a class="code" href="classComposeExample.html#a4a03fd8eaafc4b26d93fe18fac9b7af4">ComposeExample::send</a>);
<a name="l00046"></a>00046   <a class="code" href="classComposeExample.html#a91a7bd69eb98eb68507b3f26b2d97802">composer_</a>-&gt;<a class="code" href="classComposer.html#a93eb63c5e90cf794a710348a847b9c0a" title="The message must be discarded.">discard</a>.<a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1Signal.html#a15d1150af031537b492674ee651bf4a3">connect</a>(<span class="keyword">this</span>, &amp;<a class="code" href="classComposeExample.html#a16ad9cd6db83e9b69326e517fd5c83d5">ComposeExample::discard</a>);
<a name="l00047"></a>00047 
<a name="l00048"></a>00048   <a class="code" href="classComposeExample.html#a89e32ac2c74eb959774e0be4e4b0b161">details_</a> = <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="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>(tr(<span class="stringliteral">&quot;example.info&quot;</span>), <a class="code" href="classComposeExample.html#a89e32ac2c74eb959774e0be4e4b0b161">details_</a>);
<a name="l00051"></a>00051 }
<a name="l00052"></a>00052 
<a name="l00053"></a><a class="code" href="classComposeExample.html#a4a03fd8eaafc4b26d93fe18fac9b7af4">00053</a> <span class="keywordtype">void</span> <a class="code" href="classComposeExample.html#a4a03fd8eaafc4b26d93fe18fac9b7af4">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#afd3a3b359681111460a93d13979d17dd">setStyleClass</a>(L<span class="stringliteral">&quot;feedback&quot;</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">&quot;&lt;p&gt;We could have, but did not send the following email:&lt;/p&gt;&quot;</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#a91a7bd69eb98eb68507b3f26b2d97802">composer_</a>-&gt;<a class="code" href="classComposer.html#a8d147821090f6e305111bd82187b929f" 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">&quot;To: \&quot;&quot;</span> + contacts[i].name + L<span class="stringliteral">&quot;\&quot; &lt;&quot;</span>
<a name="l00067"></a>00067               + contacts[i].email + L<span class="stringliteral">&quot;&gt;&quot;</span>, <a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/namespaceWt.html#a140dea437d52d3d7c438ea3bd16a1480ae06bb9ae9a26d13c3dcf9f20d5067885">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#a91a7bd69eb98eb68507b3f26b2d97802">composer_</a>-&gt;<a class="code" href="classComposer.html#afbabc511b2d7faf6e789d83e999886d1" 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">&quot;Cc: \&quot;&quot;</span> + contacts[i].name + L<span class="stringliteral">&quot;\&quot; &lt;&quot;</span>
<a name="l00076"></a>00076               + contacts[i].email + L<span class="stringliteral">&quot;&gt;&quot;</span>, <a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/namespaceWt.html#a140dea437d52d3d7c438ea3bd16a1480ae06bb9ae9a26d13c3dcf9f20d5067885">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#a91a7bd69eb98eb68507b3f26b2d97802">composer_</a>-&gt;<a class="code" href="classComposer.html#ad28ae55ec6069a08d86fc0e92387dccb" 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">&quot;Bcc: \&quot;&quot;</span> + contacts[i].name + L<span class="stringliteral">&quot;\&quot; &lt;&quot;</span>
<a name="l00085"></a>00085               + contacts[i].email + L<span class="stringliteral">&quot;&gt;&quot;</span>, <a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/namespaceWt.html#a140dea437d52d3d7c438ea3bd16a1480ae06bb9ae9a26d13c3dcf9f20d5067885">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">&quot;Subject: \&quot;&quot;</span> + <a class="code" href="classComposeExample.html#a91a7bd69eb98eb68507b3f26b2d97802">composer_</a>-&gt;<a class="code" href="classComposer.html#a09023bf88e8d7c566e27d489d28b3d50" title="Get the subject.">subject</a>() + <span class="stringliteral">&quot;\&quot;&quot;</span>,
<a name="l00091"></a>00091                        <a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/namespaceWt.html#a140dea437d52d3d7c438ea3bd16a1480ae06bb9ae9a26d13c3dcf9f20d5067885">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#a91a7bd69eb98eb68507b3f26b2d97802">composer_</a>-&gt;<a class="code" href="classComposer.html#a84ca3fe36eddc04930ce0471de1ba7b8" 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">&quot;Attachment: \&quot;&quot;</span>
<a name="l00098"></a>00098               + attachments[i].fileName
<a name="l00099"></a>00099               + L<span class="stringliteral">&quot;\&quot; (&quot;</span> + attachments[i].contentDescription
<a name="l00100"></a>00100               + L<span class="stringliteral">&quot;)&quot;</span>, <a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/namespaceWt.html#a140dea437d52d3d7c438ea3bd16a1480ae06bb9ae9a26d13c3dcf9f20d5067885">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">&quot;, was in spool file: &quot;</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#a91a7bd69eb98eb68507b3f26b2d97802">composer_</a>-&gt;<a class="code" href="classComposer.html#a99572a1e5ee69bfbe804318fc28dae1b" 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">&quot;Message body: &quot;</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#a140dea437d52d3d7c438ea3bd16a1480ae06bb9ae9a26d13c3dcf9f20d5067885">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">&quot;&lt;i&gt;(empty)&lt;/i&gt;&quot;</span>, horiz);
<a name="l00119"></a>00119 
<a name="l00120"></a>00120   <span class="keyword">delete</span> <a class="code" href="classComposeExample.html#a91a7bd69eb98eb68507b3f26b2d97802">composer_</a>;
<a name="l00121"></a>00121   <span class="keyword">delete</span> <a class="code" href="classComposeExample.html#a89e32ac2c74eb959774e0be4e4b0b161">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#a16ad9cd6db83e9b69326e517fd5c83d5">00126</a> <span class="keywordtype">void</span> <a class="code" href="classComposeExample.html#a16ad9cd6db83e9b69326e517fd5c83d5">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#afd3a3b359681111460a93d13979d17dd">setStyleClass</a>(<span class="stringliteral">&quot;feedback&quot;</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">&quot;&lt;p&gt;Wise decision! Everyone&#39;s mailbox is already full anyway.&lt;/p&gt;&quot;</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#a91a7bd69eb98eb68507b3f26b2d97802">composer_</a>;
<a name="l00136"></a>00136   <span class="keyword">delete</span> <a class="code" href="classComposeExample.html#a89e32ac2c74eb959774e0be4e4b0b161">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#acb337c09cd35644b56da8b0e5bb17b9c">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#acb337c09cd35644b56da8b0e5bb17b9c">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#a4f304244f6bc75be6cd5f41798ea5e2e">messageResourceBundle</a>().<a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WMessageResourceBundle.html#a01368946b2a2aaceab3a64cddb1cb1e2">use</a>(WApplication::appRoot() + <span class="stringliteral">&quot;composer&quot;</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#af377d541443b4bcea5fcc40be7c70173">useStyleSheet</a>(<span class="stringliteral">&quot;composer.css&quot;</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#a71a3f7da5abb9a76df94fab69ba61670">setTitle</a>(<span class="stringliteral">&quot;Composer example&quot;</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#a17e118a04d962459484a12989a80bc05">root</a>()-&gt;<a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WContainerWidget.html#a2cfe66d9b62940f889e99538a9f478d2">addWidget</a>(<span class="keyword">new</span> <a class="code" href="classComposeExample.html" title="Main widget of the 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#a3c04138a5bfe5d72780bb7e82a18e627">00160</a> <span class="keywordtype">int</span> <a class="code" href="ComposeExample_8C.html#a3c04138a5bfe5d72780bb7e82a18e627">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#acb337c09cd35644b56da8b0e5bb17b9c">createApplication</a>);
<a name="l00163"></a>00163 }
<a name="l00164"></a>00164 
</pre></div></div>
</div>
<hr size="1"><address style="text-align: right; margin: 3px"><small>
Generated on Thu Nov 1 2012 for <a href="http://www.webtoolkit.eu/wt">the
C++ Web Toolkit (Wt)</a> by&nbsp;<a
href="http://www.doxygen.org/index.html"><img src="doxygen.png"
alt="doxygen" border="0" style="vertical-align: middle; display:
inline-block; height: 2em"></a> 1.7.5.1</small></address>
</body>
</html>