Class hierarchy   Compound list   Compound Members  

Aligned Class Reference

This type holds two Alignment values, one for horizontal (x) and one for vertical (y) alignment. More...

List of all members.

Public Members

Protected Members


Detailed Description

This type holds two Alignment values, one for horizontal (x) and one for vertical (y) alignment.


Member Function Documentation

Aligned::Aligned(Alignment _x= Left, Alignment _y=Center)

Constructor.

Alignment Aligned::operator[](int i) const

Access grant.

If the index is 0, the x-axis alignment is returned; if the index is 1, the y-axis alignment is returned; otherwise, Center is returned.


Member Data Documentation

Alignment Aligned::x [protected]

The actual Alignment data.

Alignment Aligned::y [protected]


The documentation for this class was generated from the following file: