Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Examples  

Bar Class Reference

Class Bar describes the Adaptee target that we want to behave like Foo. More...

#include <Bar.hpp>

Inheritance diagram for Bar

Inheritance graph
[legend]
List of all members.

Public Methods

 Bar ( void )
 Default Constructor.

 Bar ( corelinux::Int aX, corelinux::Int aY )
 Constructor with known coordinates.

 Bar ( BarCref )
 Copy constructor.

virtual ~Bar ( void )
 Destructor.

BarRef operator= ( BarCref )
 Assignment operator.

bool operator== ( BarCref )
 Equality operator.

corelinux::IntCref getVertical ( void ) const
 Return the Y coordinate of the point.

corelinux::IntCref getHorizontal ( void ) const
 Return the X coordinate of the point.

void setVertical ( corelinux::Int )
 Sets the Y coordinate.

void setHorizontal ( corelinux::Int )
 Sets the X coordinate.


Detailed Description

Class Bar describes the Adaptee target that we want to behave like Foo.

Bar is an class that specifies a screen coordinate system that is based on that 0,0 (X,Y) is the top left hand corner of the screen. It does not have a minimum or maximum.


The documentation for this class was generated from the following files:
This is the CoreLinux++ reference manual
Provided by The CoreLinux Consortium