#include "OSDLVideoTypes.h"
#include "OSDLPixel.h"
#include "Ceylan.h"
#include <iostream>
#include <string>
Include dependency graph for OSDLUprightRectangle.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
| namespace | OSDL |
| namespace | OSDL::Video |
| namespace | OSDL::Video::TwoDimensional |
Classes | |
| class | OSDL::Video::TwoDimensional::UprightRectangle |
| This classes defines a rectangle whose sides are parallel or orthogonal to the screen's sides. More... | |
Functions | |
| OSDL_DLL bool | operator== (const OSDL::Video::TwoDimensional::UprightRectangle &first, const OSDL::Video::TwoDimensional::UprightRectangle &second) throw () |
| Equality operator defined. | |
| OSDL_DLL bool | operator!= (const OSDL::Video::TwoDimensional::UprightRectangle &first, const OSDL::Video::TwoDimensional::UprightRectangle &second) throw () |
| 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) throw () |
| To output its state in an output stream. | |
| OSDL_DLL bool operator!= | ( | const OSDL::Video::TwoDimensional::UprightRectangle & | first, | |
| const OSDL::Video::TwoDimensional::UprightRectangle & | second | |||
| ) | throw () |
Unequality operator defined (as if by default it could not be inferred from operator '==' !).
Definition at line 780 of file OSDLUprightRectangle.cc.
| std::ostream& operator<< | ( | std::ostream & | os, | |
| OSDL::Video::TwoDimensional::UprightRectangle & | rect | |||
| ) | throw () |
| OSDL_DLL bool operator== | ( | const OSDL::Video::TwoDimensional::UprightRectangle & | first, | |
| const OSDL::Video::TwoDimensional::UprightRectangle & | second | |||
| ) | throw () |
1.5.1