Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 06719cf03808e17ae6f0852ca1052dc2 > files > 2273

libogre1-devel-0.13.0-1mdk.i586.rpm

<html>
<head>
<title>Ogre::GuiControl class Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
<link type="text/css" rel="stylesheet" href="style.css">
</head>

<body>
<!-- Generated by Doxygen 1.2.16 -->
<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="classes.html">Alphabetical List</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; <a class="qindex" href="globals.html">File Members</a> &nbsp; <a class="qindex" href="pages.html">Related Pages</a> &nbsp; </center>
<hr><h1>Ogre::GuiControl  Class Reference</h1>The listener interface for receiving "interesting" mouse events (press, release, click, enter, and exit) on a component. 
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="OgreGuiControl_8h-source.html">OgreGuiControl.h</a>&gt;</code>
<p>
Inheritance diagram for Ogre::GuiControl:<p><center><img src="classOgre_1_1GuiControl__inherit__graph.png" border="0" usemap="#Ogre_1_1GuiControl__inherit__map" alt="Inheritance graph"></center>
<map name="Ogre_1_1GuiControl__inherit__map">
<area href="classOgre_1_1ActionTarget.html" shape="rect" coords="7,105,129,86" alt="">
<area href="classOgre_1_1EventTarget.html" shape="rect" coords="8,36,128,17" alt="">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for Ogre::GuiControl:<p><center><img src="classOgre_1_1GuiControl__coll__graph.png" border="0" usemap="#Ogre_1_1GuiControl__coll__map" alt="Collaboration graph"></center>
<map name="Ogre_1_1GuiControl__coll__map">
<area href="classOgre_1_1ActionTarget.html" shape="rect" coords="36,199,159,180" alt="">
<area href="classOgre_1_1EventTarget.html" shape="rect" coords="7,108,127,89" alt="">
<area href="classOgre_1_1ActionListener.html" shape="rect" coords="151,108,281,89" alt="">
<area href="classOgre_1_1EventListener.html" shape="rect" coords="152,36,280,17" alt="">
<area href="classOgre_1_1String.html" shape="rect" coords="183,199,263,180" alt="">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classOgre_1_1GuiControl-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td colspan=2><br><h2>Public Methods</h2></td></tr>
<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1GuiControl.html#Ogre_1_1GuiControla0">GuiControl</a> (const <a class="el" href="classOgre_1_1String.html">String</a> &amp;name)</td></tr>
<tr><td nowrap align=right valign=top>virtual&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1GuiControl.html#Ogre_1_1GuiControla1">~GuiControl</a> ()</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1GuiControl.html#Ogre_1_1GuiControla2">processEvent</a> (<a class="el" href="classOgre_1_1InputEvent.html">InputEvent</a> *e)</td></tr>
<tr><td nowrap align=right valign=top>const <a class="el" href="classOgre_1_1String.html">String</a> &amp;&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1GuiControl.html#Ogre_1_1GuiControla3">getActionCommand</a> () const</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1GuiControl.html#Ogre_1_1GuiControla4">setActionCommand</a> (const <a class="el" href="classOgre_1_1String.html">String</a> &amp;action)</td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1GuiControl.html#Ogre_1_1GuiControla5">isPressed</a> () const</td></tr>
<tr><td nowrap align=right valign=top>virtual void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1GuiControl.html#Ogre_1_1GuiControla6">setPressed</a> (bool b)</td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1GuiControl.html#Ogre_1_1GuiControla7">isEnabled</a> () const</td></tr>
<tr><td nowrap align=right valign=top>virtual void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1GuiControl.html#Ogre_1_1GuiControla8">setEnabled</a> (bool b)</td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1GuiControl.html#Ogre_1_1GuiControla9">isMouseWithin</a> () const</td></tr>
<tr><td nowrap align=right valign=top>virtual void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1GuiControl.html#Ogre_1_1GuiControla10">setMouseWithin</a> (bool b)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1GuiControl.html#Ogre_1_1TTYGuiElementa96">processActionEvent</a> (<a class="el" href="classOgre_1_1ActionEvent.html">ActionEvent</a> *e)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1GuiControl.html#Ogre_1_1TTYGuiElementa97">addActionListener</a> (<a class="el" href="classOgre_1_1ActionListener.html">ActionListener</a> *l)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1GuiControl.html#Ogre_1_1TTYGuiElementa98">removeActionListener</a> (<a class="el" href="classOgre_1_1ActionListener.html">ActionListener</a> *l)</td></tr>
<tr><td colspan=2><br><h2>Protected Methods</h2></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1GuiControl.html#Ogre_1_1GuiControlb0">fireActionPerformed</a> ()</td></tr>
<tr><td colspan=2><br><h2>Protected Attributes</h2></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1String.html">String</a>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1GuiControl.html#Ogre_1_1GuiControln0">mActionCommand</a></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1GuiControl.html#Ogre_1_1GuiControln1">mPressed</a></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1GuiControl.html#Ogre_1_1GuiControln2">mMouseWithin</a></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1GuiControl.html#Ogre_1_1GuiControln3">mButtonDown</a></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1GuiControl.html#Ogre_1_1GuiControln4">mEnabled</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1ActionListener.html">ActionListener</a> *&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1GuiControl.html#Ogre_1_1TTYGuiElementn52">mActionListener</a></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
The listener interface for receiving "interesting" mouse events (press, release, click, enter, and exit) on a component.
<p>
(To track mouse moves and mouse drags, use the <a class="el" href="classOgre_1_1MouseMotionListener.html">MouseMotionListener</a>.) 
<p>
 The class that is interested in processing a mouse event either implements this interface (and all the methods it contains) or extends the abstract <code>MouseAdapter</code> class (overriding only the methods of interest). 
