Sophie

Sophie

distrib > Mageia > 4 > i586 > media > core-release > by-pkgid > c44927308c1c3b2e6eb97a3e8e6f0c4d > files > 40

libyui5-3.0.10-0.git20131124.1.mga4.i586.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"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.5"/>
<title>libyui: /home/iurt/rpmbuild/BUILD/libyui-3.0.10-b316a3f/src/YComboBox.cc Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
  $(document).ready(initResizable);
  $(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
  $(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">libyui
   &#160;<span id="projectnumber">3.0.10</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.5 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</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>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
        <span class="left">
          <img id="MSearchSelect" src="search/mag_sel.png"
               onmouseover="return searchBox.OnSearchSelectShow()"
               onmouseout="return searchBox.OnSearchSelectHide()"
               alt=""/>
          <input type="text" id="MSearchField" value="Search" accesskey="S"
               onfocus="searchBox.OnSearchFieldFocus(true)" 
               onblur="searchBox.OnSearchFieldFocus(false)" 
               onkeyup="searchBox.OnSearchFieldChange(event)"/>
          </span><span class="right">
            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
          </span>
        </div>
      </li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('YComboBox_8cc_source.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Friends</a></div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="header">
  <div class="headertitle">
<div class="title">YComboBox.cc</div>  </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment">  Copyright (C) 2000-2012 Novell, Inc</span></div>
<div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment">  This library is free software; you can redistribute it and/or modify</span></div>
<div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">  it under the terms of the GNU Lesser General Public License as</span></div>
<div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment">  published by the Free Software Foundation; either version 2.1 of the</span></div>
<div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment">  License, or (at your option) version 3.0 of the License. This library</span></div>
<div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment">  is distributed in the hope that it will be useful, but WITHOUT ANY</span></div>
<div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment">  WARRANTY; without even the implied warranty of MERCHANTABILITY or </span></div>
<div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment">  FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public</span></div>
<div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment">  License for more details. You should have received a copy of the GNU</span></div>
<div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment">  Lesser General Public License along with this library; if not, write</span></div>
<div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment">  to the Free Software Foundation, Inc., 51 Franklin Street, Fifth</span></div>
<div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment">  Floor, Boston, MA 02110-1301 USA</span></div>
<div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment">*/</span></div>
<div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;</div>
<div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;</div>
<div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment">/*-/</span></div>
<div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment">  File:         YComboBox.cc</span></div>
<div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment">  Author:       Stefan Hundhammer &lt;sh@suse.de&gt;</span></div>
<div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment">/-*/</span></div>
<div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;</div>
<div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;</div>
<div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="preprocessor">#define YUILogComponent &quot;ui&quot;</span></div>
<div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#include &quot;YUILog.h&quot;</span></div>
<div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;</div>
<div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="preprocessor">#include &quot;YUISymbols.h&quot;</span></div>
<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="preprocessor">#include &quot;YComboBox.h&quot;</span></div>
<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="preprocessor">#include &quot;YUIException.h&quot;</span></div>
<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;</div>
<div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;</div>
<div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="structYComboBoxPrivate.html">   34</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structYComboBoxPrivate.html">YComboBoxPrivate</a></div>
<div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;{</div>
<div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;    <a class="code" href="structYComboBoxPrivate.html">YComboBoxPrivate</a>( <span class="keywordtype">bool</span> editable )</div>
<div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;        : editable( editable )</div>
<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;        , inputMaxLength( -1 )</div>
<div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;        {}</div>
<div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;</div>
<div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;    <span class="keywordtype">bool</span>        editable;</div>
<div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;    std::string validChars;</div>
<div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;    <span class="keywordtype">int</span>         inputMaxLength;</div>
<div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;};</div>
<div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;</div>
<div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;</div>
<div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;</div>
<div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;</div>
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="classYComboBox.html#ac3f05c9476da654a73f03270eebbb37f">   49</a></span>&#160;<a class="code" href="classYComboBox.html#ac3f05c9476da654a73f03270eebbb37f">YComboBox::YComboBox</a>( <a class="code" href="classYWidget.html">YWidget</a> * parent, <span class="keyword">const</span> std::string &amp; label, <span class="keywordtype">bool</span> editable )</div>
<div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;    : <a class="code" href="classYSelectionWidget.html">YSelectionWidget</a>( parent, label,</div>
<div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;                        true )          <span class="comment">// enforceSingleSelection</span></div>
<div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;    , priv( new <a class="code" href="structYComboBoxPrivate.html">YComboBoxPrivate</a>( editable ) )</div>
<div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;{</div>
<div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;    YUI_CHECK_NEW( priv );</div>
<div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;}</div>
<div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;</div>
<div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;</div>
<div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="classYComboBox.html#a4f977cb21fde9348d4bd691deb6445e4">   58</a></span>&#160;<a class="code" href="classYComboBox.html#a4f977cb21fde9348d4bd691deb6445e4">YComboBox::~YComboBox</a>()</div>
<div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;{</div>
<div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;    <span class="comment">// NOP</span></div>
<div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;}</div>
<div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;</div>
<div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;</div>
<div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="classYComboBox.html#a56b006aac83cc84e223cd19a2d24321a">   64</a></span>&#160;<span class="keywordtype">bool</span> <a class="code" href="classYComboBox.html#a56b006aac83cc84e223cd19a2d24321a">YComboBox::editable</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;    <span class="keywordflow">return</span> priv-&gt;editable;</div>
<div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;}</div>
<div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;</div>
<div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;</div>
<div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="classYComboBox.html#a5b84c1b485eaf3c28c78d7dbd5bc8e1c">   70</a></span>&#160;std::string <a class="code" href="classYComboBox.html#a5b84c1b485eaf3c28c78d7dbd5bc8e1c">YComboBox::validChars</a>()</div>
<div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;{</div>
<div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;    <span class="keywordflow">return</span> priv-&gt;validChars;</div>
<div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;}</div>
<div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;</div>
<div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;</div>
<div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="classYComboBox.html#aa3c0e30ee07054351ac25309fd82541f">   76</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classYComboBox.html#aa3c0e30ee07054351ac25309fd82541f">YComboBox::setValidChars</a>( <span class="keyword">const</span> std::string &amp; newValidChars )</div>
<div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;{</div>
<div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;    priv-&gt;validChars= newValidChars;</div>
<div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;}</div>
<div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;</div>
<div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;</div>
<div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="classYComboBox.html#a2d23e3cb14ddbf20e30bbf725235d9a8">   82</a></span>&#160;<span class="keywordtype">int</span> <a class="code" href="classYComboBox.html#a2d23e3cb14ddbf20e30bbf725235d9a8">YComboBox::inputMaxLength</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;    <span class="keywordflow">return</span> priv-&gt;inputMaxLength;</div>
<div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;}</div>
<div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;</div>
<div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;</div>
<div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="classYComboBox.html#a3270c19b6b12fd3780fc491a857ed0c9">   88</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classYComboBox.html#a3270c19b6b12fd3780fc491a857ed0c9">YComboBox::setInputMaxLength</a>( <span class="keywordtype">int</span> len )</div>
<div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;{</div>
<div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;    priv-&gt;inputMaxLength = len;</div>
<div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;}</div>
<div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;</div>
<div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;</div>
<div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="classYComboBox.html#ad987d95beb7ad5e434cfd929073b5f2d">   94</a></span>&#160;std::string <a class="code" href="classYComboBox.html#ad987d95beb7ad5e434cfd929073b5f2d">YComboBox::value</a>()</div>
<div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;{</div>
<div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;    <span class="keywordflow">return</span> <a class="code" href="classYComboBox.html#a6e0c072129d1035dda47cd9bb18c59d7">text</a>();</div>
<div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;}</div>
<div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;</div>
<div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;</div>
<div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="classYComboBox.html#aab94cc6eee96f1bc9b43a848aed4df32">  100</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classYComboBox.html#aab94cc6eee96f1bc9b43a848aed4df32">YComboBox::setValue</a>( <span class="keyword">const</span> std::string &amp; newText )</div>
<div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;{</div>
<div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;    <a class="code" href="classYItem.html">YItem</a> * item = <a class="code" href="classYSelectionWidget.html#ad6c4177dbe0f796ea6820d0762ba6f12">findItem</a>( newText );</div>
<div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;</div>
<div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;    <span class="keywordflow">if</span> ( item )</div>
<div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;    {</div>
<div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;        <a class="code" href="classYSelectionWidget.html#a2752eaad7b221859d761e2c78e3fdb1e">YSelectionWidget::deselectAllItems</a>();</div>
<div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;        item-&gt;<a class="code" href="classYItem.html#ad3b4bd04218ece59c366030b9afcea3e">setSelected</a>();</div>
<div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;        <a class="code" href="classYComboBox.html#a0889e80d951fb0bc90405cc5e120e726">setText</a>( item-&gt;<a class="code" href="classYItem.html#a5f8557bbac7bfd849a25be15ecb2742f">label</a>() );</div>
<div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;    }</div>
<div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;    <span class="keywordflow">else</span></div>
<div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;    {</div>
<div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;        <span class="keywordflow">if</span> ( <a class="code" href="classYComboBox.html#a56b006aac83cc84e223cd19a2d24321a">editable</a>() )</div>
<div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;            <a class="code" href="classYComboBox.html#a0889e80d951fb0bc90405cc5e120e726">setText</a>( newText );</div>
<div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;        <span class="keywordflow">else</span></div>
<div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;        {</div>
<div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;            YUI_THROW( <a class="code" href="classYUIException.html">YUIException</a>( <span class="stringliteral">&quot;Invalid value&quot;</span> ) );</div>
<div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;        }</div>
<div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;    }</div>
<div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;}</div>
<div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;</div>
<div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;</div>
<div class="line"><a name="l00122"></a><span class="lineno"><a class="line" href="classYComboBox.html#a8d330184cb7557f35abef4963085106e">  122</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classYComboBox.html#a8d330184cb7557f35abef4963085106e">YComboBox::selectItem</a>( <a class="code" href="classYItem.html">YItem</a> * item, <span class="keywordtype">bool</span> selected )</div>
<div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;{</div>
<div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;    <span class="comment">// Check against null pointer and if the item actually belongs to this</span></div>
<div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;    <span class="comment">// widget, deselect any previously selected item and select the new one</span></div>
<div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;    <a class="code" href="classYSelectionWidget.html#adc4cadaa8b7868685a13fcc41bde9d72">YSelectionWidget::selectItem</a>( item, selected );</div>
<div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;</div>
<div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;    <span class="keywordflow">if</span> ( selected )</div>
<div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;    {</div>
<div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;        <a class="code" href="classYComboBox.html#a0889e80d951fb0bc90405cc5e120e726">setText</a>( item-&gt;<a class="code" href="classYItem.html#a5f8557bbac7bfd849a25be15ecb2742f">label</a>() );</div>
<div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;    }</div>
<div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;}</div>
<div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;</div>
<div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;</div>
<div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;<a class="code" href="classYItem.html">YItem</a> *</div>
<div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="classYComboBox.html#aaaacfc5fbe5202a9090288fe64a32dec">  136</a></span>&#160;<a class="code" href="classYComboBox.html#aaaacfc5fbe5202a9090288fe64a32dec">YComboBox::selectedItem</a>()</div>
<div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;{</div>
<div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;    std::string currentText = <a class="code" href="classYComboBox.html#a6e0c072129d1035dda47cd9bb18c59d7">text</a>();</div>
<div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;</div>
<div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;    <span class="comment">// Make sure exactly this item is selected (and no other)</span></div>
<div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;    <a class="code" href="classYSelectionWidget.html#a2752eaad7b221859d761e2c78e3fdb1e">YSelectionWidget::deselectAllItems</a>();</div>
<div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;</div>
<div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;    <span class="comment">// Try to find an item with this text</span></div>
<div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;    <a class="code" href="classYItem.html">YItem</a> * item = <a class="code" href="classYSelectionWidget.html#ad6c4177dbe0f796ea6820d0762ba6f12">findItem</a>( currentText );</div>
<div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;</div>
<div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;    <span class="keywordflow">if</span> ( item )</div>
<div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;    {</div>
<div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;        item-&gt;<a class="code" href="classYItem.html#ad3b4bd04218ece59c366030b9afcea3e">setSelected</a>( <span class="keyword">true</span> );</div>
<div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;        <span class="keywordflow">return</span> item;</div>
<div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;    }</div>
<div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;</div>
<div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;    <span class="keywordflow">return</span> 0;</div>
<div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;}</div>
<div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;</div>
<div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;</div>
<div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;YItemCollection</div>
<div class="line"><a name="l00157"></a><span class="lineno"><a class="line" href="classYComboBox.html#a3823f1dfc41b0136beb41edb1b4a29fe">  157</a></span>&#160;<a class="code" href="classYComboBox.html#a3823f1dfc41b0136beb41edb1b4a29fe">YComboBox::selectedItems</a>()</div>
<div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;{</div>
<div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160;    YItemCollection <a class="code" href="classYComboBox.html#a3823f1dfc41b0136beb41edb1b4a29fe">selectedItems</a>;</div>
<div class="line"><a name="l00160"></a><span class="lineno">  160</span>&#160;</div>
<div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;    <span class="comment">// There can be no more than one selected item</span></div>
<div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;    <a class="code" href="classYItem.html">YItem</a> * item = <a class="code" href="classYComboBox.html#aaaacfc5fbe5202a9090288fe64a32dec">selectedItem</a>();</div>
<div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;</div>
<div class="line"><a name="l00164"></a><span class="lineno">  164</span>&#160;    <span class="keywordflow">if</span> ( item )</div>
<div class="line"><a name="l00165"></a><span class="lineno">  165</span>&#160;        selectedItems.push_back( item );</div>
<div class="line"><a name="l00166"></a><span class="lineno">  166</span>&#160;</div>
<div class="line"><a name="l00167"></a><span class="lineno">  167</span>&#160;    <span class="keywordflow">return</span> <a class="code" href="classYComboBox.html#a3823f1dfc41b0136beb41edb1b4a29fe">selectedItems</a>;</div>
<div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;}</div>
<div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160;</div>
<div class="line"><a name="l00170"></a><span class="lineno">  170</span>&#160;</div>
<div class="line"><a name="l00171"></a><span class="lineno">  171</span>&#160;<span class="keyword">const</span> <a class="code" href="classYPropertySet.html">YPropertySet</a> &amp;</div>
<div class="line"><a name="l00172"></a><span class="lineno"><a class="line" href="classYComboBox.html#a4e40151e55bcd2da935f0e05883a5e9b">  172</a></span>&#160;<a class="code" href="classYComboBox.html#a4e40151e55bcd2da935f0e05883a5e9b">YComboBox::propertySet</a>()</div>
<div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;{</div>
<div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;    <span class="keyword">static</span> <a class="code" href="classYPropertySet.html">YPropertySet</a> propSet;</div>
<div class="line"><a name="l00175"></a><span class="lineno">  175</span>&#160;</div>
<div class="line"><a name="l00176"></a><span class="lineno">  176</span>&#160;    <span class="keywordflow">if</span> ( propSet.<a class="code" href="classYPropertySet.html#a0c2838be8ca230427a313092efd6c3d1">isEmpty</a>() )</div>
<div class="line"><a name="l00177"></a><span class="lineno">  177</span>&#160;    {</div>
<div class="line"><a name="l00178"></a><span class="lineno">  178</span>&#160;        <span class="comment">/*</span></div>
<div class="line"><a name="l00179"></a><span class="lineno">  179</span>&#160;<span class="comment">         * @property itemID | std::string       Value           ID of the selected item or the text the user entered</span></div>
<div class="line"><a name="l00180"></a><span class="lineno">  180</span>&#160;<span class="comment">         * @property std::string                Label           caption above the combo box</span></div>
<div class="line"><a name="l00181"></a><span class="lineno">  181</span>&#160;<span class="comment">         * @property itemList                   Items           All items</span></div>
<div class="line"><a name="l00182"></a><span class="lineno">  182</span>&#160;<span class="comment">         * @property std::string                ValidChars      set of valid input characters</span></div>
<div class="line"><a name="l00183"></a><span class="lineno">  183</span>&#160;<span class="comment">         * @property integer                    InputMaxLength  maximum number of input characters</span></div>
<div class="line"><a name="l00184"></a><span class="lineno">  184</span>&#160;<span class="comment">         * @property std::string                IconPath        Base path for icons</span></div>
<div class="line"><a name="l00185"></a><span class="lineno">  185</span>&#160;<span class="comment">         */</span></div>
<div class="line"><a name="l00186"></a><span class="lineno">  186</span>&#160;        propSet.<a class="code" href="classYPropertySet.html#aa2a1fb4e8076d7dc2c4bde97d0f562f6">add</a>( <a class="code" href="classYProperty.html">YProperty</a>( YUIProperty_Value,              YOtherProperty   ) );</div>
<div class="line"><a name="l00187"></a><span class="lineno">  187</span>&#160;        propSet.<a class="code" href="classYPropertySet.html#aa2a1fb4e8076d7dc2c4bde97d0f562f6">add</a>( <a class="code" href="classYProperty.html">YProperty</a>( YUIProperty_Items,              YOtherProperty   ) );</div>
<div class="line"><a name="l00188"></a><span class="lineno">  188</span>&#160;        propSet.<a class="code" href="classYPropertySet.html#aa2a1fb4e8076d7dc2c4bde97d0f562f6">add</a>( <a class="code" href="classYProperty.html">YProperty</a>( YUIProperty_Label,              YStringProperty  ) );</div>
<div class="line"><a name="l00189"></a><span class="lineno">  189</span>&#160;        propSet.<a class="code" href="classYPropertySet.html#aa2a1fb4e8076d7dc2c4bde97d0f562f6">add</a>( <a class="code" href="classYProperty.html">YProperty</a>( YUIProperty_ValidChars,         YStringProperty  ) );</div>
<div class="line"><a name="l00190"></a><span class="lineno">  190</span>&#160;        propSet.<a class="code" href="classYPropertySet.html#aa2a1fb4e8076d7dc2c4bde97d0f562f6">add</a>( <a class="code" href="classYProperty.html">YProperty</a>( YUIProperty_InputMaxLength,     YIntegerProperty ) );</div>
<div class="line"><a name="l00191"></a><span class="lineno">  191</span>&#160;        propSet.<a class="code" href="classYPropertySet.html#aa2a1fb4e8076d7dc2c4bde97d0f562f6">add</a>( <a class="code" href="classYProperty.html">YProperty</a>( YUIProperty_IconPath,           YStringProperty  ) );</div>
<div class="line"><a name="l00192"></a><span class="lineno">  192</span>&#160;        propSet.<a class="code" href="classYPropertySet.html#aa2a1fb4e8076d7dc2c4bde97d0f562f6">add</a>( <a class="code" href="classYWidget.html#a601c0a309687f2018fe0a9f7de87eec5">YWidget::propertySet</a>() );</div>
<div class="line"><a name="l00193"></a><span class="lineno">  193</span>&#160;    }</div>
<div class="line"><a name="l00194"></a><span class="lineno">  194</span>&#160;</div>
<div class="line"><a name="l00195"></a><span class="lineno">  195</span>&#160;    <span class="keywordflow">return</span> propSet;</div>
<div class="line"><a name="l00196"></a><span class="lineno">  196</span>&#160;}</div>
<div class="line"><a name="l00197"></a><span class="lineno">  197</span>&#160;</div>
<div class="line"><a name="l00198"></a><span class="lineno">  198</span>&#160;</div>
<div class="line"><a name="l00199"></a><span class="lineno">  199</span>&#160;<span class="keywordtype">bool</span></div>
<div class="line"><a name="l00200"></a><span class="lineno"><a class="line" href="classYComboBox.html#a0738a95970bbc38aae08ccad54075816">  200</a></span>&#160;<a class="code" href="classYComboBox.html#a0738a95970bbc38aae08ccad54075816">YComboBox::setProperty</a>( <span class="keyword">const</span> std::string &amp; propertyName, <span class="keyword">const</span> <a class="code" href="classYPropertyValue.html">YPropertyValue</a> &amp; val )</div>
<div class="line"><a name="l00201"></a><span class="lineno">  201</span>&#160;{</div>
<div class="line"><a name="l00202"></a><span class="lineno">  202</span>&#160;    <a class="code" href="classYComboBox.html#a4e40151e55bcd2da935f0e05883a5e9b">propertySet</a>().<a class="code" href="classYPropertySet.html#ad7c9089e34d61981f04790c72aeac1df">check</a>( propertyName, val.<a class="code" href="classYPropertyValue.html#a6dbecab5860601a807162ffa0c32954c">type</a>() ); <span class="comment">// throws exceptions if not found or type mismatch</span></div>
<div class="line"><a name="l00203"></a><span class="lineno">  203</span>&#160;</div>
<div class="line"><a name="l00204"></a><span class="lineno">  204</span>&#160;    <span class="keywordflow">if</span>      ( propertyName == YUIProperty_Value         )       <span class="keywordflow">return</span> <span class="keyword">false</span>; <span class="comment">// Need special handling</span></div>
<div class="line"><a name="l00205"></a><span class="lineno">  205</span>&#160;    <span class="keywordflow">else</span> <span class="keywordflow">if</span> ( propertyName == YUIProperty_Items         )       <span class="keywordflow">return</span> <span class="keyword">false</span>; <span class="comment">// Needs special handling</span></div>
<div class="line"><a name="l00206"></a><span class="lineno">  206</span>&#160;    <span class="keywordflow">else</span> <span class="keywordflow">if</span> ( propertyName == YUIProperty_Label         )       <a class="code" href="classYSelectionWidget.html#acb9a8f53f1a5f942c71b594d4838b940">setLabel</a>( val.<a class="code" href="classYPropertyValue.html#a5f20a254cd9e4b28f05d537e847e9401">stringVal</a>() );</div>
<div class="line"><a name="l00207"></a><span class="lineno">  207</span>&#160;    <span class="keywordflow">else</span> <span class="keywordflow">if</span> ( propertyName == YUIProperty_ValidChars    )       <a class="code" href="classYComboBox.html#aa3c0e30ee07054351ac25309fd82541f">setValidChars</a>( val.<a class="code" href="classYPropertyValue.html#a5f20a254cd9e4b28f05d537e847e9401">stringVal</a>() );</div>
<div class="line"><a name="l00208"></a><span class="lineno">  208</span>&#160;    <span class="keywordflow">else</span> <span class="keywordflow">if</span> ( propertyName == YUIProperty_InputMaxLength )      <a class="code" href="classYComboBox.html#a3270c19b6b12fd3780fc491a857ed0c9">setInputMaxLength</a>( val.integerVal() );</div>
<div class="line"><a name="l00209"></a><span class="lineno">  209</span>&#160;    <span class="keywordflow">else</span> <span class="keywordflow">if</span> ( propertyName == YUIProperty_IconPath      )       <a class="code" href="classYSelectionWidget.html#af5db554d4a3249d3c58bd0704e68d74c">setIconBasePath</a>( val.<a class="code" href="classYPropertyValue.html#a5f20a254cd9e4b28f05d537e847e9401">stringVal</a>() );</div>
<div class="line"><a name="l00210"></a><span class="lineno">  210</span>&#160;    <span class="keywordflow">else</span></div>
<div class="line"><a name="l00211"></a><span class="lineno">  211</span>&#160;    {</div>
<div class="line"><a name="l00212"></a><span class="lineno">  212</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="classYWidget.html#aaa110171c5251c209b4a2ddfb7140b2b">YWidget::setProperty</a>( propertyName, val );</div>
<div class="line"><a name="l00213"></a><span class="lineno">  213</span>&#160;    }</div>
<div class="line"><a name="l00214"></a><span class="lineno">  214</span>&#160;</div>
<div class="line"><a name="l00215"></a><span class="lineno">  215</span>&#160;    <span class="keywordflow">return</span> <span class="keyword">true</span>; <span class="comment">// success -- no special processing necessary</span></div>
<div class="line"><a name="l00216"></a><span class="lineno">  216</span>&#160;}</div>
<div class="line"><a name="l00217"></a><span class="lineno">  217</span>&#160;</div>
<div class="line"><a name="l00218"></a><span class="lineno">  218</span>&#160;</div>
<div class="line"><a name="l00219"></a><span class="lineno">  219</span>&#160;<a class="code" href="classYPropertyValue.html">YPropertyValue</a></div>
<div class="line"><a name="l00220"></a><span class="lineno"><a class="line" href="classYComboBox.html#ab473486bbd9f616855ab0ab80e2e9622">  220</a></span>&#160;<a class="code" href="classYComboBox.html#ab473486bbd9f616855ab0ab80e2e9622">YComboBox::getProperty</a>( <span class="keyword">const</span> std::string &amp; propertyName )</div>
<div class="line"><a name="l00221"></a><span class="lineno">  221</span>&#160;{</div>
<div class="line"><a name="l00222"></a><span class="lineno">  222</span>&#160;    <a class="code" href="classYComboBox.html#a4e40151e55bcd2da935f0e05883a5e9b">propertySet</a>().<a class="code" href="classYPropertySet.html#ad7c9089e34d61981f04790c72aeac1df">check</a>( propertyName ); <span class="comment">// throws exceptions if not found</span></div>
<div class="line"><a name="l00223"></a><span class="lineno">  223</span>&#160;</div>
<div class="line"><a name="l00224"></a><span class="lineno">  224</span>&#160;    <span class="keywordflow">if</span>      ( propertyName == YUIProperty_Value         )       <span class="keywordflow">return</span> <a class="code" href="classYPropertyValue.html">YPropertyValue</a>( YOtherProperty );</div>
<div class="line"><a name="l00225"></a><span class="lineno">  225</span>&#160;    <span class="keywordflow">else</span> <span class="keywordflow">if</span> ( propertyName == YUIProperty_Items         )       <span class="keywordflow">return</span> <a class="code" href="classYPropertyValue.html">YPropertyValue</a>( YOtherProperty );</div>
<div class="line"><a name="l00226"></a><span class="lineno">  226</span>&#160;    <span class="keywordflow">else</span> <span class="keywordflow">if</span> ( propertyName == YUIProperty_Label         )       <span class="keywordflow">return</span> <a class="code" href="classYPropertyValue.html">YPropertyValue</a>( <a class="code" href="classYSelectionWidget.html#a3c4eb574574f2e3af2fc88fb531f5e91">label</a>() );</div>
<div class="line"><a name="l00227"></a><span class="lineno">  227</span>&#160;    <span class="keywordflow">else</span> <span class="keywordflow">if</span> ( propertyName == YUIProperty_ValidChars    )       <span class="keywordflow">return</span> <a class="code" href="classYPropertyValue.html">YPropertyValue</a>( <a class="code" href="classYComboBox.html#a5b84c1b485eaf3c28c78d7dbd5bc8e1c">validChars</a>() );</div>
<div class="line"><a name="l00228"></a><span class="lineno">  228</span>&#160;    <span class="keywordflow">else</span> <span class="keywordflow">if</span> ( propertyName == YUIProperty_InputMaxLength )      <span class="keywordflow">return</span> <a class="code" href="classYPropertyValue.html">YPropertyValue</a>( <a class="code" href="classYComboBox.html#a2d23e3cb14ddbf20e30bbf725235d9a8">inputMaxLength</a>() );</div>
<div class="line"><a name="l00229"></a><span class="lineno">  229</span>&#160;    <span class="keywordflow">else</span> <span class="keywordflow">if</span> ( propertyName == YUIProperty_IconPath      )       <span class="keywordflow">return</span> <a class="code" href="classYPropertyValue.html">YPropertyValue</a>( <a class="code" href="classYSelectionWidget.html#a4f6f97a4fb4a737f35e462ea08250da8">iconBasePath</a>() );</div>
<div class="line"><a name="l00230"></a><span class="lineno">  230</span>&#160;    <span class="keywordflow">else</span></div>
<div class="line"><a name="l00231"></a><span class="lineno">  231</span>&#160;    {</div>
<div class="line"><a name="l00232"></a><span class="lineno">  232</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="classYWidget.html#ad160e0fc19f2ccb2877afcca0475d960">YWidget::getProperty</a>( propertyName );</div>
<div class="line"><a name="l00233"></a><span class="lineno">  233</span>&#160;    }</div>
<div class="line"><a name="l00234"></a><span class="lineno">  234</span>&#160;}</div>
<div class="ttc" id="classYSelectionWidget_html_adc4cadaa8b7868685a13fcc41bde9d72"><div class="ttname"><a href="classYSelectionWidget.html#adc4cadaa8b7868685a13fcc41bde9d72">YSelectionWidget::selectItem</a></div><div class="ttdeci">virtual void selectItem(YItem *item, bool selected=true)</div><div class="ttdef"><b>Definition:</b> <a href="YSelectionWidget_8cc_source.html#l00390">YSelectionWidget.cc:390</a></div></div>
<div class="ttc" id="classYComboBox_html_ab473486bbd9f616855ab0ab80e2e9622"><div class="ttname"><a href="classYComboBox.html#ab473486bbd9f616855ab0ab80e2e9622">YComboBox::getProperty</a></div><div class="ttdeci">virtual YPropertyValue getProperty(const std::string &amp;propertyName)</div><div class="ttdef"><b>Definition:</b> <a href="YComboBox_8cc_source.html#l00220">YComboBox.cc:220</a></div></div>
<div class="ttc" id="classYComboBox_html_a56b006aac83cc84e223cd19a2d24321a"><div class="ttname"><a href="classYComboBox.html#a56b006aac83cc84e223cd19a2d24321a">YComboBox::editable</a></div><div class="ttdeci">bool editable() const </div><div class="ttdef"><b>Definition:</b> <a href="YComboBox_8cc_source.html#l00064">YComboBox.cc:64</a></div></div>
<div class="ttc" id="classYSelectionWidget_html_acb9a8f53f1a5f942c71b594d4838b940"><div class="ttname"><a href="classYSelectionWidget.html#acb9a8f53f1a5f942c71b594d4838b940">YSelectionWidget::setLabel</a></div><div class="ttdeci">virtual void setLabel(const std::string &amp;newLabel)</div><div class="ttdef"><b>Definition:</b> <a href="YSelectionWidget_8cc_source.html#l00101">YSelectionWidget.cc:101</a></div></div>
<div class="ttc" id="classYPropertyValue_html"><div class="ttname"><a href="classYPropertyValue.html">YPropertyValue</a></div><div class="ttdef"><b>Definition:</b> <a href="YProperty_8h_source.html#l00104">YProperty.h:104</a></div></div>
<div class="ttc" id="classYPropertySet_html_ad7c9089e34d61981f04790c72aeac1df"><div class="ttname"><a href="classYPropertySet.html#ad7c9089e34d61981f04790c72aeac1df">YPropertySet::check</a></div><div class="ttdeci">void check(const std::string &amp;propertyName) const </div><div class="ttdef"><b>Definition:</b> <a href="YProperty_8cc_source.html#l00062">YProperty.cc:62</a></div></div>
<div class="ttc" id="classYComboBox_html_a2d23e3cb14ddbf20e30bbf725235d9a8"><div class="ttname"><a href="classYComboBox.html#a2d23e3cb14ddbf20e30bbf725235d9a8">YComboBox::inputMaxLength</a></div><div class="ttdeci">int inputMaxLength() const </div><div class="ttdef"><b>Definition:</b> <a href="YComboBox_8cc_source.html#l00082">YComboBox.cc:82</a></div></div>
<div class="ttc" id="classYSelectionWidget_html"><div class="ttname"><a href="classYSelectionWidget.html">YSelectionWidget</a></div><div class="ttdef"><b>Definition:</b> <a href="YSelectionWidget_8h_source.html#l00042">YSelectionWidget.h:42</a></div></div>
<div class="ttc" id="classYPropertySet_html_aa2a1fb4e8076d7dc2c4bde97d0f562f6"><div class="ttname"><a href="classYPropertySet.html#aa2a1fb4e8076d7dc2c4bde97d0f562f6">YPropertySet::add</a></div><div class="ttdeci">void add(const YProperty &amp;prop)</div><div class="ttdef"><b>Definition:</b> <a href="YProperty_8cc_source.html#l00120">YProperty.cc:120</a></div></div>
<div class="ttc" id="classYWidget_html_aaa110171c5251c209b4a2ddfb7140b2b"><div class="ttname"><a href="classYWidget.html#aaa110171c5251c209b4a2ddfb7140b2b">YWidget::setProperty</a></div><div class="ttdeci">virtual bool setProperty(const std::string &amp;propertyName, const YPropertyValue &amp;val)</div><div class="ttdef"><b>Definition:</b> <a href="YWidget_8cc_source.html#l00428">YWidget.cc:428</a></div></div>
<div class="ttc" id="classYSelectionWidget_html_a4f6f97a4fb4a737f35e462ea08250da8"><div class="ttname"><a href="classYSelectionWidget.html#a4f6f97a4fb4a737f35e462ea08250da8">YSelectionWidget::iconBasePath</a></div><div class="ttdeci">std::string iconBasePath() const </div><div class="ttdef"><b>Definition:</b> <a href="YSelectionWidget_8cc_source.html#l00131">YSelectionWidget.cc:131</a></div></div>
<div class="ttc" id="classYComboBox_html_a3270c19b6b12fd3780fc491a857ed0c9"><div class="ttname"><a href="classYComboBox.html#a3270c19b6b12fd3780fc491a857ed0c9">YComboBox::setInputMaxLength</a></div><div class="ttdeci">virtual void setInputMaxLength(int numberOfChars)</div><div class="ttdef"><b>Definition:</b> <a href="YComboBox_8cc_source.html#l00088">YComboBox.cc:88</a></div></div>
<div class="ttc" id="classYPropertySet_html"><div class="ttname"><a href="classYPropertySet.html">YPropertySet</a></div><div class="ttdef"><b>Definition:</b> <a href="YProperty_8h_source.html#l00184">YProperty.h:184</a></div></div>
<div class="ttc" id="classYComboBox_html_aab94cc6eee96f1bc9b43a848aed4df32"><div class="ttname"><a href="classYComboBox.html#aab94cc6eee96f1bc9b43a848aed4df32">YComboBox::setValue</a></div><div class="ttdeci">void setValue(const std::string &amp;newText)</div><div class="ttdef"><b>Definition:</b> <a href="YComboBox_8cc_source.html#l00100">YComboBox.cc:100</a></div></div>
<div class="ttc" id="classYComboBox_html_a5b84c1b485eaf3c28c78d7dbd5bc8e1c"><div class="ttname"><a href="classYComboBox.html#a5b84c1b485eaf3c28c78d7dbd5bc8e1c">YComboBox::validChars</a></div><div class="ttdeci">std::string validChars()</div><div class="ttdef"><b>Definition:</b> <a href="YComboBox_8cc_source.html#l00070">YComboBox.cc:70</a></div></div>
<div class="ttc" id="classYComboBox_html_ac3f05c9476da654a73f03270eebbb37f"><div class="ttname"><a href="classYComboBox.html#ac3f05c9476da654a73f03270eebbb37f">YComboBox::YComboBox</a></div><div class="ttdeci">YComboBox(YWidget *parent, const std::string &amp;label, bool editable)</div><div class="ttdef"><b>Definition:</b> <a href="YComboBox_8cc_source.html#l00049">YComboBox.cc:49</a></div></div>
<div class="ttc" id="classYPropertyValue_html_a5f20a254cd9e4b28f05d537e847e9401"><div class="ttname"><a href="classYPropertyValue.html#a5f20a254cd9e4b28f05d537e847e9401">YPropertyValue::stringVal</a></div><div class="ttdeci">std::string stringVal() const </div><div class="ttdef"><b>Definition:</b> <a href="YProperty_8h_source.html#l00167">YProperty.h:167</a></div></div>
<div class="ttc" id="classYItem_html_ad3b4bd04218ece59c366030b9afcea3e"><div class="ttname"><a href="classYItem.html#ad3b4bd04218ece59c366030b9afcea3e">YItem::setSelected</a></div><div class="ttdeci">void setSelected(bool sel=true)</div><div class="ttdef"><b>Definition:</b> <a href="YItem_8h_source.html#l00108">YItem.h:108</a></div></div>
<div class="ttc" id="classYWidget_html_a601c0a309687f2018fe0a9f7de87eec5"><div class="ttname"><a href="classYWidget.html#a601c0a309687f2018fe0a9f7de87eec5">YWidget::propertySet</a></div><div class="ttdeci">virtual const YPropertySet &amp; propertySet()</div><div class="ttdef"><b>Definition:</b> <a href="YWidget_8cc_source.html#l00393">YWidget.cc:393</a></div></div>
<div class="ttc" id="classYComboBox_html_a8d330184cb7557f35abef4963085106e"><div class="ttname"><a href="classYComboBox.html#a8d330184cb7557f35abef4963085106e">YComboBox::selectItem</a></div><div class="ttdeci">virtual void selectItem(YItem *item, bool selected=true)</div><div class="ttdef"><b>Definition:</b> <a href="YComboBox_8cc_source.html#l00122">YComboBox.cc:122</a></div></div>
<div class="ttc" id="classYComboBox_html_a0738a95970bbc38aae08ccad54075816"><div class="ttname"><a href="classYComboBox.html#a0738a95970bbc38aae08ccad54075816">YComboBox::setProperty</a></div><div class="ttdeci">virtual bool setProperty(const std::string &amp;propertyName, const YPropertyValue &amp;val)</div><div class="ttdef"><b>Definition:</b> <a href="YComboBox_8cc_source.html#l00200">YComboBox.cc:200</a></div></div>
<div class="ttc" id="classYWidget_html_ad160e0fc19f2ccb2877afcca0475d960"><div class="ttname"><a href="classYWidget.html#ad160e0fc19f2ccb2877afcca0475d960">YWidget::getProperty</a></div><div class="ttdeci">virtual YPropertyValue getProperty(const std::string &amp;propertyName)</div><div class="ttdef"><b>Definition:</b> <a href="YWidget_8cc_source.html#l00453">YWidget.cc:453</a></div></div>
<div class="ttc" id="classYPropertySet_html_a0c2838be8ca230427a313092efd6c3d1"><div class="ttname"><a href="classYPropertySet.html#a0c2838be8ca230427a313092efd6c3d1">YPropertySet::isEmpty</a></div><div class="ttdeci">bool isEmpty() const </div><div class="ttdef"><b>Definition:</b> <a href="YProperty_8h_source.html#l00250">YProperty.h:250</a></div></div>
<div class="ttc" id="classYComboBox_html_a6e0c072129d1035dda47cd9bb18c59d7"><div class="ttname"><a href="classYComboBox.html#a6e0c072129d1035dda47cd9bb18c59d7">YComboBox::text</a></div><div class="ttdeci">virtual std::string text()=0</div></div>
<div class="ttc" id="classYProperty_html"><div class="ttname"><a href="classYProperty.html">YProperty</a></div><div class="ttdef"><b>Definition:</b> <a href="YProperty_8h_source.html#l00051">YProperty.h:51</a></div></div>
<div class="ttc" id="classYItem_html"><div class="ttname"><a href="classYItem.html">YItem</a></div><div class="ttdef"><b>Definition:</b> <a href="YItem_8h_source.html#l00043">YItem.h:43</a></div></div>
<div class="ttc" id="classYComboBox_html_a4f977cb21fde9348d4bd691deb6445e4"><div class="ttname"><a href="classYComboBox.html#a4f977cb21fde9348d4bd691deb6445e4">YComboBox::~YComboBox</a></div><div class="ttdeci">virtual ~YComboBox()</div><div class="ttdef"><b>Definition:</b> <a href="YComboBox_8cc_source.html#l00058">YComboBox.cc:58</a></div></div>
<div class="ttc" id="classYSelectionWidget_html_a3c4eb574574f2e3af2fc88fb531f5e91"><div class="ttname"><a href="classYSelectionWidget.html#a3c4eb574574f2e3af2fc88fb531f5e91">YSelectionWidget::label</a></div><div class="ttdeci">std::string label() const </div><div class="ttdef"><b>Definition:</b> <a href="YSelectionWidget_8cc_source.html#l00095">YSelectionWidget.cc:95</a></div></div>
<div class="ttc" id="classYComboBox_html_aaaacfc5fbe5202a9090288fe64a32dec"><div class="ttname"><a href="classYComboBox.html#aaaacfc5fbe5202a9090288fe64a32dec">YComboBox::selectedItem</a></div><div class="ttdeci">virtual YItem * selectedItem()</div><div class="ttdef"><b>Definition:</b> <a href="YComboBox_8cc_source.html#l00136">YComboBox.cc:136</a></div></div>
<div class="ttc" id="structYComboBoxPrivate_html"><div class="ttname"><a href="structYComboBoxPrivate.html">YComboBoxPrivate</a></div><div class="ttdef"><b>Definition:</b> <a href="YComboBox_8cc_source.html#l00034">YComboBox.cc:34</a></div></div>
<div class="ttc" id="classYSelectionWidget_html_a2752eaad7b221859d761e2c78e3fdb1e"><div class="ttname"><a href="classYSelectionWidget.html#a2752eaad7b221859d761e2c78e3fdb1e">YSelectionWidget::deselectAllItems</a></div><div class="ttdeci">virtual void deselectAllItems()</div><div class="ttdef"><b>Definition:</b> <a href="YSelectionWidget_8cc_source.html#l00454">YSelectionWidget.cc:454</a></div></div>
<div class="ttc" id="classYSelectionWidget_html_af5db554d4a3249d3c58bd0704e68d74c"><div class="ttname"><a href="classYSelectionWidget.html#af5db554d4a3249d3c58bd0704e68d74c">YSelectionWidget::setIconBasePath</a></div><div class="ttdeci">void setIconBasePath(const std::string &amp;basePath)</div><div class="ttdef"><b>Definition:</b> <a href="YSelectionWidget_8cc_source.html#l00125">YSelectionWidget.cc:125</a></div></div>
<div class="ttc" id="classYSelectionWidget_html_ad6c4177dbe0f796ea6820d0762ba6f12"><div class="ttname"><a href="classYSelectionWidget.html#ad6c4177dbe0f796ea6820d0762ba6f12">YSelectionWidget::findItem</a></div><div class="ttdeci">YItem * findItem(const std::string &amp;itemLabel) const </div><div class="ttdef"><b>Definition:</b> <a href="YSelectionWidget_8cc_source.html#l00476">YSelectionWidget.cc:476</a></div></div>
<div class="ttc" id="classYComboBox_html_ad987d95beb7ad5e434cfd929073b5f2d"><div class="ttname"><a href="classYComboBox.html#ad987d95beb7ad5e434cfd929073b5f2d">YComboBox::value</a></div><div class="ttdeci">std::string value()</div><div class="ttdef"><b>Definition:</b> <a href="YComboBox_8cc_source.html#l00094">YComboBox.cc:94</a></div></div>
<div class="ttc" id="classYPropertyValue_html_a6dbecab5860601a807162ffa0c32954c"><div class="ttname"><a href="classYPropertyValue.html#a6dbecab5860601a807162ffa0c32954c">YPropertyValue::type</a></div><div class="ttdeci">YPropertyType type() const </div><div class="ttdef"><b>Definition:</b> <a href="YProperty_8h_source.html#l00156">YProperty.h:156</a></div></div>
<div class="ttc" id="classYComboBox_html_a0889e80d951fb0bc90405cc5e120e726"><div class="ttname"><a href="classYComboBox.html#a0889e80d951fb0bc90405cc5e120e726">YComboBox::setText</a></div><div class="ttdeci">virtual void setText(const std::string &amp;newText)=0</div></div>
<div class="ttc" id="classYWidget_html"><div class="ttname"><a href="classYWidget.html">YWidget</a></div><div class="ttdef"><b>Definition:</b> <a href="YWidget_8h_source.html#l00054">YWidget.h:54</a></div></div>
<div class="ttc" id="classYComboBox_html_a3823f1dfc41b0136beb41edb1b4a29fe"><div class="ttname"><a href="classYComboBox.html#a3823f1dfc41b0136beb41edb1b4a29fe">YComboBox::selectedItems</a></div><div class="ttdeci">virtual YItemCollection selectedItems()</div><div class="ttdef"><b>Definition:</b> <a href="YComboBox_8cc_source.html#l00157">YComboBox.cc:157</a></div></div>
<div class="ttc" id="classYUIException_html"><div class="ttname"><a href="classYUIException.html">YUIException</a></div><div class="ttdef"><b>Definition:</b> <a href="YUIException_8h_source.html#l00281">YUIException.h:281</a></div></div>
<div class="ttc" id="classYItem_html_a5f8557bbac7bfd849a25be15ecb2742f"><div class="ttname"><a href="classYItem.html#a5f8557bbac7bfd849a25be15ecb2742f">YItem::label</a></div><div class="ttdeci">std::string label() const </div><div class="ttdef"><b>Definition:</b> <a href="YItem_8h_source.html#l00076">YItem.h:76</a></div></div>
<div class="ttc" id="classYComboBox_html_a4e40151e55bcd2da935f0e05883a5e9b"><div class="ttname"><a href="classYComboBox.html#a4e40151e55bcd2da935f0e05883a5e9b">YComboBox::propertySet</a></div><div class="ttdeci">virtual const YPropertySet &amp; propertySet()</div><div class="ttdef"><b>Definition:</b> <a href="YComboBox_8cc_source.html#l00172">YComboBox.cc:172</a></div></div>
<div class="ttc" id="classYComboBox_html_aa3c0e30ee07054351ac25309fd82541f"><div class="ttname"><a href="classYComboBox.html#aa3c0e30ee07054351ac25309fd82541f">YComboBox::setValidChars</a></div><div class="ttdeci">virtual void setValidChars(const std::string &amp;validChars)</div><div class="ttdef"><b>Definition:</b> <a href="YComboBox_8cc_source.html#l00076">YComboBox.cc:76</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><b>YComboBox.cc</b></li>
    <li class="footer">Generated by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.5 </li>
  </ul>
</div>
</body>
</html>