Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Ogre::PositionTarget Class Reference

#include <OgrePositionTarget.h>

Inheritance diagram for Ogre::PositionTarget:

Ogre::EventTarget Ogre::MouseMotionTarget Ogre::MouseTarget Ogre::Cursor Ogre::EventProcessor Ogre::GuiElement Ogre::Cursor Ogre::EventProcessor Ogre::GuiElement Ogre::GuiContainer Ogre::TextAreaGuiElement Ogre::GuiContainer Ogre::TextAreaGuiElement Ogre::PanelGuiElement Ogre::PanelGuiElement Ogre::BorderPanelGuiElement Ogre::CursorGuiElement Ogre::ListGuiElement Ogre::BorderPanelGuiElement Ogre::CursorGuiElement Ogre::ListGuiElement Ogre::ButtonGuiElement Ogre::ButtonGuiElement List of all members.

Public Methods

virtual Real getLeft (void) const=0
 Gets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right). More...

virtual Real getTop (void) const=0
 Gets the top of this element in relation to the screen (where 0 = top, 1.0 = bottom). More...

virtual PositionTarget * getPositionTargetParent ()=0
virtual void processEvent (InputEvent *e)=0

Member Function Documentation

virtual Real Ogre::PositionTarget::getLeft void    const [pure virtual]
 

Gets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right).

Implemented in Ogre::Cursor.

virtual PositionTarget* Ogre::PositionTarget::getPositionTargetParent   [pure virtual]
 

Implemented in Ogre::Cursor.

virtual Real Ogre::PositionTarget::getTop void    const [pure virtual]
 

Gets the top of this element in relation to the screen (where 0 = top, 1.0 = bottom).

Implemented in Ogre::Cursor.

virtual void Ogre::EventTarget::processEvent InputEvent   e [pure virtual, inherited]
 

Implemented in Ogre::Cursor.

Copyright © 2002 by The OGRE Team