<p>
 The listener object created from that class is then registered with a component using the component's <code>addMouseListener</code>  method. A mouse event is generated when the mouse is pressed, released clicked (pressed and released). A mouse event is also generated when the mouse cursor enters or leaves a component. When a mouse event occurs the relevant method in the listener object is invoked, and  the <code><a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a></code> is passed to it. 
<p>

<p>
Definition at line <a class="el" href="OgreGuiControl_8h-source.html#l00054">54</a> of file <a class="el" href="OgreGuiControl_8h-source.html">OgreGuiControl.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="Ogre_1_1GuiControla0" doxytag="Ogre::GuiControl::GuiControl"></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"> Ogre::GuiControl::GuiControl </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1String.html">String</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>name</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGuiControl_8cpp-source.html#l00034">34</a> of file <a class="el" href="OgreGuiControl_8cpp-source.html">OgreGuiControl.cpp</a>.
<p>
References <a class="el" href="OgreGuiControl_8h-source.html#l00057">mActionCommand</a>, <a class="el" href="OgreGuiControl_8h-source.html#l00061">mEnabled</a>, <a class="el" href="OgreGuiControl_8h-source.html#l00059">mMouseWithin</a>, and <a class="el" href="OgreGuiControl_8h-source.html#l00058">mPressed</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1GuiControla1" doxytag="Ogre::GuiControl::~GuiControl"></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"> virtual Ogre::GuiControl::~GuiControl </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&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>

<p>
Definition at line <a class="el" href="OgreGuiControl_8h-source.html#l00067">67</a> of file <a class="el" href="OgreGuiControl_8h-source.html">OgreGuiControl.h</a>.    </td>
  </tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="Ogre_1_1TTYGuiElementa97" doxytag="Ogre::GuiControl::addActionListener"></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 Ogre::ActionTarget::addActionListener </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1ActionListener.html">ActionListener</a> *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>l</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreActionTarget_8cpp-source.html#l00061">61</a> of file <a class="el" href="OgreActionTarget_8cpp-source.html">OgreActionTarget.cpp</a>.
