Sophie

Sophie

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

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: Option Class Reference</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 class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pri-methods">Private Member Functions</a> &#124;
<a href="#pri-attribs">Private Attributes</a> &#124;
<a href="#friends">Friends</a>  </div>
  <div class="headertitle">
<div class="title">Option Class Reference<div class="ingroups"><a class="el" href="group__composerexample.html">Composer example</a></div></div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="Option" --><!-- doxytag: inherits="Wt::WContainerWidget" -->
<p>A clickable option.  
 <a href="classOption.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="Option_8h_source.html">Option.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for Option:</div>
<div class="dyncontent">
<div class="center"><img src="classOption__inherit__graph.png" border="0" usemap="#Option_inherit__map" alt="Inheritance graph"/></div>
<map name="Option_inherit__map" id="Option_inherit__map">
<area shape="rect" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WContainerWidget.html" title="Wt::WContainerWidget" alt="" coords="5,304,160,331"/><area shape="rect" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WInteractWidget.html" title="Wt::WInteractWidget" alt="" coords="11,229,155,256"/><area shape="rect" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WWebWidget.html" title="Wt::WWebWidget" alt="" coords="19,155,147,181"/><area shape="rect" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WWidget.html" title="Wt::WWidget" alt="" coords="33,80,132,107"/><area shape="rect" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WObject.html" title="Wt::WObject" alt="" coords="35,5,131,32"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>

<p><a href="classOption-members.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOption.html#a0f0bf57aebcf4bb602bf6d0b29ac1f6a">Option</a> (const <a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WString.html">WString</a> &amp;text, <a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WContainerWidget.html">WContainerWidget</a> *<a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WWidget.html#a3461e31818c4d2f516641bdaf508312a">parent</a>=0)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Create an <a class="el" href="classOption.html" title="A clickable option.">Option</a> with the given text.  <a href="#a0f0bf57aebcf4bb602bf6d0b29ac1f6a"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOption.html#a16e4bb6e243d570fd1b214839fac571e">setText</a> (const <a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WString.html">WString</a> &amp;text)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Change the text.  <a href="#a16e4bb6e243d570fd1b214839fac571e"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WInteractWidget.html">WInteractWidget</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOption.html#a31cd766f28605ceba53642d7d4e68c9e">item</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the clickable part.  <a href="#a31cd766f28605ceba53642d7d4e68c9e"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOption.html#a99f0af40823d5b9f1238eee5435fd555">setHidden</a> (bool)</td></tr>
<tr><td colspan="2"><h2><a name="pri-methods"></a>
Private Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOption.html#a2bdf69d2dbaddda6c91cf4b1e720b77c">setOptionList</a> (<a class="el" href="classOptionList.html">OptionList</a> *l)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOption.html#ac3194a11e5efea2894b80bf87f521e81">addSeparator</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Create and show the separator.  <a href="#ac3194a11e5efea2894b80bf87f521e81"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOption.html#a957ea1aa2c0d866c3c0f6161b134010d">showSeparator</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Show the separator.  <a href="#a957ea1aa2c0d866c3c0f6161b134010d"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOption.html#acc3dc4e4dc608633640aa76b0b727153">hideSeparator</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Hide the separator.  <a href="#acc3dc4e4dc608633640aa76b0b727153"></a><br/></td></tr>
<tr><td colspan="2"><h2><a name="pri-attribs"></a>
Private Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WText.html">WText</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOption.html#a1332f9c5574613b6cb6e12181c3e2215">option_</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">The option command text.  <a href="#a1332f9c5574613b6cb6e12181c3e2215"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WText.html">WText</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOption.html#a4f87e998a024473d11cfbc3717f106e7">sep_</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">The separator '|'.  <a href="#a4f87e998a024473d11cfbc3717f106e7"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOptionList.html">OptionList</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOption.html#a9402e35b94a3196a0532b1bd8b5f1929">list_</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">The list in which this option is managed, if managed.  <a href="#a9402e35b94a3196a0532b1bd8b5f1929"></a><br/></td></tr>
<tr><td colspan="2"><h2><a name="friends"></a>
Friends</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOption.html#a2d28ba107a7f83499ca54a3199071592">OptionList</a></td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>A clickable option. </p>
<p>This widget is part of the Wt composer example.</p>
<p>On its own, an option is a text which is style "option". An <a class="el" href="classOption.html" title="A clickable option.">Option</a> may also be used as items in an <a class="el" href="classOptionList.html" title="A list of options, separated by &#39;|&#39;.">OptionList</a>.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classOptionList.html" title="A list of options, separated by &#39;|&#39;.">OptionList</a> </dd></dl>

<p>Definition at line <a class="el" href="Option_8h_source.html#l00031">31</a> of file <a class="el" href="Option_8h_source.html">Option.h</a>.</p>
</div><hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a0f0bf57aebcf4bb602bf6d0b29ac1f6a"></a><!-- doxytag: member="Option::Option" ref="a0f0bf57aebcf4bb602bf6d0b29ac1f6a" args="(const WString &amp;text, WContainerWidget *parent=0)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Option::Option </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WString.html">WString</a> &amp;&#160;</td>
          <td class="paramname"><em>text</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WContainerWidget.html">WContainerWidget</a> *&#160;</td>
          <td class="paramname"><em>parent</em> = <code>0</code>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Create an <a class="el" href="classOption.html" title="A clickable option.">Option</a> with the given text. </p>

<p>Definition at line <a class="el" href="Option_8C_source.html#l00012">12</a> of file <a class="el" href="Option_8C_source.html">Option.C</a>.</p>
<div class="fragment"><pre class="fragment">  : <a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WContainerWidget.html#a520ba6e52a36a7f2efbef1a31a69e898">WContainerWidget</a>(parent),
    <a class="code" href="classOption.html#a4f87e998a024473d11cfbc3717f106e7" title="The separator &#39;|&#39;.">sep_</a>(0),
    <a class="code" href="classOption.html#a9402e35b94a3196a0532b1bd8b5f1929" title="The list in which this option is managed, if managed.">list_</a>(0)
{
  <a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WWebWidget.html#ad0957c892e70c6bf5399cf71e66f3e11">setInline</a>(<span class="keyword">true</span>);

  <a class="code" href="classOption.html#a1332f9c5574613b6cb6e12181c3e2215" title="The option command text.">option_</a> = <span class="keyword">new</span> <a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WText.html">WText</a>(text, <span class="keyword">this</span>);
  <a class="code" href="classOption.html#a1332f9c5574613b6cb6e12181c3e2215" title="The option command text.">option_</a>-&gt;<a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WWebWidget.html#afd3a3b359681111460a93d13979d17dd">setStyleClass</a>(<span class="stringliteral">&quot;option&quot;</span>);
}
</pre></div>
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="ac3194a11e5efea2894b80bf87f521e81"></a><!-- doxytag: member="Option::addSeparator" ref="ac3194a11e5efea2894b80bf87f521e81" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Option::addSeparator </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Create and show the separator. </p>

<p>Definition at line <a class="el" href="Option_8C_source.html#l00033">33</a> of file <a class="el" href="Option_8C_source.html">Option.C</a>.</p>
<div class="fragment"><pre class="fragment">{
  <a class="code" href="classOption.html#a4f87e998a024473d11cfbc3717f106e7" title="The separator &#39;|&#39;.">sep_</a> = <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;|&quot;</span>, <span class="keyword">this</span>);
  <a class="code" href="classOption.html#a4f87e998a024473d11cfbc3717f106e7" title="The separator &#39;|&#39;.">sep_</a>-&gt;<a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WWebWidget.html#afd3a3b359681111460a93d13979d17dd">setStyleClass</a>(<span class="stringliteral">&quot;sep&quot;</span>);
}
</pre></div>
</div>
</div>
<a class="anchor" id="acc3dc4e4dc608633640aa76b0b727153"></a><!-- doxytag: member="Option::hideSeparator" ref="acc3dc4e4dc608633640aa76b0b727153" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Option::hideSeparator </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Hide the separator. </p>

