1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Crazy Eddies GUI System: CEGUI::SequentialLayoutContainer Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<script type="text/javascript">
function hasClass(ele,cls) {
return ele.className.match(new RegExp('(\\s|^)'+cls+'(\\s|$)'));
}
function addClass(ele,cls) {
if (!this.hasClass(ele,cls)) ele.className += " "+cls;
}
function removeClass(ele,cls) {
if (hasClass(ele,cls)) {
var reg = new RegExp('(\\s|^)'+cls+'(\\s|$)');
ele.className=ele.className.replace(reg,' ');
}
}
function toggleVisibility(linkObj) {
var base = linkObj.getAttribute('id');
var summary = document.getElementById(base + '-summary');
var content = document.getElementById(base + '-content');
var trigger = document.getElementById(base + '-trigger');
if ( hasClass(linkObj,'closed') ) {
summary.style.display = 'none';
content.style.display = 'block';
trigger.src = 'open.png';
removeClass(linkObj,'closed');
addClass(linkObj,'opened');
} else if ( hasClass(linkObj,'opened') ) {
summary.style.display = 'block';
content.style.display = 'none';
trigger.src = 'closed.png';
removeClass(linkObj,'opened');
addClass(linkObj,'closed');
}
return false;
}
</script>
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Crazy Eddies GUI System <span id="projectnumber">0.7.6</span></div>
</td>
</tr>
</tbody>
</table>
</div>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespaceCEGUI.html">CEGUI</a> </li>
<li class="navelem"><a class="el" href="classCEGUI_1_1SequentialLayoutContainer.html">SequentialLayoutContainer</a> </li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-static-attribs">Static Public Attributes</a> |
<a href="#pro-methods">Protected Member Functions</a> </div>
<div class="headertitle">
<div class="title">CEGUI::SequentialLayoutContainer Class Reference</div> </div>
</div>
<div class="contents">
<!-- doxytag: class="CEGUI::SequentialLayoutContainer" --><!-- doxytag: inherits="CEGUI::LayoutContainer" -->
<p>An abstract base class providing common functionality and specifying the required interface for derived classes.
<a href="classCEGUI_1_1SequentialLayoutContainer.html#details">More...</a></p>
<div id="dynsection-0" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
<img id="dynsection-0-trigger" src="closed.png"/> Inheritance diagram for CEGUI::SequentialLayoutContainer:</div>
<div id="dynsection-0-summary" class="dynsummary" style="display:block;">
</div>
<div id="dynsection-0-content" class="dyncontent" style="display:none;">
<div class="center"><img src="classCEGUI_1_1SequentialLayoutContainer__inherit__graph.gif" border="0" usemap="#CEGUI_1_1SequentialLayoutContainer_inherit__map" alt="Inheritance graph"/></div>
<map name="CEGUI_1_1SequentialLayoutContainer_inherit__map" id="CEGUI_1_1SequentialLayoutContainer_inherit__map">
<area shape="rect" id="node5" href="classCEGUI_1_1HorizontalLayoutContainer.html" title="A Layout Container window layouting it's children Horizontally." alt="" coords="7,160,233,189"/><area shape="rect" id="node2" href="classCEGUI_1_1LayoutContainer.html" title="An abstract base class providing common functionality and specifying the required interface for deriv..." alt="" coords="36,5,204,35"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<div id="dynsection-1" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
<img id="dynsection-1-trigger" src="closed.png"/> Collaboration diagram for CEGUI::SequentialLayoutContainer:</div>
<div id="dynsection-1-summary" class="dynsummary" style="display:block;">
</div>
<div id="dynsection-1-content" class="dyncontent" style="display:none;">
<div class="center"><img src="classCEGUI_1_1SequentialLayoutContainer__coll__graph.gif" border="0" usemap="#CEGUI_1_1SequentialLayoutContainer_coll__map" alt="Collaboration graph"/></div>
<map name="CEGUI_1_1SequentialLayoutContainer_coll__map" id="CEGUI_1_1SequentialLayoutContainer_coll__map">
<area shape="rect" id="node2" href="classCEGUI_1_1LayoutContainer.html" title="An abstract base class providing common functionality and specifying the required interface for deriv..." alt="" coords="191,408,359,437"/><area shape="rect" id="node4" href="classCEGUI_1_1Window.html" title="An abstract base class providing common functionality and specifying the required interface for deriv..." alt="" coords="404,285,524,315"/><area shape="rect" id="node6" href="classCEGUI_1_1String.html" title="String class used within the GUI system." alt="" coords="221,5,328,35"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="classCEGUI_1_1SequentialLayoutContainer-members.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1SequentialLayoutContainer.html#a3161349a5d9657c9e826dcc1268d317d">SequentialLayoutContainer</a> (const <a class="el" href="classCEGUI_1_1String.html">String</a> &type, const <a class="el" href="classCEGUI_1_1String.html">String</a> &name)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Constructor for <a class="el" href="classCEGUI_1_1Window.html" title="An abstract base class providing common functionality and specifying the required interface for deriv...">Window</a> base class. <a href="#a3161349a5d9657c9e826dcc1268d317d"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aba2449ec03e80cc3dadaead818efdc4e"></a><!-- doxytag: member="CEGUI::SequentialLayoutContainer::~SequentialLayoutContainer" ref="aba2449ec03e80cc3dadaead818efdc4e" args="(void)" -->
virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1SequentialLayoutContainer.html#aba2449ec03e80cc3dadaead818efdc4e">~SequentialLayoutContainer</a> (void)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Destructor for <a class="el" href="classCEGUI_1_1Window.html" title="An abstract base class providing common functionality and specifying the required interface for deriv...">Window</a> base class. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aaa944a4ebc07f26a0102ae20faf30a36"></a><!-- doxytag: member="CEGUI::SequentialLayoutContainer::getPositionOfChildWindow" ref="aaa944a4ebc07f26a0102ae20faf30a36" args="(Window *wnd) const " -->
size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1SequentialLayoutContainer.html#aaa944a4ebc07f26a0102ae20faf30a36">getPositionOfChildWindow</a> (<a class="el" href="classCEGUI_1_1Window.html">Window</a> *wnd) const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Gets the position of given child window. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9747f7fa4b81b7a4235d315ee9889478"></a><!-- doxytag: member="CEGUI::SequentialLayoutContainer::getPositionOfChildWindow" ref="a9747f7fa4b81b7a4235d315ee9889478" args="(const String &wnd) const " -->
size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1SequentialLayoutContainer.html#a9747f7fa4b81b7a4235d315ee9889478">getPositionOfChildWindow</a> (const <a class="el" href="classCEGUI_1_1String.html">String</a> &wnd) const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Gets the position of given child window. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac4a7082eeb2386b25ad8b3c790806497"></a><!-- doxytag: member="CEGUI::SequentialLayoutContainer::getChildWindowAtPosition" ref="ac4a7082eeb2386b25ad8b3c790806497" args="(size_t position) const " -->
<a class="el" href="classCEGUI_1_1Window.html">Window</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1SequentialLayoutContainer.html#ac4a7082eeb2386b25ad8b3c790806497">getChildWindowAtPosition</a> (size_t position) const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Gets the child window that currently is at given position. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a613b86e03489df4eee8e2b746d22e9d1"></a><!-- doxytag: member="CEGUI::SequentialLayoutContainer::swapChildWindowPositions" ref="a613b86e03489df4eee8e2b746d22e9d1" args="(size_t wnd1, size_t wnd2)" -->
virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1SequentialLayoutContainer.html#a613b86e03489df4eee8e2b746d22e9d1">swapChildWindowPositions</a> (size_t wnd1, size_t wnd2)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Swaps windows at given positions. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a91a3015badbff24e9c75c693803a4dca"></a><!-- doxytag: member="CEGUI::SequentialLayoutContainer::swapChildWindows" ref="a91a3015badbff24e9c75c693803a4dca" args="(Window *wnd1, Window *wnd2)" -->
void </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1SequentialLayoutContainer.html#a91a3015badbff24e9c75c693803a4dca">swapChildWindows</a> (<a class="el" href="classCEGUI_1_1Window.html">Window</a> *wnd1, <a class="el" href="classCEGUI_1_1Window.html">Window</a> *wnd2)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Swaps positions of given windows. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a514010a10ecf32fc9fa71773cc0f2759"></a><!-- doxytag: member="CEGUI::SequentialLayoutContainer::swapChildWindows" ref="a514010a10ecf32fc9fa71773cc0f2759" args="(const String &wnd1, Window *wnd2)" -->
void </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1SequentialLayoutContainer.html#a514010a10ecf32fc9fa71773cc0f2759">swapChildWindows</a> (const <a class="el" href="classCEGUI_1_1String.html">String</a> &wnd1, <a class="el" href="classCEGUI_1_1Window.html">Window</a> *wnd2)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Swaps positions of given windows. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a12930d4bfd07980a07d15aa9fd410f44"></a><!-- doxytag: member="CEGUI::SequentialLayoutContainer::swapChildWindows" ref="a12930d4bfd07980a07d15aa9fd410f44" args="(Window *wnd1, const String &wnd2)" -->
void </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1SequentialLayoutContainer.html#a12930d4bfd07980a07d15aa9fd410f44">swapChildWindows</a> (<a class="el" href="classCEGUI_1_1Window.html">Window</a> *wnd1, const <a class="el" href="classCEGUI_1_1String.html">String</a> &wnd2)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Swaps positions of given windows. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad4216c2a76020581dcb856a15c26f9d0"></a><!-- doxytag: member="CEGUI::SequentialLayoutContainer::swapChildWindows" ref="ad4216c2a76020581dcb856a15c26f9d0" args="(const String &wnd1, const String &wnd2)" -->
void </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1SequentialLayoutContainer.html#ad4216c2a76020581dcb856a15c26f9d0">swapChildWindows</a> (const <a class="el" href="classCEGUI_1_1String.html">String</a> &wnd1, const <a class="el" href="classCEGUI_1_1String.html">String</a> &wnd2)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Swaps positions of given windows. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a38e6a3630952a536c828e3b0b57535d5"></a><!-- doxytag: member="CEGUI::SequentialLayoutContainer::moveChildWindowToPosition" ref="a38e6a3630952a536c828e3b0b57535d5" args="(Window *wnd, size_t position)" -->
virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1SequentialLayoutContainer.html#a38e6a3630952a536c828e3b0b57535d5">moveChildWindowToPosition</a> (<a class="el" href="classCEGUI_1_1Window.html">Window</a> *wnd, size_t position)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Moves a window that is alrady child of thi layout container to given position (if the window is currently in a position that is smaller than given position, given position is automatically decremented. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1abd1e3c4add376bca9f2e45fb860fff"></a><!-- doxytag: member="CEGUI::SequentialLayoutContainer::moveChildWindowToPosition" ref="a1abd1e3c4add376bca9f2e45fb860fff" args="(const String &wnd, size_t position)" -->
void </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1SequentialLayoutContainer.html#a1abd1e3c4add376bca9f2e45fb860fff">moveChildWindowToPosition</a> (const <a class="el" href="classCEGUI_1_1String.html">String</a> &wnd, size_t position)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Moves a window that is alrady child of thi layout container to given position (if the window is currently in a position that is smaller than given position, given position is automatically decremented. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1SequentialLayoutContainer.html#a72aba5cd24857e1d3b3a2d85e7181592">moveChildWindow</a> (<a class="el" href="classCEGUI_1_1Window.html">Window</a> *window, int delta=1)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Moves a window forward or backward, depending on delta (-1 moves it backward one step, 1 moves it forward one step) <a href="#a72aba5cd24857e1d3b3a2d85e7181592"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0d8d10a254d0a7e9efb907655f1acb1e"></a><!-- doxytag: member="CEGUI::SequentialLayoutContainer::addChildWindowToPosition" ref="a0d8d10a254d0a7e9efb907655f1acb1e" args="(Window *window, size_t position)" -->
void </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1SequentialLayoutContainer.html#a0d8d10a254d0a7e9efb907655f1acb1e">addChildWindowToPosition</a> (<a class="el" href="classCEGUI_1_1Window.html">Window</a> *window, size_t position)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Adds a window to given position. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1efb385be5967b0ac0e67867f1a8988c"></a><!-- doxytag: member="CEGUI::SequentialLayoutContainer::addChildWindowToPosition" ref="a1efb385be5967b0ac0e67867f1a8988c" args="(const String &window, size_t position)" -->
void </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1SequentialLayoutContainer.html#a1efb385be5967b0ac0e67867f1a8988c">addChildWindowToPosition</a> (const <a class="el" href="classCEGUI_1_1String.html">String</a> &window, size_t position)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Adds a window to given position. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a238dc3e5d8a2d7e3c1b13c0ee62d5175"></a><!-- doxytag: member="CEGUI::SequentialLayoutContainer::removeChildWindowFromPosition" ref="a238dc3e5d8a2d7e3c1b13c0ee62d5175" args="(size_t position)" -->
void </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1SequentialLayoutContainer.html#a238dc3e5d8a2d7e3c1b13c0ee62d5175">removeChildWindowFromPosition</a> (size_t position)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Removes a window from given position. <br/></td></tr>
<tr><td colspan="2"><h2><a name="pub-static-attribs"></a>
Static Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4b5a8a45281b2e2a2746acaea57c3840"></a><!-- doxytag: member="CEGUI::SequentialLayoutContainer::EventNamespace" ref="a4b5a8a45281b2e2a2746acaea57c3840" args="" -->
static const <a class="el" href="classCEGUI_1_1String.html">String</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1SequentialLayoutContainer.html#a4b5a8a45281b2e2a2746acaea57c3840">EventNamespace</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Namespace for global events. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4283b0aee5ac7a1bc14e9a1fef6b5505"></a><!-- doxytag: member="CEGUI::SequentialLayoutContainer::EventChildWindowOrderChanged" ref="a4283b0aee5ac7a1bc14e9a1fef6b5505" args="" -->
static const <a class="el" href="classCEGUI_1_1String.html">String</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1SequentialLayoutContainer.html#a4283b0aee5ac7a1bc14e9a1fef6b5505">EventChildWindowOrderChanged</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">fired when child windows get rearranged <br/></td></tr>
<tr><td colspan="2"><h2><a name="pro-methods"></a>
Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1SequentialLayoutContainer.html#a15e6b4776817872710b2c9fde80f643e">onChildWindowOrderChanged</a> (<a class="el" href="classCEGUI_1_1WindowEventArgs.html">WindowEventArgs</a> &e)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Handler called when children of this window gets rearranged in any way. <a href="#a15e6b4776817872710b2c9fde80f643e"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1SequentialLayoutContainer.html#ad9c79dc84bb852bf64a2ac56755d8edf">testClassName_impl</a> (const <a class="el" href="classCEGUI_1_1String.html">String</a> &class_name) const </td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>An abstract base class providing common functionality and specifying the required interface for derived classes. </p>
<p>Sequential Layout Container provide means for automatic positioning of windows in sequence </p>
</div><hr/><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" id="a3161349a5d9657c9e826dcc1268d317d"></a><!-- doxytag: member="CEGUI::SequentialLayoutContainer::SequentialLayoutContainer" ref="a3161349a5d9657c9e826dcc1268d317d" args="(const String &type, const String &name)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">CEGUI::SequentialLayoutContainer::SequentialLayoutContainer </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classCEGUI_1_1String.html">String</a> & </td>
<td class="paramname"><em>type</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classCEGUI_1_1String.html">String</a> & </td>
<td class="paramname"><em>name</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Constructor for <a class="el" href="classCEGUI_1_1Window.html" title="An abstract base class providing common functionality and specifying the required interface for deriv...">Window</a> base class. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">type</td><td><a class="el" href="classCEGUI_1_1String.html" title="String class used within the GUI system.">String</a> object holding <a class="el" href="classCEGUI_1_1Window.html" title="An abstract base class providing common functionality and specifying the required interface for deriv...">Window</a> type (usually provided by <a class="el" href="classCEGUI_1_1WindowFactory.html" title="Abstract class that defines the required interface for all WindowFactory objects.">WindowFactory</a>).</td></tr>
<tr><td class="paramname">name</td><td><a class="el" href="classCEGUI_1_1String.html" title="String class used within the GUI system.">String</a> object holding unique name for the <a class="el" href="classCEGUI_1_1Window.html" title="An abstract base class providing common functionality and specifying the required interface for deriv...">Window</a>. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a72aba5cd24857e1d3b3a2d85e7181592"></a><!-- doxytag: member="CEGUI::SequentialLayoutContainer::moveChildWindow" ref="a72aba5cd24857e1d3b3a2d85e7181592" args="(Window *window, int delta=1)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void CEGUI::SequentialLayoutContainer::moveChildWindow </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classCEGUI_1_1Window.html">Window</a> * </td>
<td class="paramname"><em>window</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"><em>delta</em> = <code>1</code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Moves a window forward or backward, depending on delta (-1 moves it backward one step, 1 moves it forward one step) </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">delta</td><td>The amount of steps the window will be moved (old position + delta = new position) </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a15e6b4776817872710b2c9fde80f643e"></a><!-- doxytag: member="CEGUI::SequentialLayoutContainer::onChildWindowOrderChanged" ref="a15e6b4776817872710b2c9fde80f643e" args="(WindowEventArgs &e)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void CEGUI::SequentialLayoutContainer::onChildWindowOrderChanged </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classCEGUI_1_1WindowEventArgs.html">WindowEventArgs</a> & </td>
<td class="paramname"><em>e</em></td><td>)</td>
<td><code> [protected, virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Handler called when children of this window gets rearranged in any way. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">e</td><td><a class="el" href="classCEGUI_1_1WindowEventArgs.html" title="EventArgs based class that is used for objects passed to handlers triggered for events concerning som...">WindowEventArgs</a> object whose 'window' field is set this layout container. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="ad9c79dc84bb852bf64a2ac56755d8edf"></a><!-- doxytag: member="CEGUI::SequentialLayoutContainer::testClassName_impl" ref="ad9c79dc84bb852bf64a2ac56755d8edf" args="(const String &class_name) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual bool CEGUI::SequentialLayoutContainer::testClassName_impl </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classCEGUI_1_1String.html">String</a> & </td>
<td class="paramname"><em>class_name</em></td><td>)</td>
<td> const<code> [inline, protected, virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Return whether this window was inherited from the given class name at some point in the inheritance hierarchy. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">class_name</td><td>The class name that is to be checked.</td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>true if this window was inherited from <em>class_name</em>. false if not. </dd></dl>
<p>Reimplemented from <a class="el" href="classCEGUI_1_1LayoutContainer.html#aa6f16da34474774f8241121fd3f384e6">CEGUI::LayoutContainer</a>.</p>
<p>Reimplemented in <a class="el" href="classCEGUI_1_1HorizontalLayoutContainer.html#a1fbeb811858a44d10b3ba42db58ebdde">CEGUI::HorizontalLayoutContainer</a>, and <a class="el" href="classCEGUI_1_1VerticalLayoutContainer.html#a655e4a22b374ff54bf1a1b0d7c2f3a7b">CEGUI::VerticalLayoutContainer</a>.</p>
<p>References <a class="el" href="classCEGUI_1_1LayoutContainer.html#aa6f16da34474774f8241121fd3f384e6">CEGUI::LayoutContainer::testClassName_impl()</a>.</p>
</div>
</div>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Sun Jan 22 2012 16:07:42 for Crazy Eddies GUI System by 
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
</body>
</html>
|