#include <UI\UIFramework.h>
#include <UI\Core\BSize.h>
#include <UI\Core\BPoint.h>
#include <Geom\IntegerTypes\BSIRect.h>
Go to the source code of this file.
Classes | |
class | BRect |
The BRect class defines a rectangle using integer precision. More... | |
Functions | |
bool | operator== (const BRect &r1, const BRect &r2) |
BRect - Operator overload for == (equality test). More... | |
bool | operator!= (const BRect &r1, const BRect &r2) |
BRect - Operator overload for != (not equal test). More... | |
BRect - Operator overload for != (not equal test).
Operator overload for != (not equal test).
References BRect::BottomRight(), and BRect::TopLeft().
BRect - Operator overload for == (equality test).
Operator overload for == (equality test).
References BRect::BottomRight(), and BRect::TopLeft().