<p>Definition at line <a class="el" href="Option_8C_source.html#l00039">39</a> of file <a class="el" href="Option_8C_source.html">Option.C</a>.</p>
<div class="fragment"><pre class="fragment">{
  <a class="code" href="classOption.html#a4f87e998a024473d11cfbc3717f106e7" title="The separator &#39;|&#39;.">sep_</a>-&gt;<a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WWidget.html#a0825c3ccbd4999afc1a88fafa6aa6fc7">hide</a>();
}
</pre></div>
</div>
</div>
<a class="anchor" id="a31cd766f28605ceba53642d7d4e68c9e"></a><!-- doxytag: member="Option::item" ref="a31cd766f28605ceba53642d7d4e68c9e" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WInteractWidget.html">WInteractWidget</a>* Option::item </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the clickable part. </p>

<p>Definition at line <a class="el" href="Option_8h_source.html#l00044">44</a> of file <a class="el" href="Option_8h_source.html">Option.h</a>.</p>
<div class="fragment"><pre class="fragment">{ <span class="keywordflow">return</span> <a class="code" href="classOption.html#a1332f9c5574613b6cb6e12181c3e2215" title="The option command text.">option_</a>; }
</pre></div>
</div>
</div>
<a class="anchor" id="a99f0af40823d5b9f1238eee5435fd555"></a><!-- doxytag: member="Option::setHidden" ref="a99f0af40823d5b9f1238eee5435fd555" args="(bool)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Option::setHidden </td>
          <td>(</td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>hidden</em></td><td>)</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="Option_8C_source.html#l00049">49</a> of file <a class="el" href="Option_8C_source.html">Option.C</a>.</p>
