#include <float.h>
Static Public Member Functions | |
static void | resize (Rectangle *rect, Direction dir, int stepW, int stepH) |
static void | move (Rectangle *rect, int stepW, int stepH) |
static void | center (Rectangle *rect, Rectangle *parentRect) |
Definition at line 17 of file float.h.
Used for resizing.
Definition at line 11 of file float.cpp.
References DOWN, Rectangle::height(), LEFT, NORTH_EAST, NORTH_WEST, RIGHT, Rectangle::setHeight(), Rectangle::setWidth(), Rectangle::setX(), Rectangle::setY(), SOUTH_EAST, SOUTH_WEST, UP, Rectangle::width(), Rectangle::x(), and Rectangle::y().
Referenced by Workspace::resizeClient(), and Kernel::runResizeMode().
Here is the call graph for this function:
void Float::move | ( | Rectangle * | rect, | |
int | stepW, | |||
int | stepH | |||
) | [static] |
Definition at line 60 of file float.cpp.
References Rectangle::setX(), Rectangle::setY(), Rectangle::x(), and Rectangle::y().
Referenced by Workspace::moveClient(), and Kernel::runResizeMode().
Here is the call graph for this function:
Definition at line 65 of file float.cpp.
References Rectangle::height(), Rectangle::setX(), Rectangle::setY(), Rectangle::width(), Rectangle::x(), and Rectangle::y().
Referenced by Workspace::attachClient().
Here is the call graph for this function: