#include "OSDLVideoTypes.h"#include "OSDLPixel.h"#include "Ceylan.h"#include "SDL.h"#include <iostream>#include <string>

Go to the source code of this file.
Classes | |
| class | OSDL::Video::TwoDimensional::UprightRectangle |
| This classes defines a rectangle whose sides are parallel or orthogonal to the screen's sides. More... | |
Namespaces | |
| namespace | OSDL |
Definition of the main OSDL common non-specialized types. | |
| namespace | OSDL::Video |
| namespace | OSDL::Video::TwoDimensional |
Typedefs | |
| typedef ::SDL_Rect | OSDL::Video::TwoDimensional::LowLevelRect |
Functions | |
| OSDL_DLL bool | operator== (const OSDL::Video::TwoDimensional::UprightRectangle &first, const OSDL::Video::TwoDimensional::UprightRectangle &second) |
| Equality operator defined. | |
| OSDL_DLL bool | operator!= (const OSDL::Video::TwoDimensional::UprightRectangle &first, const OSDL::Video::TwoDimensional::UprightRectangle &second) |
| Unequality operator defined (as if by default it could not be inferred from operator '==' !). | |
| std::ostream & | operator<< (std::ostream &os, OSDL::Video::TwoDimensional::UprightRectangle &rect) |
| To output its state in an output stream. | |
| OSDL_DLL bool operator!= | ( | const OSDL::Video::TwoDimensional::UprightRectangle & | first, | |
| const OSDL::Video::TwoDimensional::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, | |
| OSDL::Video::TwoDimensional::UprightRectangle & | rect | |||
| ) |
To output its state in an output stream.
Definition at line 878 of file OSDLUprightRectangle.cc.
References OSDL::Video::TwoDimensional::UprightRectangle::toString().
| OSDL_DLL bool operator== | ( | const OSDL::Video::TwoDimensional::UprightRectangle & | first, | |
| const OSDL::Video::TwoDimensional::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().
1.6.3