GUI::Size Class Reference

Wrap size. More...

#include <Size.h>

List of all members.

Public Member Functions

 Size (int width=0, int height=0)
 Construct a new Size object.
int getWidth () const
 Return the size width.
void setWidth (int value)
 Set the size width.
int getHeight () const
 Return the size height.
void setHeight (int value)
 Set the size height.
void setSize (int width, int height)
 Set size.


Detailed Description

Wrap size.


Constructor & Destructor Documentation

GUI::Size::Size ( int  width = 0,
int  height = 0 
)

Construct a new Size object.

Parameters:
width the width (default 0)
height the height (default 0)


Member Function Documentation

int GUI::Size::getHeight (  )  const

Return the size height.

Returns:
the size height

int GUI::Size::getWidth (  )  const

Return the size width.

Returns:
the size width

void GUI::Size::setHeight ( int  value  ) 

Set the size height.

Parameters:
value the new size height

void GUI::Size::setSize ( int  width,
int  height 
)

Set size.

Parameters:
width the new size width
height the new size height

void GUI::Size::setWidth ( int  value  ) 

Set the size width.

Parameters:
value the new size width


The documentation for this class was generated from the following files:
Generated on Wed Nov 15 22:21:10 2006 for Win32 by  doxygen 1.4.7