Sophie

Sophie

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

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/YSelectionBox.h 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('YSelectionBox_8h_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">YSelectionBox.h</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:         YSelectionBox.h</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;<span class="preprocessor">#ifndef YSelectionBox_h</span></div>
<div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define YSelectionBox_h</span></div>
<div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="preprocessor">#include &quot;YSelectionWidget.h&quot;</span></div>
<div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;</div>
<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="keyword">class </span><a class="code" href="structYSelectionBoxPrivate.html">YSelectionBoxPrivate</a>;</div>
<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;</div>
<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="comment">/**</span></div>
<div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="comment"> * Selection box: List box that displays a (scrollable) list of items from</span></div>
<div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="comment"> * which the user can select exactly one. Each item has a label text and an</span></div>
<div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="comment"> * optional icon (*).</span></div>
<div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;<span class="comment"> * This widget displays a number of items at once (as screen space permits). If</span></div>
<div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="comment"> * there is little screen space, you might consider using a ComboBox instead</span></div>
<div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;<span class="comment"> * which (in non-editable mode which is the default) displays just one item</span></div>
<div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;<span class="comment"> * (the selected item) right away and the others in a pop-up dialog upon mouse</span></div>
<div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;<span class="comment"> * click or keypress.</span></div>
<div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;<span class="comment"> * The selection box also has a caption label that is</span></div>
<div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;<span class="comment"> * displayed above the list. The hotkey displayed in that caption label will</span></div>
<div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;<span class="comment"> * move the keyboard focus into the list.</span></div>
<div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;<span class="comment"> * If multiple columns are needed, use the table widget instead.</span></div>
<div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;<span class="comment"> * For tree-like structures, use the tree widget.</span></div>
<div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;<span class="comment"> * (*) Not all UIs (in particular not text-based UIs) support displaying icons,</span></div>
<div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;<span class="comment"> * so an icon should never be an exclusive means to display any kind of</span></div>
<div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;<span class="comment"> * information.</span></div>
<div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;<span class="comment"> **/</span></div>
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="classYSelectionBox.html">   56</a></span>&#160;<span class="keyword">class </span><a class="code" href="classYSelectionBox.html">YSelectionBox</a> : <span class="keyword">public</span> <a class="code" href="classYSelectionWidget.html">YSelectionWidget</a></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">   58</span>&#160;<span class="keyword">protected</span>:</div>
<div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;<span class="comment">    /**</span></div>
<div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;<span class="comment">     * Constructor.</span></div>
<div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;<span class="comment">     **/</span></div>
<div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;    <a class="code" href="classYSelectionBox.html#a53ebb846c1b14fa956d61857313f3884">YSelectionBox</a>( <a class="code" href="classYWidget.html">YWidget</a> * <a class="code" href="classYWidget.html#a825194f1345c820ee9857672c8ded416">parent</a>, <span class="keyword">const</span> std::string &amp; <a class="code" href="classYSelectionWidget.html#a3c4eb574574f2e3af2fc88fb531f5e91">label</a> );</div>
<div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;</div>
<div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;<span class="keyword">public</span>:<span class="comment"></span></div>
<div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;<span class="comment">    /**</span></div>
<div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;<span class="comment">     * Destructor.</span></div>
<div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;<span class="comment">     **/</span></div>
<div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;    <span class="keyword">virtual</span> <a class="code" href="classYSelectionBox.html#ad5b11c609bcb28c8449d91e2ea709784">~YSelectionBox</a>();</div>
<div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;<span class="comment">    /**</span></div>
<div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;<span class="comment">     * Returns a descriptive name of this widget class for logging,</span></div>
<div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;<span class="comment">     * debugging etc.</span></div>
<div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;<span class="comment">     **/</span></div>
<div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="classYSelectionBox.html#a320165dbd90fadf67de62513284576d0">   75</a></span>&#160;    <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span> * <a class="code" href="classYSelectionBox.html#a320165dbd90fadf67de62513284576d0">widgetClass</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <span class="stringliteral">&quot;YSelectionBox&quot;</span>; }</div>
<div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;<span class="comment">    /**</span></div>
<div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;<span class="comment">     * Return &#39;true&#39; if this SelectionBox should be very small.</span></div>
<div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;<span class="comment">     **/</span></div>
<div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="classYSelectionBox.html#a095f476dfaa219ce3119df92712b79b5">shrinkable</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;<span class="comment">    /**</span></div>
<div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;<span class="comment">     * Make this SelectionBox very small. This will take effect only upon the</span></div>
<div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;<span class="comment">     * next geometry management run.</span></div>
<div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;<span class="comment">     *</span></div>
<div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;<span class="comment">     * Derived classes can overwrite this, but should call this base class</span></div>
<div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;<span class="comment">     * function in the new function.</span></div>
<div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;<span class="comment">     **/</span></div>
<div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;    <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classYSelectionBox.html#a3f7f77c36fdd009d1647f4d349a337c3">setShrinkable</a>( <span class="keywordtype">bool</span> <a class="code" href="classYSelectionBox.html#a095f476dfaa219ce3119df92712b79b5">shrinkable</a> = <span class="keyword">true</span> );</div>
<div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;<span class="comment">    /**</span></div>
<div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;<span class="comment">     * Deliver even more events than with notify() set.</span></div>
<div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;<span class="comment">     *</span></div>
<div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;<span class="comment">     * For YSelectionBox, this is relevant mostly for the NCurses UI:</span></div>
<div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;<span class="comment">     *</span></div>
<div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;<span class="comment">     * In graphical UIs like the Qt UI, the user can use the mouse to select an</span></div>
<div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;<span class="comment">     * item in a selection box. With notify() set, this will send an event</span></div>
<div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;<span class="comment">     * right away (i.e., it will make UserInput and related return, while</span></div>
<div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;<span class="comment">     * normally it would only return when the user clicks a PushButton).</span></div>
<div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;<span class="comment">     *</span></div>
<div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;<span class="comment">     * In the NCurses UI, there is no mouse, so the user has to use the cursor</span></div>
<div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;<span class="comment">     * keys to move to the item he wants to select. In immediateMode(), every</span></div>
<div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;<span class="comment">     * cursor key press will make the selection box send an event. Without</span></div>
<div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;<span class="comment">     * immediateMode(), the NCSelectionBox will wait until the user hits the</span></div>
<div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;<span class="comment">     * [Return] key until an event is sent. Depending on what the application</span></div>
<div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;<span class="comment">     * does upon each selection box event, immediateMode() might make the</span></div>
<div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;<span class="comment">     * application less responsive.</span></div>
<div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;<span class="comment">     **/</span></div>
<div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="classYSelectionBox.html#aa56922dbe4381f95ef78b4a469b075bf">immediateMode</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;<span class="comment">    /**</span></div>
<div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;<span class="comment">     * Set immediateMode() on or off.</span></div>
<div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;<span class="comment">     **/</span></div>
<div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classYSelectionBox.html#a25e257dd40f468d50966388f1f46e0b3">setImmediateMode</a>( <span class="keywordtype">bool</span> on = <span class="keyword">true</span> );</div>
<div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;<span class="comment">    /**</span></div>
<div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;<span class="comment">     * Set a property.</span></div>
<div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;<span class="comment">     * Reimplemented from YWidget.</span></div>
<div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;<span class="comment">     *</span></div>
<div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;<span class="comment">     * This function may throw YUIPropertyExceptions.</span></div>
<div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;<span class="comment">     *</span></div>
<div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;<span class="comment">     * This function returns &#39;true&#39; if the value was successfully set and</span></div>
<div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;<span class="comment">     * &#39;false&#39; if that value requires special handling (not in error cases:</span></div>
<div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;<span class="comment">     * those are covered by exceptions).</span></div>
<div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;<span class="comment">     **/</span></div>
<div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;    <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classYSelectionBox.html#ae3441cdc975cc04a4bc41d25b8b30ca4">setProperty</a>( <span class="keyword">const</span> std::string &amp; propertyName,</div>
<div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;                              <span class="keyword">const</span> <a class="code" href="classYPropertyValue.html">YPropertyValue</a> &amp; val );</div>
<div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;<span class="comment">    /**</span></div>
<div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;<span class="comment">     * Get a property.</span></div>
<div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;<span class="comment">     * Reimplemented from YWidget.</span></div>
<div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;<span class="comment">     *</span></div>
<div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;<span class="comment">     * This method may throw YUIPropertyExceptions.</span></div>
<div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;<span class="comment">     **/</span></div>
<div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;    <span class="keyword">virtual</span> <a class="code" href="classYPropertyValue.html">YPropertyValue</a> <a class="code" href="classYSelectionBox.html#a7cf6e675447796066bba40f0fabddd59">getProperty</a>( <span class="keyword">const</span> std::string &amp; propertyName );</div>
<div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;<span class="comment">    /**</span></div>
<div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;<span class="comment">     * Return this class&#39;s property set.</span></div>
<div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;<span class="comment">     * This also initializes the property upon the first call.</span></div>
<div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;<span class="comment">     *</span></div>
<div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;<span class="comment">     * Reimplemented from YWidget.</span></div>
<div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;<span class="comment">     **/</span></div>
<div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;    <span class="keyword">virtual</span> <span class="keyword">const</span> <a class="code" href="classYPropertySet.html">YPropertySet</a> &amp; <a class="code" href="classYSelectionBox.html#a6db52c56e00431e89df81a99a8e68235">propertySet</a>();</div>
<div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;<span class="comment">    /**</span></div>
<div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;<span class="comment">     * The name of the widget property that will return user input.</span></div>
<div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;<span class="comment">     * Inherited from YWidget.</span></div>
<div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;<span class="comment">     **/</span></div>
<div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="classYSelectionBox.html#a2d5dfaaed523c32845d49cec42a81839">  149</a></span>&#160;    <span class="keyword">const</span> <span class="keywordtype">char</span> * <a class="code" href="classYSelectionBox.html#a2d5dfaaed523c32845d49cec42a81839">userInputProperty</a>() { <span class="keywordflow">return</span> YUIProperty_CurrentItem; }</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="keyword">private</span>:</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;    <a class="code" href="classImplPtr.html">ImplPtr&lt;YSelectionBoxPrivate&gt;</a> priv;</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;</div>
<div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;</div>
<div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;<span class="preprocessor">#endif // YSelectionBox_h</span></div>
<div class="ttc" id="classYSelectionBox_html"><div class="ttname"><a href="classYSelectionBox.html">YSelectionBox</a></div><div class="ttdef"><b>Definition:</b> <a href="YSelectionBox_8h_source.html#l00056">YSelectionBox.h:56</a></div></div>
<div class="ttc" id="classYSelectionBox_html_a6db52c56e00431e89df81a99a8e68235"><div class="ttname"><a href="classYSelectionBox.html#a6db52c56e00431e89df81a99a8e68235">YSelectionBox::propertySet</a></div><div class="ttdeci">virtual const YPropertySet &amp; propertySet()</div><div class="ttdef"><b>Definition:</b> <a href="YSelectionBox_8cc_source.html#l00095">YSelectionBox.cc:95</a></div></div>
<div class="ttc" id="classYSelectionBox_html_a2d5dfaaed523c32845d49cec42a81839"><div class="ttname"><a href="classYSelectionBox.html#a2d5dfaaed523c32845d49cec42a81839">YSelectionBox::userInputProperty</a></div><div class="ttdeci">const char * userInputProperty()</div><div class="ttdef"><b>Definition:</b> <a href="YSelectionBox_8h_source.html#l00149">YSelectionBox.h:149</a></div></div>
<div class="ttc" id="classYWidget_html_a825194f1345c820ee9857672c8ded416"><div class="ttname"><a href="classYWidget.html#a825194f1345c820ee9857672c8ded416">YWidget::parent</a></div><div class="ttdeci">YWidget * parent() const </div><div class="ttdef"><b>Definition:</b> <a href="YWidget_8cc_source.html#l00269">YWidget.cc:269</a></div></div>
<div class="ttc" id="classYSelectionBox_html_a7cf6e675447796066bba40f0fabddd59"><div class="ttname"><a href="classYSelectionBox.html#a7cf6e675447796066bba40f0fabddd59">YSelectionBox::getProperty</a></div><div class="ttdeci">virtual YPropertyValue getProperty(const std::string &amp;propertyName)</div><div class="ttdef"><b>Definition:</b> <a href="YSelectionBox_8cc_source.html#l00140">YSelectionBox.cc:140</a></div></div>
<div class="ttc" id="classYSelectionBox_html_ad5b11c609bcb28c8449d91e2ea709784"><div class="ttname"><a href="classYSelectionBox.html#ad5b11c609bcb28c8449d91e2ea709784">YSelectionBox::~YSelectionBox</a></div><div class="ttdeci">virtual ~YSelectionBox()</div><div class="ttdef"><b>Definition:</b> <a href="YSelectionBox_8cc_source.html#l00061">YSelectionBox.cc:61</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="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"><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="classYSelectionBox_html_ae3441cdc975cc04a4bc41d25b8b30ca4"><div class="ttname"><a href="classYSelectionBox.html#ae3441cdc975cc04a4bc41d25b8b30ca4">YSelectionBox::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="YSelectionBox_8cc_source.html#l00121">YSelectionBox.cc:121</a></div></div>
<div class="ttc" id="classYSelectionBox_html_a320165dbd90fadf67de62513284576d0"><div class="ttname"><a href="classYSelectionBox.html#a320165dbd90fadf67de62513284576d0">YSelectionBox::widgetClass</a></div><div class="ttdeci">virtual const char * widgetClass() const </div><div class="ttdef"><b>Definition:</b> <a href="YSelectionBox_8h_source.html#l00075">YSelectionBox.h:75</a></div></div>
<div class="ttc" id="classYSelectionBox_html_a095f476dfaa219ce3119df92712b79b5"><div class="ttname"><a href="classYSelectionBox.html#a095f476dfaa219ce3119df92712b79b5">YSelectionBox::shrinkable</a></div><div class="ttdeci">bool shrinkable() const </div><div class="ttdef"><b>Definition:</b> <a href="YSelectionBox_8cc_source.html#l00067">YSelectionBox.cc:67</a></div></div>
<div class="ttc" id="classYSelectionBox_html_a25e257dd40f468d50966388f1f46e0b3"><div class="ttname"><a href="classYSelectionBox.html#a25e257dd40f468d50966388f1f46e0b3">YSelectionBox::setImmediateMode</a></div><div class="ttdeci">void setImmediateMode(bool on=true)</div><div class="ttdef"><b>Definition:</b> <a href="YSelectionBox_8cc_source.html#l00085">YSelectionBox.cc:85</a></div></div>
<div class="ttc" id="classYSelectionBox_html_a3f7f77c36fdd009d1647f4d349a337c3"><div class="ttname"><a href="classYSelectionBox.html#a3f7f77c36fdd009d1647f4d349a337c3">YSelectionBox::setShrinkable</a></div><div class="ttdeci">virtual void setShrinkable(bool shrinkable=true)</div><div class="ttdef"><b>Definition:</b> <a href="YSelectionBox_8cc_source.html#l00073">YSelectionBox.cc:73</a></div></div>
<div class="ttc" id="structYSelectionBoxPrivate_html"><div class="ttname"><a href="structYSelectionBoxPrivate.html">YSelectionBoxPrivate</a></div><div class="ttdef"><b>Definition:</b> <a href="YSelectionBox_8cc_source.html#l00034">YSelectionBox.cc:34</a></div></div>
<div class="ttc" id="classYSelectionBox_html_a53ebb846c1b14fa956d61857313f3884"><div class="ttname"><a href="classYSelectionBox.html#a53ebb846c1b14fa956d61857313f3884">YSelectionBox::YSelectionBox</a></div><div class="ttdeci">YSelectionBox(YWidget *parent, const std::string &amp;label)</div><div class="ttdef"><b>Definition:</b> <a href="YSelectionBox_8cc_source.html#l00048">YSelectionBox.cc:48</a></div></div>
<div class="ttc" id="classYSelectionBox_html_aa56922dbe4381f95ef78b4a469b075bf"><div class="ttname"><a href="classYSelectionBox.html#aa56922dbe4381f95ef78b4a469b075bf">YSelectionBox::immediateMode</a></div><div class="ttdeci">bool immediateMode() const </div><div class="ttdef"><b>Definition:</b> <a href="YSelectionBox_8cc_source.html#l00079">YSelectionBox.cc:79</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="classImplPtr_html"><div class="ttname"><a href="classImplPtr.html">ImplPtr&lt; YSelectionBoxPrivate &gt;</a></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><!-- 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>YSelectionBox.h</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>