23#ifndef WINDOWGEOMETRY_H
24#define WINDOWGEOMETRY_H
A model of a window's geometry.
Definition windowgeometry.h:36
void setIsMaximized(bool isMaximized)
Sets whether or not the window is maximized.
void setWidth(long width)
Sets the width of the window.
WindowGeometry()
Construct a WindowGeometry.
WindowGeometry(long width, long height, bool isMaximized)
Construct a WindowGeometry.
WindowGeometry(HWND hwnd)
Construct a WindowGeometry.
void setHeight(long height)
Sets the height of the window.
bool apply(HWND hwnd) const
Applies the geometry to a window.
long getWidth() const
Gets the width of the window.
bool isMaximized() const
Gets whether or not the window is maximized.
long getHeight() const
Gets the height of the window.