6#include "fifechan/cliprectangle.hpp"
9#include "fifechan/platform.hpp"
14#include "fifechan/rectangle.hpp"
21 assert(
"Width must be non-negative" &&
width >= 0);
22 assert(
"Height must be non-negative" &&
height >= 0);
27 assert(
"Rectangle width must be non-negative" && other.
width >= 0);
28 assert(
"Rectangle height must be non-negative" && other.
height >= 0);
int xOffset
Holds the x offset of the x coordinate.
ClipRectangle & operator=(Rectangle const &other)
Copy constructor.
int yOffset
Holds the y offset of the y coordinate.
int width
Holds the width of the rectangle.
int y
Holds the x coordinate of the rectangle.
int x
Holds the x coordinate of the rectangle.
int height
Holds the height of the rectangle.
Used replacement tokens by configure_file():