NaviLibrary::NaviPosition Class Reference

#include <NaviManager.h>

List of all members.

Public Member Functions

 NaviPosition (const RelativePosition &relPosition, short offsetLeft=0, short offsetTop=0)
 NaviPosition (short absoluteLeft, short absoluteTop)


Detailed Description

An object that holds position-data for a Navi. Used by NaviManager::createNavi and NaviManager::setNaviPosition.

Constructor & Destructor Documentation

NaviPosition::NaviPosition ( const RelativePosition relPosition,
short  offsetLeft = 0,
short  offsetTop = 0 
)

Creates a relatively-positioned NaviPosition object.

Parameters:
relPosition The position of the Navi in relation to the Render Window
offsetLeft How many pixels from the left to offset the Navi from the relative position.
offsetTop How many pixels from the top to offset the Navi from the relative position.

NaviPosition::NaviPosition ( short  absoluteLeft,
short  absoluteTop 
)

Creates an absolutely-positioned NaviPosition object.

Parameters:
absoluteLeft The number of pixels from the left of the Render Window.
absoluteTop The number of pixels from the top of the Render Window.


The documentation for this class was generated from the following files:
Generated on Tue Jun 10 22:33:20 2008 for NaviLibrary by  doxygen 1.5.3