zengine-gewi/doc/html/classGewi_1_1GHorizSlider.html

130 lines
5.9 KiB
HTML
Raw Normal View History

2003-06-16 07:27:48 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Gewi::GHorizSlider class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; </center>
<hr><h1>Gewi::GHorizSlider Class Reference</h1><code>#include &lt;<a class="el" href="GewiSlider_8h-source.html">GewiSlider.h</a>&gt;</code>
<p>
Inherits <a class="el" href="classGewi_1_1GSlider.html">Gewi::GSlider</a>.
<p>
<a href="classGewi_1_1GHorizSlider-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
Derived from <a class="el" href="classGewi_1_1GSlider.html">GSlider</a>, overloads message and show to complete the class.
<p>
<table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
<tr><td nowrap align=right valign=top>virtual void&nbsp;</td><td valign=bottom><a class="el" href="classGewi_1_1GHorizSlider.html#a0">Message</a> (SDL_Event *rawEvent, <a class="el" href="namespaceGewi.html#a18">GewiEvent</a> event, Uint16 mouseX, Uint16 mouseY, char ch)</td></tr>
<tr><td>&nbsp;</td><td><em class="mdesc">Overload of Message, used to recieve messages.</em> <a href="#a0"></a><em></em><br><br></td></tr>
<tr><td nowrap align=right valign=top>virtual void&nbsp;</td><td valign=bottom><a class="el" href="classGewi_1_1GHorizSlider.html#a1">Show</a> ()</td></tr>
<tr><td>&nbsp;</td><td><em class="mdesc">Draws this slider to the screen.</em> <a href="#a1"></a><em></em><br><br></td></tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="a0" doxytag="Gewi::GHorizSlider::Message"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void Gewi::GHorizSlider::Message </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">SDL_Event *&nbsp;</td>
<td class="mdname" nowrap> <em>rawEvent</em>, </td>
</tr>
<tr>
<td></td>
<td></td>
<td class="md" nowrap><a class="el" href="namespaceGewi.html#a18">GewiEvent</a>&nbsp;</td>
<td class="mdname" nowrap> <em>event</em>, </td>
</tr>
<tr>
<td></td>
<td></td>
<td class="md" nowrap>Uint16&nbsp;</td>
<td class="mdname" nowrap> <em>mouseX</em>, </td>
</tr>
<tr>
<td></td>
<td></td>
<td class="md" nowrap>Uint16&nbsp;</td>
<td class="mdname" nowrap> <em>mouseY</em>, </td>
</tr>
<tr>
<td></td>
<td></td>
<td class="md" nowrap>char&nbsp;</td>
<td class="mdname" nowrap> <em>ch</em></td>
</tr>
<tr>
<td></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"><code> [virtual]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Recieves and processes a message, required overload for all widgets. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign=top><em>rawEvent</em>&nbsp;</td><td>SDL_Event of original message, may be needed if more information is available on event. (May be NULL). </td></tr>
<tr><td valign=top><em>event</em>&nbsp;</td><td>GewiEvent enum, description of event recieved. </td></tr>
<tr><td valign=top><em>mouseX</em>&nbsp;</td><td>Mouse x position in event, if not mouse event may be incorrect. </td></tr>
<tr><td valign=top><em>mouseY</em>&nbsp;</td><td>Mouse y position in event, if not mouse event may be incorrect. </td></tr>
<tr><td valign=top><em>ch</em>&nbsp;</td><td>Character pressed in event, may be 0 if not a keypress event. </td></tr>
</table>
</dl>
<p>
Implements <a class="el" href="classGewi_1_1GWidget.html#a6">Gewi::GWidget</a>. </td>
</tr>
</table>
<a name="a1" doxytag="Gewi::GHorizSlider::Show"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void Gewi::GHorizSlider::Show </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap><code> [virtual]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Draws widget to the screen, required overload for all widgets.
<p>
Implements <a class="el" href="classGewi_1_1GWidget.html#a7">Gewi::GWidget</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following files:<ul>
<li>/include/<a class="el" href="GewiSlider_8h-source.html">GewiSlider.h</a><li>/src/<a class="el" href="GewiSlider_8cpp.html">GewiSlider.cpp</a></ul>
<hr><address style="align: right;"><small>Generated on Mon Jun 16 03:27:18 2003 for Gewi by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3 </small></address>
</body>
</html>