<p>
References <a class="el" href="OgreActionTarget_8h-source.html#l00058">Ogre::ActionTarget::mActionListener</a>.
<p>
Referenced by <a class="el" href="OgreScrollBarGuiElement_8cpp-source.html#l00148">Ogre::ScrollBarGuiElement::setDownButtonName</a>(), and <a class="el" href="OgreScrollBarGuiElement_8cpp-source.html#l00132">Ogre::ScrollBarGuiElement::setUpButtonName</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1GuiControlb0" doxytag="Ogre::GuiControl::fireActionPerformed"></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 Ogre::GuiControl::fireActionPerformed </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [protected]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGuiControl_8cpp-source.html#l00140">140</a> of file <a class="el" href="OgreGuiControl_8cpp-source.html">OgreGuiControl.cpp</a>.
<p>
References <a class="el" href="OgreGuiControl_8cpp-source.html#l00082">getActionCommand</a>(), and <a class="el" href="OgreGuiControl_8cpp-source.html#l00045">processEvent</a>().
<p>
Referenced by <a class="el" href="OgreGuiControl_8cpp-source.html#l00045">processEvent</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1GuiControla3" doxytag="Ogre::GuiControl::getActionCommand"></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"> const <a class="el" href="classOgre_1_1String.html">String</a> &amp; Ogre::GuiControl::getActionCommand </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap> const</td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGuiControl_8cpp-source.html#l00082">82</a> of file <a class="el" href="OgreGuiControl_8cpp-source.html">OgreGuiControl.cpp</a>.
<p>
References <a class="el" href="OgreGuiControl_8h-source.html#l00057">mActionCommand</a>.
<p>
Referenced by <a class="el" href="OgreGuiControl_8cpp-source.html#l00140">fireActionPerformed</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1GuiControla7" doxytag="Ogre::GuiControl::isEnabled"></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"> bool Ogre::GuiControl::isEnabled </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap> const</td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGuiControl_8cpp-source.html#l00106">106</a> of file <a class="el" href="OgreGuiControl_8cpp-source.html">OgreGuiControl.cpp</a>.
<p>
References <a class="el" href="OgreGuiControl_8h-source.html#l00061">mEnabled</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1GuiControla9" doxytag="Ogre::GuiControl::isMouseWithin"></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"> bool Ogre::GuiControl::isMouseWithin </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap> const</td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGuiControl_8cpp-source.html#l00128">128</a> of file <a class="el" href="OgreGuiControl_8cpp-source.html">OgreGuiControl.cpp</a>.
<p>
References <a class="el" href="OgreGuiControl_8h-source.html#l00059">mMouseWithin</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1GuiControla5" doxytag="Ogre::GuiControl::isPressed"></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"> bool Ogre::GuiControl::isPressed </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap> const</td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGuiControl_8cpp-source.html#l00094">94</a> of file <a class="el" href="OgreGuiControl_8cpp-source.html">OgreGuiControl.cpp</a>.
<p>
References <a class="el" href="OgreGuiControl_8h-source.html#l00058">mPressed</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1TTYGuiElementa96" doxytag="Ogre::GuiControl::processActionEvent"></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 Ogre::ActionTarget::processActionEvent </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1ActionEvent.html">ActionEvent</a> *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>e</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreActionTarget_8cpp-source.html#l00045">45</a> of file <a class="el" href="OgreActionTarget_8cpp-source.html">OgreActionTarget.cpp</a>.
<p>
References <a class="el" href="classOgre_1_1ActionListener.html#Ogre_1_1ActionListenera0">Ogre::ActionListener::actionPerformed</a>(), <a class="el" href="OgreInputEvent_8cpp-source.html#l00089">Ogre::InputEvent::getID</a>(), and <a class="el" href="OgreActionTarget_8h-source.html#l00058">Ogre::ActionTarget::mActionListener</a>.
<p>
Referenced by <a class="el" href="OgreGuiElement_8cpp-source.html#l00549">Ogre::GuiElement::processEvent</a>(), and <a class="el" href="OgreGuiControl_8cpp-source.html#l00045">processEvent</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1GuiControla2" doxytag="Ogre::GuiControl::processEvent"></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 Ogre::GuiControl::processEvent </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1InputEvent.html">InputEvent</a> *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>e</em>          </td>
          <td class="md" valign="top">)&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>