<div class="fragment"><pre class="fragment">{
  <a class="code" href="classOption.html#a99f0af40823d5b9f1238eee5435fd555">WContainerWidget::setHidden</a>(hidden);

  <span class="keywordflow">if</span> (<a class="code" href="classOption.html#a9402e35b94a3196a0532b1bd8b5f1929" title="The list in which this option is managed, if managed.">list_</a>)
    <a class="code" href="classOption.html#a9402e35b94a3196a0532b1bd8b5f1929" title="The list in which this option is managed, if managed.">list_</a>-&gt;<a class="code" href="classOptionList.html#a3d7599510d4a5a1da8a197990d50e597" title="An option changed visibility: possibly update the separators inbetween.">optionVisibilityChanged</a>(<span class="keyword">this</span>, hidden);
}
</pre></div>
</div>
</div>
<a class="anchor" id="a2bdf69d2dbaddda6c91cf4b1e720b77c"></a><!-- doxytag: member="Option::setOptionList" ref="a2bdf69d2dbaddda6c91cf4b1e720b77c" args="(OptionList *l)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Option::setOptionList </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classOptionList.html">OptionList</a> *&#160;</td>
          <td class="paramname"><em>l</em></td><td>)</td>
          <td><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="Option_8C_source.html#l00028">28</a> of file <a class="el" href="Option_8C_source.html">Option.C</a>.</p>
<div class="fragment"><pre class="fragment">{
  <a class="code" href="classOption.html#a9402e35b94a3196a0532b1bd8b5f1929" title="The list in which this option is managed, if managed.">list_</a> = l;
}
</pre></div>
</div>
</div>
<a class="anchor" id="a16e4bb6e243d570fd1b214839fac571e"></a><!-- doxytag: member="Option::setText" ref="a16e4bb6e243d570fd1b214839fac571e" args="(const WString &amp;text)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Option::setText </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WString.html">WString</a> &amp;&#160;</td>
          <td class="paramname"><em>text</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Change the text. </p>

<p>Definition at line <a class="el" href="Option_8C_source.html#l00023">23</a> of file <a class="el" href="Option_8C_source.html">Option.C</a>.</p>
<div class="fragment"><pre class="fragment">{
  <a class="code" href="classOption.html#a1332f9c5574613b6cb6e12181c3e2215" title="The option command text.">option_</a>-&gt;<a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WText.html#a2f788aa524d51b3962642c9f565e66e6">setText</a>(text);
}
</pre></div>
</div>
</div>
<a class="anchor" id="a957ea1aa2c0d866c3c0f6161b134010d"></a><!-- doxytag: member="Option::showSeparator" ref="a957ea1aa2c0d866c3c0f6161b134010d" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Option::showSeparator </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Show the separator. </p>

<p>Definition at line <a class="el" href="Option_8C_source.html#l00044">44</a> of file <a class="el" href="Option_8C_source.html">Option.C</a>.</p>
<div class="fragment"><pre class="fragment">{
  <a class="code" href="classOption.html#a4f87e998a024473d11cfbc3717f106e7" title="The separator &#39;|&#39;.">sep_</a>-&gt;<a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WWidget.html#a52dcef5a385ddfa0a8c3e6c20000f181">show</a>();
}
</pre></div>
</div>
</div>
<hr/><h2>Friends And Related Function Documentation</h2>
<a class="anchor" id="a2d28ba107a7f83499ca54a3199071592"></a><!-- doxytag: member="Option::OptionList" ref="a2d28ba107a7f83499ca54a3199071592" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">friend class <a class="el" href="classOptionList.html">OptionList</a><code> [friend]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="Option_8h_source.html#l00058">58</a> of file <a class="el" href="Option_8h_source.html">Option.h</a>.</p>

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a9402e35b94a3196a0532b1bd8b5f1929"></a><!-- doxytag: member="Option::list_" ref="a9402e35b94a3196a0532b1bd8b5f1929" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classOptionList.html">OptionList</a>* <a class="el" href="classOption.html#a9402e35b94a3196a0532b1bd8b5f1929">Option::list_</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The list in which this option is managed, if managed. </p>

<p>Definition at line <a class="el" href="Option_8h_source.html#l00056">56</a> of file <a class="el" href="Option_8h_source.html">Option.h</a>.</p>

</div>
</div>
<a class="anchor" id="a1332f9c5574613b6cb6e12181c3e2215"></a><!-- doxytag: member="Option::option_" ref="a1332f9c5574613b6cb6e12181c3e2215" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WText.html">WText</a>* <a class="el" href="classOption.html#a1332f9c5574613b6cb6e12181c3e2215">Option::option_</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The option command text. </p>

<p>Definition at line <a class="el" href="Option_8h_source.html#l00050">50</a> of file <a class="el" href="Option_8h_source.html">Option.h</a>.</p>

</div>
</div>
<a class="anchor" id="a4f87e998a024473d11cfbc3717f106e7"></a><!-- doxytag: member="Option::sep_" ref="a4f87e998a024473d11cfbc3717f106e7" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WText.html">WText</a>* <a class="el" href="classOption.html#a4f87e998a024473d11cfbc3717f106e7">Option::sep_</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The separator '|'. </p>

<p>Definition at line <a class="el" href="Option_8h_source.html#l00053">53</a> of file <a class="el" href="Option_8h_source.html">Option.h</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li>/home/koen/project/wt/public-git/wt/examples/composer/<a class="el" href="Option_8h_source.html">Option.h</a></li>
<li>/home/koen/project/wt/public-git/wt/examples/composer/<a class="el" href="Option_8C_source.html">Option.C</a></li>
</ul>
</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>