1 | <html> |
---|
2 | <head> |
---|
3 | <title>Ogre::MouseTarget 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 Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Class 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">Class Members</a> | <a class="qindex" href="globals.html">File Members</a> | <a class="qindex" href="pages.html">Related Pages</a></div> |
---|
10 | <h1>Ogre::MouseTarget Class Reference</h1>Handles the adding and removing of MouseListeners. |
---|
11 | <a href="#_details">More...</a> |
---|
12 | <p> |
---|
13 | <code>#include <<a class="el" href="OgreMouseTarget_8h-source.html">OgreMouseTarget.h</a>></code> |
---|
14 | <p> |
---|
15 | <p>Inheritance diagram for Ogre::MouseTarget: |
---|
16 | <p><center><img src="classOgre_1_1MouseTarget.png" usemap="#Ogre::MouseTarget_map" border="0" alt=""></center> |
---|
17 | <map name="Ogre::MouseTarget_map"> |
---|
18 | <area href="classOgre_1_1PositionTarget.html" alt="Ogre::PositionTarget" shape="rect" coords="73,56,210,80"> |
---|
19 | <area href="classOgre_1_1EventTarget.html" alt="Ogre::EventTarget" shape="rect" coords="73,0,210,24"> |
---|
20 | <area href="classOgre_1_1Cursor.html" alt="Ogre::Cursor" shape="rect" coords="0,168,137,192"> |
---|
21 | <area href="classOgre_1_1EventProcessor.html" alt="Ogre::EventProcessor" shape="rect" coords="147,168,284,192"> |
---|
22 | </map> |
---|
23 | <a href="classOgre_1_1MouseTarget-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0> |
---|
24 | <tr><td></td></tr> |
---|
25 | <tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr> |
---|
26 | <tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MouseTarget.html#Ogre_1_1MouseTargeta0">MouseTarget</a> ()</td></tr> |
---|
27 | |
---|
28 | <tr><td class="memItemLeft" nowrap align=right valign=top>virtual </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MouseTarget.html#Ogre_1_1MouseTargeta1">~MouseTarget</a> ()</td></tr> |
---|
29 | |
---|
30 | <tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MouseTarget.html#Ogre_1_1MouseTargeta2">processMouseEvent</a> (<a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a> *e)</td></tr> |
---|
31 | |
---|
32 | <tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MouseTarget.html#Ogre_1_1MouseTargeta3">addMouseListener</a> (<a class="el" href="classOgre_1_1MouseListener.html">MouseListener</a> *l)</td></tr> |
---|
33 | |
---|
34 | <tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MouseTarget.html#Ogre_1_1MouseTargeta4">removeMouseListener</a> (<a class="el" href="classOgre_1_1MouseListener.html">MouseListener</a> *l)</td></tr> |
---|
35 | |
---|
36 | <tr><td class="memItemLeft" nowrap align=right valign=top>bool </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MouseTarget.html#Ogre_1_1MouseTargeta5">isMouseWithin</a> () const </td></tr> |
---|
37 | |
---|
38 | <tr><td class="memItemLeft" nowrap align=right valign=top>virtual <a class="el" href="namespaceOgre.html#a465">Real</a> </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1PositionTarget.html#Ogre_1_1PositionTargeta1">getLeft</a> (void) const=0</td></tr> |
---|
39 | |
---|
40 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Gets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right). <a href="#Ogre_1_1PositionTargeta1"></a><br><br></td></tr> |
---|
41 | <tr><td class="memItemLeft" nowrap align=right valign=top>virtual <a class="el" href="namespaceOgre.html#a465">Real</a> </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1PositionTarget.html#Ogre_1_1PositionTargeta2">getTop</a> (void) const=0</td></tr> |
---|
42 | |
---|
43 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Gets the top of this element in relation to the screen (where 0 = top, 1.0 = bottom). <a href="#Ogre_1_1PositionTargeta2"></a><br><br></td></tr> |
---|
44 | <tr><td class="memItemLeft" nowrap align=right valign=top>virtual <a class="el" href="classOgre_1_1PositionTarget.html">PositionTarget</a> * </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1PositionTarget.html#Ogre_1_1PositionTargeta3">getPositionTargetParent</a> () const=0</td></tr> |
---|
45 | |
---|
46 | <tr><td class="memItemLeft" nowrap align=right valign=top>virtual bool </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1PositionTarget.html#Ogre_1_1PositionTargeta4">isKeyEnabled</a> () const=0</td></tr> |
---|
47 | |
---|
48 | <tr><td class="memItemLeft" nowrap align=right valign=top>virtual void </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1EventTarget.html#Ogre_1_1PositionTargeta5">processEvent</a> (<a class="el" href="classOgre_1_1InputEvent.html">InputEvent</a> *e)=0</td></tr> |
---|
49 | |
---|
50 | <tr><td colspan=2><br><h2>Protected Attributes</h2></td></tr> |
---|
51 | <tr><td class="memItemLeft" nowrap align=right valign=top>std::set< <a class="el" href="classOgre_1_1MouseListener.html">MouseListener</a> * > </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MouseTarget.html#Ogre_1_1MouseTargetp0">mMouseListeners</a></td></tr> |
---|
52 | |
---|
53 | <tr><td class="memItemLeft" nowrap align=right valign=top>bool </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MouseTarget.html#Ogre_1_1MouseTargetp1">mMouseWithin</a></td></tr> |
---|
54 | |
---|
55 | <tr><td colspan=2><br><h2>Private Attributes</h2></td></tr> |
---|
56 | <tr><td class="memItemLeft" nowrap align=right valign=top>std::set< <a class="el" href="classOgre_1_1MouseListener.html">MouseListener</a> * > </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MouseTarget.html#Ogre_1_1MouseTargetr0">mRemovedListeners</a></td></tr> |
---|
57 | |
---|
58 | </table> |
---|
59 | <hr><a name="_details"></a><h2>Detailed Description</h2> |
---|
60 | Handles the adding and removing of MouseListeners. |
---|
61 | <p> |
---|
62 | <dl compact><dt><b>Remarks:</b></dt><dd>Components that process the Mouse Event should subclass this class and call processMouseEvent when that event is identified.</dd></dl> |
---|
63 | |
---|
64 | <p> |
---|
65 | |
---|
66 | <p> |
---|
67 | Definition at line <a class="el" href="OgreMouseTarget_8h-source.html#l00052">52</a> of file <a class="el" href="OgreMouseTarget_8h-source.html">OgreMouseTarget.h</a>.<hr><h2>Constructor & Destructor Documentation</h2> |
---|
68 | <a class="anchor" name="Ogre_1_1MouseTargeta0" doxytag="Ogre::MouseTarget::MouseTarget" ></a><p> |
---|
69 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
70 | <tr> |
---|
71 | <td class="mdRow"> |
---|
72 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
73 | <tr> |
---|
74 | <td class="md" nowrap valign="top"> Ogre::MouseTarget::MouseTarget </td> |
---|
75 | <td class="md" valign="top">( </td> |
---|
76 | <td class="mdname1" valign="top" nowrap> </td> |
---|
77 | <td class="md" valign="top"> ) </td> |
---|
78 | <td class="md" nowrap></td> |
---|
79 | </tr> |
---|
80 | |
---|
81 | </table> |
---|
82 | </td> |
---|
83 | </tr> |
---|
84 | </table> |
---|
85 | <table cellspacing=5 cellpadding=0 border=0> |
---|
86 | <tr> |
---|
87 | <td> |
---|
88 | |
---|
89 | </td> |
---|
90 | <td> |
---|
91 | |
---|
92 | <p> |
---|
93 | </td> |
---|
94 | </tr> |
---|
95 | </table> |
---|
96 | <a class="anchor" name="Ogre_1_1MouseTargeta1" doxytag="Ogre::MouseTarget::~MouseTarget" ></a><p> |
---|
97 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
98 | <tr> |
---|
99 | <td class="mdRow"> |
---|
100 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
101 | <tr> |
---|
102 | <td class="md" nowrap valign="top"> virtual Ogre::MouseTarget::~<a class="el" href="classOgre_1_1MouseTarget.html">MouseTarget</a> </td> |
---|
103 | <td class="md" valign="top">( </td> |
---|
104 | <td class="mdname1" valign="top" nowrap> </td> |
---|
105 | <td class="md" valign="top"> ) </td> |
---|
106 | <td class="md" nowrap><code> [virtual]</code></td> |
---|
107 | </tr> |
---|
108 | |
---|
109 | </table> |
---|
110 | </td> |
---|
111 | </tr> |
---|
112 | </table> |
---|
113 | <table cellspacing=5 cellpadding=0 border=0> |
---|
114 | <tr> |
---|
115 | <td> |
---|
116 | |
---|
117 | </td> |
---|
118 | <td> |
---|
119 | |
---|
120 | <p> |
---|
121 | |
---|
122 | <p> |
---|
123 | Definition at line <a class="el" href="OgreMouseTarget_8h-source.html#l00065">65</a> of file <a class="el" href="OgreMouseTarget_8h-source.html">OgreMouseTarget.h</a>. </td> |
---|
124 | </tr> |
---|
125 | </table> |
---|
126 | <hr><h2>Member Function Documentation</h2> |
---|
127 | <a class="anchor" name="Ogre_1_1MouseTargeta3" doxytag="Ogre::MouseTarget::addMouseListener" ></a><p> |
---|
128 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
129 | <tr> |
---|
130 | <td class="mdRow"> |
---|
131 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
132 | <tr> |
---|
133 | <td class="md" nowrap valign="top"> void Ogre::MouseTarget::addMouseListener </td> |
---|
134 | <td class="md" valign="top">( </td> |
---|
135 | <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1MouseListener.html">MouseListener</a> * </td> |
---|
136 | <td class="mdname1" valign="top" nowrap> <em>l</em> </td> |
---|
137 | <td class="md" valign="top"> ) </td> |
---|
138 | <td class="md" nowrap></td> |
---|
139 | </tr> |
---|
140 | |
---|
141 | </table> |
---|
142 | </td> |
---|
143 | </tr> |
---|
144 | </table> |
---|
145 | <table cellspacing=5 cellpadding=0 border=0> |
---|
146 | <tr> |
---|
147 | <td> |
---|
148 | |
---|
149 | </td> |
---|
150 | <td> |
---|
151 | |
---|
152 | <p> |
---|
153 | </td> |
---|
154 | </tr> |
---|
155 | </table> |
---|
156 | <a class="anchor" name="Ogre_1_1PositionTargeta1" doxytag="Ogre::MouseTarget::getLeft" ></a><p> |
---|
157 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
158 | <tr> |
---|
159 | <td class="mdRow"> |
---|
160 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
161 | <tr> |
---|
162 | <td class="md" nowrap valign="top"> virtual <a class="el" href="namespaceOgre.html#a465">Real</a> Ogre::PositionTarget::getLeft </td> |
---|
163 | <td class="md" valign="top">( </td> |
---|
164 | <td class="md" nowrap valign="top">void </td> |
---|
165 | <td class="mdname1" valign="top" nowrap> </td> |
---|
166 | <td class="md" valign="top"> ) </td> |
---|
167 | <td class="md" nowrap> const<code> [pure virtual, inherited]</code></td> |
---|
168 | </tr> |
---|
169 | |
---|
170 | </table> |
---|
171 | </td> |
---|
172 | </tr> |
---|
173 | </table> |
---|
174 | <table cellspacing=5 cellpadding=0 border=0> |
---|
175 | <tr> |
---|
176 | <td> |
---|
177 | |
---|
178 | </td> |
---|
179 | <td> |
---|
180 | |
---|
181 | <p> |
---|
182 | Gets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right). |
---|
183 | <p> |
---|
184 | |
---|
185 | <p> |
---|
186 | Implemented in <a class="el" href="classOgre_1_1Cursor.html#Ogre_1_1Cursora12">Ogre::Cursor</a>, and <a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessora12">Ogre::EventProcessor</a>. </td> |
---|
187 | </tr> |
---|
188 | </table> |
---|
189 | <a class="anchor" name="Ogre_1_1PositionTargeta3" doxytag="Ogre::MouseTarget::getPositionTargetParent" ></a><p> |
---|
190 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
191 | <tr> |
---|
192 | <td class="mdRow"> |
---|
193 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
194 | <tr> |
---|
195 | <td class="md" nowrap valign="top"> virtual <a class="el" href="classOgre_1_1PositionTarget.html">PositionTarget</a>* Ogre::PositionTarget::getPositionTargetParent </td> |
---|
196 | <td class="md" valign="top">( </td> |
---|
197 | <td class="mdname1" valign="top" nowrap> </td> |
---|
198 | <td class="md" valign="top"> ) </td> |
---|
199 | <td class="md" nowrap> const<code> [pure virtual, inherited]</code></td> |
---|
200 | </tr> |
---|
201 | |
---|
202 | </table> |
---|
203 | </td> |
---|
204 | </tr> |
---|
205 | </table> |
---|
206 | <table cellspacing=5 cellpadding=0 border=0> |
---|
207 | <tr> |
---|
208 | <td> |
---|
209 | |
---|
210 | </td> |
---|
211 | <td> |
---|
212 | |
---|
213 | <p> |
---|
214 | |
---|
215 | <p> |
---|
216 | Implemented in <a class="el" href="classOgre_1_1Cursor.html#Ogre_1_1Cursora14">Ogre::Cursor</a>, and <a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessora13">Ogre::EventProcessor</a>. </td> |
---|
217 | </tr> |
---|
218 | </table> |
---|
219 | <a class="anchor" name="Ogre_1_1PositionTargeta2" doxytag="Ogre::MouseTarget::getTop" ></a><p> |
---|
220 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
221 | <tr> |
---|
222 | <td class="mdRow"> |
---|
223 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
224 | <tr> |
---|
225 | <td class="md" nowrap valign="top"> virtual <a class="el" href="namespaceOgre.html#a465">Real</a> Ogre::PositionTarget::getTop </td> |
---|
226 | <td class="md" valign="top">( </td> |
---|
227 | <td class="md" nowrap valign="top">void </td> |
---|
228 | <td class="mdname1" valign="top" nowrap> </td> |
---|
229 | <td class="md" valign="top"> ) </td> |
---|
230 | <td class="md" nowrap> const<code> [pure virtual, inherited]</code></td> |
---|
231 | </tr> |
---|
232 | |
---|
233 | </table> |
---|
234 | </td> |
---|
235 | </tr> |
---|
236 | </table> |
---|
237 | <table cellspacing=5 cellpadding=0 border=0> |
---|
238 | <tr> |
---|
239 | <td> |
---|
240 | |
---|
241 | </td> |
---|
242 | <td> |
---|
243 | |
---|
244 | <p> |
---|
245 | Gets the top of this element in relation to the screen (where 0 = top, 1.0 = bottom). |
---|
246 | <p> |
---|
247 | |
---|
248 | <p> |
---|
249 | Implemented in <a class="el" href="classOgre_1_1Cursor.html#Ogre_1_1Cursora13">Ogre::Cursor</a>, and <a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessora11">Ogre::EventProcessor</a>. </td> |
---|
250 | </tr> |
---|
251 | </table> |
---|
252 | <a class="anchor" name="Ogre_1_1PositionTargeta4" doxytag="Ogre::MouseTarget::isKeyEnabled" ></a><p> |
---|
253 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
254 | <tr> |
---|
255 | <td class="mdRow"> |
---|
256 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
257 | <tr> |
---|
258 | <td class="md" nowrap valign="top"> virtual bool Ogre::PositionTarget::isKeyEnabled </td> |
---|
259 | <td class="md" valign="top">( </td> |
---|
260 | <td class="mdname1" valign="top" nowrap> </td> |
---|
261 | <td class="md" valign="top"> ) </td> |
---|
262 | <td class="md" nowrap> const<code> [pure virtual, inherited]</code></td> |
---|
263 | </tr> |
---|
264 | |
---|
265 | </table> |
---|
266 | </td> |
---|
267 | </tr> |
---|
268 | </table> |
---|
269 | <table cellspacing=5 cellpadding=0 border=0> |
---|
270 | <tr> |
---|
271 | <td> |
---|
272 | |
---|
273 | </td> |
---|
274 | <td> |
---|
275 | |
---|
276 | <p> |
---|
277 | |
---|
278 | <p> |
---|
279 | Implemented in <a class="el" href="classOgre_1_1Cursor.html#Ogre_1_1Cursora15">Ogre::Cursor</a>, and <a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessora14">Ogre::EventProcessor</a>. </td> |
---|
280 | </tr> |
---|
281 | </table> |
---|
282 | <a class="anchor" name="Ogre_1_1MouseTargeta5" doxytag="Ogre::MouseTarget::isMouseWithin" ></a><p> |
---|
283 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
284 | <tr> |
---|
285 | <td class="mdRow"> |
---|
286 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
287 | <tr> |
---|
288 | <td class="md" nowrap valign="top"> bool Ogre::MouseTarget::isMouseWithin </td> |
---|
289 | <td class="md" valign="top">( </td> |
---|
290 | <td class="mdname1" valign="top" nowrap> </td> |
---|
291 | <td class="md" valign="top"> ) </td> |
---|
292 | <td class="md" nowrap> const</td> |
---|
293 | </tr> |
---|
294 | |
---|
295 | </table> |
---|
296 | </td> |
---|
297 | </tr> |
---|
298 | </table> |
---|
299 | <table cellspacing=5 cellpadding=0 border=0> |
---|
300 | <tr> |
---|
301 | <td> |
---|
302 | |
---|
303 | </td> |
---|
304 | <td> |
---|
305 | |
---|
306 | <p> |
---|
307 | </td> |
---|
308 | </tr> |
---|
309 | </table> |
---|
310 | <a class="anchor" name="Ogre_1_1PositionTargeta5" doxytag="Ogre::MouseTarget::processEvent" ></a><p> |
---|
311 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
312 | <tr> |
---|
313 | <td class="mdRow"> |
---|
314 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
315 | <tr> |
---|
316 | <td class="md" nowrap valign="top"> virtual void Ogre::EventTarget::processEvent </td> |
---|
317 | <td class="md" valign="top">( </td> |
---|
318 | <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1InputEvent.html">InputEvent</a> * </td> |
---|
319 | <td class="mdname1" valign="top" nowrap> <em>e</em> </td> |
---|
320 | <td class="md" valign="top"> ) </td> |
---|
321 | <td class="md" nowrap><code> [pure virtual, inherited]</code></td> |
---|
322 | </tr> |
---|
323 | |
---|
324 | </table> |
---|
325 | </td> |
---|
326 | </tr> |
---|
327 | </table> |
---|
328 | <table cellspacing=5 cellpadding=0 border=0> |
---|
329 | <tr> |
---|
330 | <td> |
---|
331 | |
---|
332 | </td> |
---|
333 | <td> |
---|
334 | |
---|
335 | <p> |
---|
336 | |
---|
337 | <p> |
---|
338 | Implemented in <a class="el" href="classOgre_1_1Cursor.html#Ogre_1_1Cursora5">Ogre::Cursor</a>, and <a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessora5">Ogre::EventProcessor</a>. </td> |
---|
339 | </tr> |
---|
340 | </table> |
---|
341 | <a class="anchor" name="Ogre_1_1MouseTargeta2" doxytag="Ogre::MouseTarget::processMouseEvent" ></a><p> |
---|
342 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
343 | <tr> |
---|
344 | <td class="mdRow"> |
---|
345 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
346 | <tr> |
---|
347 | <td class="md" nowrap valign="top"> void Ogre::MouseTarget::processMouseEvent </td> |
---|
348 | <td class="md" valign="top">( </td> |
---|
349 | <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a> * </td> |
---|
350 | <td class="mdname1" valign="top" nowrap> <em>e</em> </td> |
---|
351 | <td class="md" valign="top"> ) </td> |
---|
352 | <td class="md" nowrap></td> |
---|
353 | </tr> |
---|
354 | |
---|
355 | </table> |
---|
356 | </td> |
---|
357 | </tr> |
---|
358 | </table> |
---|
359 | <table cellspacing=5 cellpadding=0 border=0> |
---|
360 | <tr> |
---|
361 | <td> |
---|
362 | |
---|
363 | </td> |
---|
364 | <td> |
---|
365 | |
---|
366 | <p> |
---|
367 | </td> |
---|
368 | </tr> |
---|
369 | </table> |
---|
370 | <a class="anchor" name="Ogre_1_1MouseTargeta4" doxytag="Ogre::MouseTarget::removeMouseListener" ></a><p> |
---|
371 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
372 | <tr> |
---|
373 | <td class="mdRow"> |
---|
374 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
375 | <tr> |
---|
376 | <td class="md" nowrap valign="top"> void Ogre::MouseTarget::removeMouseListener </td> |
---|
377 | <td class="md" valign="top">( </td> |
---|
378 | <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1MouseListener.html">MouseListener</a> * </td> |
---|
379 | <td class="mdname1" valign="top" nowrap> <em>l</em> </td> |
---|
380 | <td class="md" valign="top"> ) </td> |
---|
381 | <td class="md" nowrap></td> |
---|
382 | </tr> |
---|
383 | |
---|
384 | </table> |
---|
385 | </td> |
---|
386 | </tr> |
---|
387 | </table> |
---|
388 | <table cellspacing=5 cellpadding=0 border=0> |
---|
389 | <tr> |
---|
390 | <td> |
---|
391 | |
---|
392 | </td> |
---|
393 | <td> |
---|
394 | |
---|
395 | <p> |
---|
396 | </td> |
---|
397 | </tr> |
---|
398 | </table> |
---|
399 | <hr><h2>Member Data Documentation</h2> |
---|
400 | <a class="anchor" name="Ogre_1_1MouseTargetp0" doxytag="Ogre::MouseTarget::mMouseListeners" ></a><p> |
---|
401 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
402 | <tr> |
---|
403 | <td class="mdRow"> |
---|
404 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
405 | <tr> |
---|
406 | <td class="md" nowrap valign="top"> std::set<<a class="el" href="classOgre_1_1MouseListener.html">MouseListener</a>*> <a class="el" href="classOgre_1_1MouseTarget.html#Ogre_1_1MouseTargetp0">Ogre::MouseTarget::mMouseListeners</a><code> [protected]</code> |
---|
407 | </table> |
---|
408 | </td> |
---|
409 | </tr> |
---|
410 | </table> |
---|
411 | <table cellspacing=5 cellpadding=0 border=0> |
---|
412 | <tr> |
---|
413 | <td> |
---|
414 | |
---|
415 | </td> |
---|
416 | <td> |
---|
417 | |
---|
418 | <p> |
---|
419 | |
---|
420 | <p> |
---|
421 | Definition at line <a class="el" href="OgreMouseTarget_8h-source.html#l00058">58</a> of file <a class="el" href="OgreMouseTarget_8h-source.html">OgreMouseTarget.h</a>. </td> |
---|
422 | </tr> |
---|
423 | </table> |
---|
424 | <a class="anchor" name="Ogre_1_1MouseTargetp1" doxytag="Ogre::MouseTarget::mMouseWithin" ></a><p> |
---|
425 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
426 | <tr> |
---|
427 | <td class="mdRow"> |
---|
428 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
429 | <tr> |
---|
430 | <td class="md" nowrap valign="top"> bool <a class="el" href="classOgre_1_1MouseTarget.html#Ogre_1_1MouseTargetp1">Ogre::MouseTarget::mMouseWithin</a><code> [protected]</code> |
---|
431 | </table> |
---|
432 | </td> |
---|
433 | </tr> |
---|
434 | </table> |
---|
435 | <table cellspacing=5 cellpadding=0 border=0> |
---|
436 | <tr> |
---|
437 | <td> |
---|
438 | |
---|
439 | </td> |
---|
440 | <td> |
---|
441 | |
---|
442 | <p> |
---|
443 | |
---|
444 | <p> |
---|
445 | Definition at line <a class="el" href="OgreMouseTarget_8h-source.html#l00061">61</a> of file <a class="el" href="OgreMouseTarget_8h-source.html">OgreMouseTarget.h</a>. </td> |
---|
446 | </tr> |
---|
447 | </table> |
---|
448 | <a class="anchor" name="Ogre_1_1MouseTargetr0" doxytag="Ogre::MouseTarget::mRemovedListeners" ></a><p> |
---|
449 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
450 | <tr> |
---|
451 | <td class="mdRow"> |
---|
452 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
453 | <tr> |
---|
454 | <td class="md" nowrap valign="top"> std::set<<a class="el" href="classOgre_1_1MouseListener.html">MouseListener</a>*> <a class="el" href="classOgre_1_1MouseTarget.html#Ogre_1_1MouseTargetr0">Ogre::MouseTarget::mRemovedListeners</a><code> [private]</code> |
---|
455 | </table> |
---|
456 | </td> |
---|
457 | </tr> |
---|
458 | </table> |
---|
459 | <table cellspacing=5 cellpadding=0 border=0> |
---|
460 | <tr> |
---|
461 | <td> |
---|
462 | |
---|
463 | </td> |
---|
464 | <td> |
---|
465 | |
---|
466 | <p> |
---|
467 | |
---|
468 | <p> |
---|
469 | Definition at line <a class="el" href="OgreMouseTarget_8h-source.html#l00055">55</a> of file <a class="el" href="OgreMouseTarget_8h-source.html">OgreMouseTarget.h</a>. </td> |
---|
470 | </tr> |
---|
471 | </table> |
---|
472 | <hr>The documentation for this class was generated from the following file:<ul> |
---|
473 | <li><a class="el" href="OgreMouseTarget_8h-source.html">OgreMouseTarget.h</a></ul> |
---|
474 | <hr> |
---|
475 | <p> |
---|
476 | Copyright © 2000-2005 by The OGRE Team<br /> |
---|
477 | <!--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/> |
---|
478 | This 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/> |
---|
479 | <!--/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#"> |
---|
480 | <Work rdf:about=""> |
---|
481 | <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" /> |
---|
482 | <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" /> |
---|
483 | </Work> |
---|
484 | <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> --> |
---|
485 | |
---|
486 | Last modified Sun Mar 12 14:40:28 2006 |
---|
487 | </p> |
---|
488 | </body> |
---|
489 | </html> |
---|