<p>
Implements <a class="el" href="classOgre_1_1EventTarget.html#Ogre_1_1ScrollTargeta4">Ogre::EventTarget</a>.
<p>
Definition at line <a class="el" href="OgreGuiControl_8cpp-source.html#l00045">45</a> of file <a class="el" href="OgreGuiControl_8cpp-source.html">OgreGuiControl.cpp</a>.
<p>
References <a class="el" href="OgreGuiControl_8cpp-source.html#l00140">fireActionPerformed</a>(), <a class="el" href="OgreInputEvent_8cpp-source.html#l00089">Ogre::InputEvent::getID</a>(), <a class="el" href="OgreInputEvent_8cpp-source.html#l00063">Ogre::InputEvent::isConsumed</a>(), <a class="el" href="OgreGuiControl_8h-source.html#l00061">mEnabled</a>, <a class="el" href="OgreActionTarget_8cpp-source.html#l00045">Ogre::ActionTarget::processActionEvent</a>(), <a class="el" href="OgreGuiControl_8cpp-source.html#l00134">setMouseWithin</a>(), and <a class="el" href="OgreGuiControl_8cpp-source.html#l00100">setPressed</a>().
<p>
Referenced by <a class="el" href="OgreGuiControl_8cpp-source.html#l00140">fireActionPerformed</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1TTYGuiElementa98" doxytag="Ogre::GuiControl::removeActionListener"></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 Ogre::ActionTarget::removeActionListener </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1ActionListener.html">ActionListener</a> *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>l</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreActionTarget_8cpp-source.html#l00071">71</a> of file <a class="el" href="OgreActionTarget_8cpp-source.html">OgreActionTarget.cpp</a>.
<p>
References <a class="el" href="OgreActionTarget_8h-source.html#l00058">Ogre::ActionTarget::mActionListener</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1GuiControla4" doxytag="Ogre::GuiControl::setActionCommand"></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 Ogre::GuiControl::setActionCommand </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1String.html">String</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>action</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGuiControl_8cpp-source.html#l00088">88</a> of file <a class="el" href="OgreGuiControl_8cpp-source.html">OgreGuiControl.cpp</a>.
<p>
References <a class="el" href="OgreGuiControl_8h-source.html#l00057">mActionCommand</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1GuiControla8" doxytag="Ogre::GuiControl::setEnabled"></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 Ogre::GuiControl::setEnabled </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">bool&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>b</em>          </td>
          <td class="md" valign="top">)&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>

<p>
Definition at line <a class="el" href="OgreGuiControl_8cpp-source.html#l00112">112</a> of file <a class="el" href="OgreGuiControl_8cpp-source.html">OgreGuiControl.cpp</a>.
<p>
References <a class="el" href="OgreGuiControl_8h-source.html#l00060">mButtonDown</a>, <a class="el" href="OgreGuiControl_8h-source.html#l00061">mEnabled</a>, <a class="el" href="OgreGuiControl_8h-source.html#l00059">mMouseWithin</a>, and <a class="el" href="OgreGuiControl_8h-source.html#l00058">mPressed</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1GuiControla10" doxytag="Ogre::GuiControl::setMouseWithin"></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 Ogre::GuiControl::setMouseWithin </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">bool&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>b</em>          </td>
          <td class="md" valign="top">)&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>

<p>
Definition at line <a class="el" href="OgreGuiControl_8cpp-source.html#l00134">134</a> of file <a class="el" href="OgreGuiControl_8cpp-source.html">OgreGuiControl.cpp</a>.
<p>
References <a class="el" href="OgreGuiControl_8h-source.html#l00059">mMouseWithin</a>.
<p>
Referenced by <a class="el" href="OgreGuiControl_8cpp-source.html#l00045">processEvent</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1GuiControla6" doxytag="Ogre::GuiControl::setPressed"></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 Ogre::GuiControl::setPressed </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">bool&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>b</em>          </td>
          <td class="md" valign="top">)&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>

<p>
Definition at line <a class="el" href="OgreGuiControl_8cpp-source.html#l00100">100</a> of file <a class="el" href="OgreGuiControl_8cpp-source.html">OgreGuiControl.cpp</a>.
<p>
References <a class="el" href="OgreGuiControl_8h-source.html#l00058">mPressed</a>.
<p>
Referenced by <a class="el" href="OgreGuiControl_8cpp-source.html#l00045">processEvent</a>().    </td>
  </tr>
