source: OGRE/trunk/ogrenew/Docs/api/html/classOgre_1_1MouseListener.html @ 657

Revision 657, 15.0 KB checked in by mattausch, 18 years ago (diff)

added ogre dependencies and patched ogre sources

Line 
1<html>
2<head>
3<title>Ogre::MouseListener class Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4<link type="text/css" rel="stylesheet" href="style.css">
5</head>
6
7<body>
8<!-- Generated by Doxygen 1.3.6 -->
9<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
10<h1>Ogre::MouseListener Class Reference</h1>Specialised <a class="el" href="classOgre_1_1EventListener.html">EventListener</a> for discrete mouse events. 
11<a href="#_details">More...</a>
12<p>
13<code>#include &lt;<a class="el" href="OgreEventListeners_8h-source.html">OgreEventListeners.h</a>&gt;</code>
14<p>
15<p>Inheritance diagram for Ogre::MouseListener:
16<p><center><img src="classOgre_1_1MouseListener.png" usemap="#Ogre::MouseListener_map" border="0" alt=""></center>
17<map name="Ogre::MouseListener_map">
18<area href="classOgre_1_1EventListener.html" alt="Ogre::EventListener" shape="rect" coords="0,0,130,24">
19</map>
20<a href="classOgre_1_1MouseListener-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
21<tr><td></td></tr>
22<tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
23<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MouseListener.html#Ogre_1_1MouseListenera0">mouseClicked</a> (<a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a> *e)=0</td></tr>
24
25<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Invoked when the mouse has been clicked on a component.  <a href="#Ogre_1_1MouseListenera0"></a><br><br></td></tr>
26<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MouseListener.html#Ogre_1_1MouseListenera1">mouseEntered</a> (<a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a> *e)=0</td></tr>
27
28<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Invoked when the mouse enters a component.  <a href="#Ogre_1_1MouseListenera1"></a><br><br></td></tr>
29<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MouseListener.html#Ogre_1_1MouseListenera2">mouseExited</a> (<a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a> *e)=0</td></tr>
30
31<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Invoked when the mouse exits a component.  <a href="#Ogre_1_1MouseListenera2"></a><br><br></td></tr>
32<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MouseListener.html#Ogre_1_1MouseListenera3">mousePressed</a> (<a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a> *e)=0</td></tr>
33
34<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Invoked when a mouse button has been pressed on a component.  <a href="#Ogre_1_1MouseListenera3"></a><br><br></td></tr>
35<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MouseListener.html#Ogre_1_1MouseListenera4">mouseReleased</a> (<a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a> *e)=0</td></tr>
36
37<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Invoked when a mouse button has been released on a component.  <a href="#Ogre_1_1MouseListenera4"></a><br><br></td></tr>
38<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MouseListener.html#Ogre_1_1MouseListenera5">mouseDragEntered</a> (<a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a> *e)</td></tr>
39
40<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MouseListener.html#Ogre_1_1MouseListenera6">mouseDragExited</a> (<a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a> *e)</td></tr>
41
42<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MouseListener.html#Ogre_1_1MouseListenera7">mouseDragDropped</a> (<a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a> *e)</td></tr>
43
44</table>
45<hr><a name="_details"></a><h2>Detailed Description</h2>
46Specialised <a class="el" href="classOgre_1_1EventListener.html">EventListener</a> for discrete mouse events.
47<p>
48<dl compact><dt><b>Remarks:</b></dt><dd>This excludes mouse motion (this is not a discrete event), see <a class="el" href="classOgre_1_1MouseMotionListener.html">MouseMotionListener</a> for that.</dd></dl>
49
50<p>
51
52<p>
53Definition at line <a class="el" href="OgreEventListeners_8h-source.html#l00064">64</a> of file <a class="el" href="OgreEventListeners_8h-source.html">OgreEventListeners.h</a>.<hr><h2>Member Function Documentation</h2>
54<a class="anchor" name="Ogre_1_1MouseListenera0" doxytag="Ogre::MouseListener::mouseClicked" ></a><p>
55<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
56  <tr>
57    <td class="mdRow">
58      <table cellpadding="0" cellspacing="0" border="0">
59        <tr>
60          <td class="md" nowrap valign="top"> virtual void Ogre::MouseListener::mouseClicked </td>
61          <td class="md" valign="top">(&nbsp;</td>
62          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a> *&nbsp;</td>
63          <td class="mdname1" valign="top" nowrap> <em>e</em>          </td>
64          <td class="md" valign="top">&nbsp;)&nbsp;</td>
65          <td class="md" nowrap><code> [pure virtual]</code></td>
66        </tr>
67
68      </table>
69    </td>
70  </tr>
71</table>
72<table cellspacing=5 cellpadding=0 border=0>
73  <tr>
74    <td>
75      &nbsp;
76    </td>
77    <td>
78
79<p>
80Invoked when the mouse has been clicked on a component.
81<p>
82    </td>
83  </tr>
84</table>
85<a class="anchor" name="Ogre_1_1MouseListenera7" doxytag="Ogre::MouseListener::mouseDragDropped" ></a><p>
86<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
87  <tr>
88    <td class="mdRow">
89      <table cellpadding="0" cellspacing="0" border="0">
90        <tr>
91          <td class="md" nowrap valign="top"> virtual void Ogre::MouseListener::mouseDragDropped </td>
92          <td class="md" valign="top">(&nbsp;</td>
93          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a> *&nbsp;</td>
94          <td class="mdname1" valign="top" nowrap> <em>e</em>          </td>
95          <td class="md" valign="top">&nbsp;)&nbsp;</td>
96          <td class="md" nowrap><code> [virtual]</code></td>
97        </tr>
98
99      </table>
100    </td>
101  </tr>
102</table>
103<table cellspacing=5 cellpadding=0 border=0>
104  <tr>
105    <td>
106      &nbsp;
107    </td>
108    <td>
109
110<p>
111
112<p>
113Definition at line <a class="el" href="OgreEventListeners_8h-source.html#l00091">91</a> of file <a class="el" href="OgreEventListeners_8h-source.html">OgreEventListeners.h</a>.    </td>
114  </tr>
115</table>
116<a class="anchor" name="Ogre_1_1MouseListenera5" doxytag="Ogre::MouseListener::mouseDragEntered" ></a><p>
117<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
118  <tr>
119    <td class="mdRow">
120      <table cellpadding="0" cellspacing="0" border="0">
121        <tr>
122          <td class="md" nowrap valign="top"> virtual void Ogre::MouseListener::mouseDragEntered </td>
123          <td class="md" valign="top">(&nbsp;</td>
124          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a> *&nbsp;</td>
125          <td class="mdname1" valign="top" nowrap> <em>e</em>          </td>
126          <td class="md" valign="top">&nbsp;)&nbsp;</td>
127          <td class="md" nowrap><code> [virtual]</code></td>
128        </tr>
129
130      </table>
131    </td>
132  </tr>
133</table>
134<table cellspacing=5 cellpadding=0 border=0>
135  <tr>
136    <td>
137      &nbsp;
138    </td>
139    <td>
140
141<p>
142
143<p>
144Definition at line <a class="el" href="OgreEventListeners_8h-source.html#l00089">89</a> of file <a class="el" href="OgreEventListeners_8h-source.html">OgreEventListeners.h</a>.    </td>
145  </tr>
146</table>
147<a class="anchor" name="Ogre_1_1MouseListenera6" doxytag="Ogre::MouseListener::mouseDragExited" ></a><p>
148<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
149  <tr>
150    <td class="mdRow">
151      <table cellpadding="0" cellspacing="0" border="0">
152        <tr>
153          <td class="md" nowrap valign="top"> virtual void Ogre::MouseListener::mouseDragExited </td>
154          <td class="md" valign="top">(&nbsp;</td>
155          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a> *&nbsp;</td>
156          <td class="mdname1" valign="top" nowrap> <em>e</em>          </td>
157          <td class="md" valign="top">&nbsp;)&nbsp;</td>
158          <td class="md" nowrap><code> [virtual]</code></td>
159        </tr>
160
161      </table>
162    </td>
163  </tr>
164</table>
165<table cellspacing=5 cellpadding=0 border=0>
166  <tr>
167    <td>
168      &nbsp;
169    </td>
170    <td>
171
172<p>
173
174<p>
175Definition at line <a class="el" href="OgreEventListeners_8h-source.html#l00090">90</a> of file <a class="el" href="OgreEventListeners_8h-source.html">OgreEventListeners.h</a>.    </td>
176  </tr>
177</table>
178<a class="anchor" name="Ogre_1_1MouseListenera1" doxytag="Ogre::MouseListener::mouseEntered" ></a><p>
179<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
180  <tr>
181    <td class="mdRow">
182      <table cellpadding="0" cellspacing="0" border="0">
183        <tr>
184          <td class="md" nowrap valign="top"> virtual void Ogre::MouseListener::mouseEntered </td>
185          <td class="md" valign="top">(&nbsp;</td>
186          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a> *&nbsp;</td>
187          <td class="mdname1" valign="top" nowrap> <em>e</em>          </td>
188          <td class="md" valign="top">&nbsp;)&nbsp;</td>
189          <td class="md" nowrap><code> [pure virtual]</code></td>
190        </tr>
191
192      </table>
193    </td>
194  </tr>
195</table>
196<table cellspacing=5 cellpadding=0 border=0>
197  <tr>
198    <td>
199      &nbsp;
200    </td>
201    <td>
202
203<p>
204Invoked when the mouse enters a component.
205<p>
206    </td>
207  </tr>
208</table>
209<a class="anchor" name="Ogre_1_1MouseListenera2" doxytag="Ogre::MouseListener::mouseExited" ></a><p>
210<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
211  <tr>
212    <td class="mdRow">
213      <table cellpadding="0" cellspacing="0" border="0">
214        <tr>
215          <td class="md" nowrap valign="top"> virtual void Ogre::MouseListener::mouseExited </td>
216          <td class="md" valign="top">(&nbsp;</td>
217          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a> *&nbsp;</td>
218          <td class="mdname1" valign="top" nowrap> <em>e</em>          </td>
219          <td class="md" valign="top">&nbsp;)&nbsp;</td>
220          <td class="md" nowrap><code> [pure virtual]</code></td>
221        </tr>
222
223      </table>
224    </td>
225  </tr>
226</table>
227<table cellspacing=5 cellpadding=0 border=0>
228  <tr>
229    <td>
230      &nbsp;
231    </td>
232    <td>
233
234<p>
235Invoked when the mouse exits a component.
236<p>
237    </td>
238  </tr>
239</table>
240<a class="anchor" name="Ogre_1_1MouseListenera3" doxytag="Ogre::MouseListener::mousePressed" ></a><p>
241<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
242  <tr>
243    <td class="mdRow">
244      <table cellpadding="0" cellspacing="0" border="0">
245        <tr>
246          <td class="md" nowrap valign="top"> virtual void Ogre::MouseListener::mousePressed </td>
247          <td class="md" valign="top">(&nbsp;</td>
248          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a> *&nbsp;</td>
249          <td class="mdname1" valign="top" nowrap> <em>e</em>          </td>
250          <td class="md" valign="top">&nbsp;)&nbsp;</td>
251          <td class="md" nowrap><code> [pure virtual]</code></td>
252        </tr>
253
254      </table>
255    </td>
256  </tr>
257</table>
258<table cellspacing=5 cellpadding=0 border=0>
259  <tr>
260    <td>
261      &nbsp;
262    </td>
263    <td>
264
265<p>
266Invoked when a mouse button has been pressed on a component.
267<p>
268    </td>
269  </tr>
270</table>
271<a class="anchor" name="Ogre_1_1MouseListenera4" doxytag="Ogre::MouseListener::mouseReleased" ></a><p>
272<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
273  <tr>
274    <td class="mdRow">
275      <table cellpadding="0" cellspacing="0" border="0">
276        <tr>
277          <td class="md" nowrap valign="top"> virtual void Ogre::MouseListener::mouseReleased </td>
278          <td class="md" valign="top">(&nbsp;</td>
279          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a> *&nbsp;</td>
280          <td class="mdname1" valign="top" nowrap> <em>e</em>          </td>
281          <td class="md" valign="top">&nbsp;)&nbsp;</td>
282          <td class="md" nowrap><code> [pure virtual]</code></td>
283        </tr>
284
285      </table>
286    </td>
287  </tr>
288</table>
289<table cellspacing=5 cellpadding=0 border=0>
290  <tr>
291    <td>
292      &nbsp;
293    </td>
294    <td>
295
296<p>
297Invoked when a mouse button has been released on a component.
298<p>
299    </td>
300  </tr>
301</table>
302<hr>The documentation for this class was generated from the following file:<ul>
303<li><a class="el" href="OgreEventListeners_8h-source.html">OgreEventListeners.h</a></ul>
304<hr>
305<p>
306Copyright &copy; 2000-2005 by The OGRE Team<br />
307<!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/"><img alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights20.png"/></a><br/>
308This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-ShareAlike 2.5 License</a>.<br/>
309                <!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
310                <Work rdf:about="">
311                        <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
312        <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
313                </Work>
314                <License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> -->
315
316Last modified Sun Feb 12 13:00:25 2006
317</p>
318</body>
319</html>
Note: See TracBrowser for help on using the repository browser.