129 lines
		
	
	
	
		
			5.8 KiB
		
	
	
	
		
			HTML
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			129 lines
		
	
	
	
		
			5.8 KiB
		
	
	
	
		
			HTML
		
	
	
		
			Executable file
		
	
	
	
	
| <!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::GVertSlider 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>   <a class="qindex" href="namespaces.html">Namespace List</a>   <a class="qindex" href="hierarchy.html">Class Hierarchy</a>   <a class="qindex" href="annotated.html">Compound List</a>   <a class="qindex" href="files.html">File List</a>   <a class="qindex" href="namespacemembers.html">Namespace Members</a>   <a class="qindex" href="functions.html">Compound Members</a>   </center>
 | |
| <hr><h1>Gewi::GVertSlider Class Reference</h1><code>#include <<a class="el" href="GewiSlider_8h-source.html">GewiSlider.h</a>></code>
 | |
| <p>
 | |
| Inherits <a class="el" href="classGewi_1_1GSlider.html">Gewi::GSlider</a>.
 | |
| <p>
 | |
| <a href="classGewi_1_1GVertSlider-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 </td><td valign=bottom><a class="el" href="classGewi_1_1GVertSlider.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> </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 </td><td valign=bottom><a class="el" href="classGewi_1_1GVertSlider.html#a1">Show</a> ()</td></tr>
 | |
| <tr><td> </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::GVertSlider::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::GVertSlider::Message </td>
 | |
|           <td class="md" valign="top">( </td>
 | |
|           <td class="md" nowrap valign="top">SDL_Event * </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> </td>
 | |
|           <td class="mdname" nowrap> <em>event</em>, </td>
 | |
|         </tr>
 | |
|         <tr>
 | |
|           <td></td>
 | |
|           <td></td>
 | |
|           <td class="md" nowrap>Uint16 </td>
 | |
|           <td class="mdname" nowrap> <em>mouseX</em>, </td>
 | |
|         </tr>
 | |
|         <tr>
 | |
|           <td></td>
 | |
|           <td></td>
 | |
|           <td class="md" nowrap>Uint16 </td>
 | |
|           <td class="mdname" nowrap> <em>mouseY</em>, </td>
 | |
|         </tr>
 | |
|         <tr>
 | |
|           <td></td>
 | |
|           <td></td>
 | |
|           <td class="md" nowrap>char </td>
 | |
|           <td class="mdname" nowrap> <em>ch</em></td>
 | |
|         </tr>
 | |
|         <tr>
 | |
|           <td></td>
 | |
|           <td class="md">) </td>
 | |
|           <td class="md" colspan="2"><code> [virtual]</code></td>
 | |
|         </tr>
 | |
| 
 | |
|       </table>
 | |
|     </td>
 | |
|   </tr>
 | |
| </table>
 | |
| <table cellspacing=5 cellpadding=0 border=0>
 | |
|   <tr>
 | |
|     <td>
 | |
|        
 | |
|     </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> </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> </td><td>GewiEvent enum, description of event recieved. </td></tr>
 | |
|     <tr><td valign=top><em>mouseX</em> </td><td>Mouse x position in event, if not mouse event may be incorrect. </td></tr>
 | |
|     <tr><td valign=top><em>mouseY</em> </td><td>Mouse y position in event, if not mouse event may be incorrect. </td></tr>
 | |
|     <tr><td valign=top><em>ch</em> </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::GVertSlider::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::GVertSlider::Show </td>
 | |
|           <td class="md" valign="top">( </td>
 | |
|           <td class="mdname1" valign="top" nowrap>          </td>
 | |
|           <td class="md" valign="top"> ) </td>
 | |
|           <td class="md" nowrap><code> [virtual]</code></td>
 | |
|         </tr>
 | |
| 
 | |
|       </table>
 | |
|     </td>
 | |
|   </tr>
 | |
| </table>
 | |
| <table cellspacing=5 cellpadding=0 border=0>
 | |
|   <tr>
 | |
|     <td>
 | |
|        
 | |
|     </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>
 | 