</table>
<hr><h2>Member Data Documentation</h2>
<a name="Ogre_1_1GuiControln0" doxytag="Ogre::GuiControl::mActionCommand"></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"> <a class="el" href="classOgre_1_1String.html">String</a> Ogre::GuiControl::mActionCommand<code> [protected]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGuiControl_8h-source.html#l00057">57</a> of file <a class="el" href="OgreGuiControl_8h-source.html">OgreGuiControl.h</a>.
<p>
Referenced by <a class="el" href="OgreGuiControl_8cpp-source.html#l00082">getActionCommand</a>(), <a class="el" href="OgreGuiControl_8cpp-source.html#l00034">GuiControl</a>(), and <a class="el" href="OgreGuiControl_8cpp-source.html#l00088">setActionCommand</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1TTYGuiElementn52" doxytag="Ogre::GuiControl::mActionListener"></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"> <a class="el" href="classOgre_1_1ActionListener.html">ActionListener</a>* Ogre::ActionTarget::mActionListener<code> [protected, inherited]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreActionTarget_8h-source.html#l00058">58</a> of file <a class="el" href="OgreActionTarget_8h-source.html">OgreActionTarget.h</a>.
<p>
Referenced by <a class="el" href="OgreActionTarget_8cpp-source.html#l00037">Ogre::ActionTarget::ActionTarget</a>(), <a class="el" href="OgreActionTarget_8cpp-source.html#l00061">Ogre::ActionTarget::addActionListener</a>(), <a class="el" href="OgreActionTarget_8cpp-source.html#l00045">Ogre::ActionTarget::processActionEvent</a>(), and <a class="el" href="OgreActionTarget_8cpp-source.html#l00071">Ogre::ActionTarget::removeActionListener</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1GuiControln3" doxytag="Ogre::GuiControl::mButtonDown"></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"> bool Ogre::GuiControl::mButtonDown<code> [protected]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGuiControl_8h-source.html#l00060">60</a> of file <a class="el" href="OgreGuiControl_8h-source.html">OgreGuiControl.h</a>.
<p>
Referenced by <a class="el" href="OgreGuiControl_8cpp-source.html#l00112">setEnabled</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1GuiControln4" doxytag="Ogre::GuiControl::mEnabled"></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"> bool Ogre::GuiControl::mEnabled<code> [protected]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGuiControl_8h-source.html#l00061">61</a> of file <a class="el" href="OgreGuiControl_8h-source.html">OgreGuiControl.h</a>.
<p>
Referenced by <a class="el" href="OgreGuiControl_8cpp-source.html#l00034">GuiControl</a>(), <a class="el" href="OgreGuiControl_8cpp-source.html#l00106">isEnabled</a>(), <a class="el" href="OgreGuiControl_8cpp-source.html#l00045">processEvent</a>(), and <a class="el" href="OgreGuiControl_8cpp-source.html#l00112">setEnabled</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1GuiControln2" doxytag="Ogre::GuiControl::mMouseWithin"></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"> bool Ogre::GuiControl::mMouseWithin<code> [protected]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGuiControl_8h-source.html#l00059">59</a> of file <a class="el" href="OgreGuiControl_8h-source.html">OgreGuiControl.h</a>.
<p>
Referenced by <a class="el" href="OgreGuiControl_8cpp-source.html#l00034">GuiControl</a>(), <a class="el" href="OgreGuiControl_8cpp-source.html#l00128">isMouseWithin</a>(), <a class="el" href="OgreGuiControl_8cpp-source.html#l00112">setEnabled</a>(), and <a class="el" href="OgreGuiControl_8cpp-source.html#l00134">setMouseWithin</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1GuiControln1" doxytag="Ogre::GuiControl::mPressed"></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"> bool Ogre::GuiControl::mPressed<code> [protected]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGuiControl_8h-source.html#l00058">58</a> of file <a class="el" href="OgreGuiControl_8h-source.html">OgreGuiControl.h</a>.
<p>
Referenced by <a class="el" href="OgreGuiControl_8cpp-source.html#l00034">GuiControl</a>(), <a class="el" href="OgreGuiControl_8cpp-source.html#l00094">isPressed</a>(), <a class="el" href="OgreGuiControl_8cpp-source.html#l00112">setEnabled</a>(), and <a class="el" href="OgreGuiControl_8cpp-source.html#l00100">setPressed</a>().    </td>
  </tr>
</table>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="OgreGuiControl_8h-source.html">OgreGuiControl.h</a><li><a class="el" href="OgreGuiControl_8cpp-source.html">OgreGuiControl.cpp</a></ul>
<p>
Copyright &copy; 2002-2003 by The OGRE Team<br />
Last modified Wed Jan 21 00:17:33 2004
</p>
</body>
</html>