23#ifndef WINDOWGEOMETRY_H
24#define WINDOWGEOMETRY_H
92 bool apply(HWND hwnd)
const;
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.
void setHeight(long height)
Sets the height of the 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.