#include "OSDLUprightRectangle.h"
#include "OSDLPoint2D.h"
#include "OSDLSurface.h"
#include "Ceylan.h"
Go to the source code of this file.
Functions | |
bool | operator== (const UprightRectangle &first, const UprightRectangle &second) |
Equality operator defined. | |
bool | operator!= (const UprightRectangle &first, const UprightRectangle &second) |
Unequality operator defined (as if by default it could not be inferred from operator '==' !). | |
std::ostream & | operator<< (std::ostream &os, UprightRectangle &rect) |
To output its state in an output stream. |
bool operator!= | ( | const UprightRectangle & | first, | |
const UprightRectangle & | second | |||
) |
Unequality operator defined (as if by default it could not be inferred from operator '==' !).
Definition at line 868 of file OSDLUprightRectangle.cc.
std::ostream& operator<< | ( | std::ostream & | os, | |
UprightRectangle & | rect | |||
) |
To output its state in an output stream.
Definition at line 878 of file OSDLUprightRectangle.cc.
References OSDL::Video::TwoDimensional::UprightRectangle::toString().
bool operator== | ( | const UprightRectangle & | first, | |
const UprightRectangle & | second | |||
) |
Equality operator defined.
Definition at line 846 of file OSDLUprightRectangle.cc.
References OSDL::Video::TwoDimensional::UprightRectangle::_x, OSDL::Video::TwoDimensional::UprightRectangle::_y, OSDL::Video::TwoDimensional::UprightRectangle::getHeight(), and OSDL::Video::TwoDimensional::UprightRectangle::getWidth().