Public Member Functions | |
Insets (int top, int left, int bottom, int right) | |
Insets () | |
Insets (const Insets &rhs) | |
Insets & | operator= (const Insets &rhs) |
bool | operator== (const Insets &rhs) |
void | swap (Insets &rhs) throw () |
~Insets () | |
Public Attributes | |
int | top |
int | left |
int | bottom |
int | right |
|
Creates new Insets.
|
|
Default constructor. Creates empty Insets. |
|
Copy Constructor. |
|
Destructor. |
|
Assignment operator. |
|
Compare two insets. |
|
Swaps the content of two insets. |