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 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365
|
<!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::TabButton 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_1TabButton.html">TabButton</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> |
<a href="#pro-attribs">Protected Attributes</a> </div>
<div class="headertitle">
<div class="title">CEGUI::TabButton Class Reference</div> </div>
</div>
<div class="contents">
<!-- doxytag: class="CEGUI::TabButton" --><!-- doxytag: inherits="CEGUI::ButtonBase" -->
<p>Base class for TabButtons. A <a class="el" href="classCEGUI_1_1TabButton.html" title="Base class for TabButtons. A TabButton based class is used internally as the button that appears at t...">TabButton</a> based class is used internally as the button that appears at the top of a <a class="el" href="classCEGUI_1_1TabControl.html" title="Base class for standard Tab Control widget.">TabControl</a> widget to select the active tab pane.
<a href="classCEGUI_1_1TabButton.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::TabButton:</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_1TabButton__inherit__graph.gif" border="0" usemap="#CEGUI_1_1TabButton_inherit__map" alt="Inheritance graph"/></div>
<map name="CEGUI_1_1TabButton_inherit__map" id="CEGUI_1_1TabButton_inherit__map">
<area shape="rect" id="node2" href="classCEGUI_1_1ButtonBase.html" title="Base class for all the 'button' type widgets (push button, radio button, check-box, etc)" alt="" coords="5,83,147,112"/><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="16,5,136,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::TabButton:</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_1TabButton__coll__graph.gif" border="0" usemap="#CEGUI_1_1TabButton_coll__map" alt="Collaboration graph"/></div>
<map name="CEGUI_1_1TabButton_coll__map" id="CEGUI_1_1TabButton_coll__map">
<area shape="rect" id="node2" href="classCEGUI_1_1ButtonBase.html" title="Base class for all the 'button' type widgets (push button, radio button, check-box, etc)" alt="" coords="261,461,403,491"/><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="83,285,203,315"/><area shape="rect" id="node6" href="classCEGUI_1_1String.html" title="String class used within the GUI system." alt="" coords="5,5,112,35"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="classCEGUI_1_1TabButton-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"><a class="anchor" id="ae848642b112c52111c377c9e59e5e0c2"></a><!-- doxytag: member="CEGUI::TabButton::TabButton" ref="ae848642b112c52111c377c9e59e5e0c2" args="(const String &type, const String &name)" -->
 </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1TabButton.html#ae848642b112c52111c377c9e59e5e0c2">TabButton</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 base <a class="el" href="classCEGUI_1_1TabButton.html" title="Base class for TabButtons. A TabButton based class is used internally as the button that appears at t...">TabButton</a> class. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aaa73703b8f72e648f88e7b42594315e7"></a><!-- doxytag: member="CEGUI::TabButton::~TabButton" ref="aaa73703b8f72e648f88e7b42594315e7" args="(void)" -->
virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1TabButton.html#aaa73703b8f72e648f88e7b42594315e7">~TabButton</a> (void)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Destructor for <a class="el" href="classCEGUI_1_1TabButton.html" title="Base class for TabButtons. A TabButton based class is used internally as the button that appears at t...">TabButton</a> class. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a691e975dfbb27b4ee2ebda2cbc93d797"></a><!-- doxytag: member="CEGUI::TabButton::setSelected" ref="a691e975dfbb27b4ee2ebda2cbc93d797" args="(bool selected)" -->
virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1TabButton.html#a691e975dfbb27b4ee2ebda2cbc93d797">setSelected</a> (bool selected)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Set whether this tab button is selected or not. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a83274228b4ae49f9b67c2965080bf512"></a><!-- doxytag: member="CEGUI::TabButton::isSelected" ref="a83274228b4ae49f9b67c2965080bf512" args="(void) const " -->
bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1TabButton.html#a83274228b4ae49f9b67c2965080bf512">isSelected</a> (void) const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return whether this tab button is selected or not. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5e28035c2d84ad02a101ed0931fe3e57"></a><!-- doxytag: member="CEGUI::TabButton::setTargetWindow" ref="a5e28035c2d84ad02a101ed0931fe3e57" args="(Window *wnd)" -->
void </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1TabButton.html#a5e28035c2d84ad02a101ed0931fe3e57">setTargetWindow</a> (<a class="el" href="classCEGUI_1_1Window.html">Window</a> *wnd)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Set the target window which is the content pane which this button is covering. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abb8df63da75331821d53fdf2e1e0e57b"></a><!-- doxytag: member="CEGUI::TabButton::getTargetWindow" ref="abb8df63da75331821d53fdf2e1e0e57b" args="(void)" -->
<a class="el" href="classCEGUI_1_1Window.html">Window</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1TabButton.html#abb8df63da75331821d53fdf2e1e0e57b">getTargetWindow</a> (void)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Get the target window which is the content pane which this button is covering. <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="a7f84dcb4f08ba8f1c3b682aeb855a0b2"></a><!-- doxytag: member="CEGUI::TabButton::EventNamespace" ref="a7f84dcb4f08ba8f1c3b682aeb855a0b2" 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_1TabButton.html#a7f84dcb4f08ba8f1c3b682aeb855a0b2">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="af17bebe58ee8c4e27f0e6ddb62ef10b5"></a><!-- doxytag: member="CEGUI::TabButton::WidgetTypeName" ref="af17bebe58ee8c4e27f0e6ddb62ef10b5" 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_1TabButton.html#af17bebe58ee8c4e27f0e6ddb62ef10b5">WidgetTypeName</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight"><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> factory name. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static const <a class="el" href="classCEGUI_1_1String.html">String</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1TabButton.html#a780e611fc5979c7fed69aa8e1df29ffb">EventClicked</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static const <a class="el" href="classCEGUI_1_1String.html">String</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1TabButton.html#a23777161e8ce8656bdcb2d061795e808">EventDragged</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static const <a class="el" href="classCEGUI_1_1String.html">String</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1TabButton.html#a20a25d4bc4864b1f1c1b5bb4528c9ed9">EventScrolled</a></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"><a class="anchor" id="ac3b7d68bb0c61c5783284fbd540f0020"></a><!-- doxytag: member="CEGUI::TabButton::onClicked" ref="ac3b7d68bb0c61c5783284fbd540f0020" args="(WindowEventArgs &e)" -->
virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1TabButton.html#ac3b7d68bb0c61c5783284fbd540f0020">onClicked</a> (<a class="el" href="classCEGUI_1_1WindowEventArgs.html">WindowEventArgs</a> &e)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">handler invoked internally when the button is clicked. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1TabButton.html#ab8f3df4867fc535b54ff53cb20e2d41f">onMouseButtonUp</a> (<a class="el" href="classCEGUI_1_1MouseEventArgs.html">MouseEventArgs</a> &e)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Handler called when a mouse button has been released within this window's area. <a href="#ab8f3df4867fc535b54ff53cb20e2d41f"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1TabButton.html#ada59c8ec5436f7fd4009563da9ebd5b6">onMouseButtonDown</a> (<a class="el" href="classCEGUI_1_1MouseEventArgs.html">MouseEventArgs</a> &e)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Handler called when a mouse button has been depressed within this window's area. <a href="#ada59c8ec5436f7fd4009563da9ebd5b6"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1TabButton.html#a95ea3444f9d1c085a41bb2bcfb0e6f28">onMouseWheel</a> (<a class="el" href="classCEGUI_1_1MouseEventArgs.html">MouseEventArgs</a> &e)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Handler called when the mouse wheel (z-axis) position changes within this window's area. <a href="#a95ea3444f9d1c085a41bb2bcfb0e6f28"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1TabButton.html#a9bc86c737536b6d37a67b2172fc79e80">onMouseMove</a> (<a class="el" href="classCEGUI_1_1MouseEventArgs.html">MouseEventArgs</a> &e)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Handler called when the mouse cursor has been moved within this window's area. <a href="#a9bc86c737536b6d37a67b2172fc79e80"></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_1TabButton.html#a316ab1887df3ef9c5ffdb51523361e8a">testClassName_impl</a> (const <a class="el" href="classCEGUI_1_1String.html">String</a> &class_name) const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return whether this window was inherited from the given class name at some point in the inheritance hierarchy. <a href="#a316ab1887df3ef9c5ffdb51523361e8a"></a><br/></td></tr>
<tr><td colspan="2"><h2><a name="pro-attribs"></a>
Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac07aa4420fac4064d541f500d2035803"></a><!-- doxytag: member="CEGUI::TabButton::d_selected" ref="ac07aa4420fac4064d541f500d2035803" args="" -->
bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1TabButton.html#ac07aa4420fac4064d541f500d2035803">d_selected</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Is this button selected? <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab5d2d917fd743187730dc5ea8b8f9c13"></a><!-- doxytag: member="CEGUI::TabButton::d_dragging" ref="ab5d2d917fd743187730dc5ea8b8f9c13" args="" -->
bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1TabButton.html#ab5d2d917fd743187730dc5ea8b8f9c13">d_dragging</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">In drag mode or not. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a88605b7d8d928b9f1e0a892e5af477cc"></a><!-- doxytag: member="CEGUI::TabButton::d_targetWindow" ref="a88605b7d8d928b9f1e0a892e5af477cc" args="" -->
<a class="el" href="classCEGUI_1_1Window.html">Window</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1TabButton.html#a88605b7d8d928b9f1e0a892e5af477cc">d_targetWindow</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The target window which this button is representing. <br/></td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Base class for TabButtons. A <a class="el" href="classCEGUI_1_1TabButton.html" title="Base class for TabButtons. A TabButton based class is used internally as the button that appears at t...">TabButton</a> based class is used internally as the button that appears at the top of a <a class="el" href="classCEGUI_1_1TabControl.html" title="Base class for standard Tab Control widget.">TabControl</a> widget to select the active tab pane. </p>
</div><hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="ada59c8ec5436f7fd4009563da9ebd5b6"></a><!-- doxytag: member="CEGUI::TabButton::onMouseButtonDown" ref="ada59c8ec5436f7fd4009563da9ebd5b6" args="(MouseEventArgs &e)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void CEGUI::TabButton::onMouseButtonDown </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classCEGUI_1_1MouseEventArgs.html">MouseEventArgs</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 a mouse button has been depressed within this window's area. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">e</td><td><a class="el" href="classCEGUI_1_1MouseEventArgs.html" title="EventArgs based class that is used for objects passed to input event handlers concerning mouse input...">MouseEventArgs</a> object. All fields are valid. </td></tr>
</table>
</dd>
</dl>
<p>Reimplemented from <a class="el" href="classCEGUI_1_1ButtonBase.html#aa6b845dc5bada89186329b5d35461f80">CEGUI::ButtonBase</a>.</p>
</div>
</div>
<a class="anchor" id="ab8f3df4867fc535b54ff53cb20e2d41f"></a><!-- doxytag: member="CEGUI::TabButton::onMouseButtonUp" ref="ab8f3df4867fc535b54ff53cb20e2d41f" args="(MouseEventArgs &e)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void CEGUI::TabButton::onMouseButtonUp </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classCEGUI_1_1MouseEventArgs.html">MouseEventArgs</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 a mouse button has been released within this window's area. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">e</td><td><a class="el" href="classCEGUI_1_1MouseEventArgs.html" title="EventArgs based class that is used for objects passed to input event handlers concerning mouse input...">MouseEventArgs</a> object. All fields are valid. </td></tr>
</table>
</dd>
</dl>
<p>Reimplemented from <a class="el" href="classCEGUI_1_1ButtonBase.html#ad28199915fe08115944fe740610231b0">CEGUI::ButtonBase</a>.</p>
</div>
</div>
<a class="anchor" id="a9bc86c737536b6d37a67b2172fc79e80"></a><!-- doxytag: member="CEGUI::TabButton::onMouseMove" ref="a9bc86c737536b6d37a67b2172fc79e80" args="(MouseEventArgs &e)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void CEGUI::TabButton::onMouseMove </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classCEGUI_1_1MouseEventArgs.html">MouseEventArgs</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 the mouse cursor has been moved within this window's area. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">e</td><td><a class="el" href="classCEGUI_1_1MouseEventArgs.html" title="EventArgs based class that is used for objects passed to input event handlers concerning mouse input...">MouseEventArgs</a> object. All fields are valid. </td></tr>
</table>
</dd>
</dl>
<p>Reimplemented from <a class="el" href="classCEGUI_1_1ButtonBase.html#a9af0026285582273b7a8d11bd6fcbe66">CEGUI::ButtonBase</a>.</p>
</div>
</div>
<a class="anchor" id="a95ea3444f9d1c085a41bb2bcfb0e6f28"></a><!-- doxytag: member="CEGUI::TabButton::onMouseWheel" ref="a95ea3444f9d1c085a41bb2bcfb0e6f28" args="(MouseEventArgs &e)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void CEGUI::TabButton::onMouseWheel </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classCEGUI_1_1MouseEventArgs.html">MouseEventArgs</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 the mouse wheel (z-axis) position changes within this window's area. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">e</td><td><a class="el" href="classCEGUI_1_1MouseEventArgs.html" title="EventArgs based class that is used for objects passed to input event handlers concerning mouse input...">MouseEventArgs</a> object. All fields are valid. </td></tr>
</table>
</dd>
</dl>
<p>Reimplemented from <a class="el" href="classCEGUI_1_1Window.html#a56aa0b4041705f88b3191c2d5adac79b">CEGUI::Window</a>.</p>
</div>
</div>
<a class="anchor" id="a316ab1887df3ef9c5ffdb51523361e8a"></a><!-- doxytag: member="CEGUI::TabButton::testClassName_impl" ref="a316ab1887df3ef9c5ffdb51523361e8a" args="(const String &class_name) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual bool CEGUI::TabButton::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_1ButtonBase.html#a9495497dbb5e8416a088b4e907f841de">CEGUI::ButtonBase</a>.</p>
<p>References <a class="el" href="classCEGUI_1_1ButtonBase.html#a9495497dbb5e8416a088b4e907f841de">CEGUI::ButtonBase::testClassName_impl()</a>.</p>
</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a780e611fc5979c7fed69aa8e1df29ffb"></a><!-- doxytag: member="CEGUI::TabButton::EventClicked" ref="a780e611fc5979c7fed69aa8e1df29ffb" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="classCEGUI_1_1String.html">String</a> <a class="el" href="classCEGUI_1_1TabButton.html#a780e611fc5979c7fed69aa8e1df29ffb">CEGUI::TabButton::EventClicked</a><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p><a class="el" href="classCEGUI_1_1Event.html" title="Defines an 'event' which can be subscribed to by interested parties.">Event</a> fired when the button is clicked. Handlers are passed a const <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> reference with <a class="el" href="classCEGUI_1_1WindowEventArgs.html#a5817b522882b9648d445a20b8c354966" title="pointer to a Window object of relevance to the event.">WindowEventArgs::window</a> set to the <a class="el" href="classCEGUI_1_1TabButton.html" title="Base class for TabButtons. A TabButton based class is used internally as the button that appears at t...">TabButton</a> that was clicked. </p>
</div>
</div>
<a class="anchor" id="a23777161e8ce8656bdcb2d061795e808"></a><!-- doxytag: member="CEGUI::TabButton::EventDragged" ref="a23777161e8ce8656bdcb2d061795e808" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="classCEGUI_1_1String.html">String</a> <a class="el" href="classCEGUI_1_1TabButton.html#a23777161e8ce8656bdcb2d061795e808">CEGUI::TabButton::EventDragged</a><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p><a class="el" href="classCEGUI_1_1Event.html" title="Defines an 'event' which can be subscribed to by interested parties.">Event</a> fired when use user attempts to drag the button with middle mouse button. Handlers are passed a const <a class="el" href="classCEGUI_1_1MouseEventArgs.html" title="EventArgs based class that is used for objects passed to input event handlers concerning mouse input...">MouseEventArgs</a> reference with all fields valid. </p>
</div>
</div>
<a class="anchor" id="a20a25d4bc4864b1f1c1b5bb4528c9ed9"></a><!-- doxytag: member="CEGUI::TabButton::EventScrolled" ref="a20a25d4bc4864b1f1c1b5bb4528c9ed9" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="classCEGUI_1_1String.html">String</a> <a class="el" href="classCEGUI_1_1TabButton.html#a20a25d4bc4864b1f1c1b5bb4528c9ed9">CEGUI::TabButton::EventScrolled</a><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p><a class="el" href="classCEGUI_1_1Event.html" title="Defines an 'event' which can be subscribed to by interested parties.">Event</a> fired when the scroll wheel is used on top of the button. Handlers are passed a const <a class="el" href="classCEGUI_1_1MouseEventArgs.html" title="EventArgs based class that is used for objects passed to input event handlers concerning mouse input...">MouseEventArgs</a> reference with all fields valid. </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>
|