![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXSize.h>
| FX::FXSize::FXSize | ( | ) | [inline] |
Constructors.
| FX::FXSize::FXSize | ( | const FXSize & | s | ) | [inline] |
| bool FX::FXSize::empty | ( | ) | const [inline] |
Test if empty.
| bool FX::FXSize::operator! | ( | ) | const [inline] |
Test if zero.
| FXSize& FX::FXSize::grow | ( | FXshort | leftmargin, | |
| FXshort | rightmargin, | |||
| FXshort | topmargin, | |||
| FXshort | bottommargin | |||
| ) |
| FXSize& FX::FXSize::shrink | ( | FXshort | leftmargin, | |
| FXshort | rightmargin, | |||
| FXshort | topmargin, | |||
| FXshort | bottommargin | |||
| ) |
| FXSize FX::FXSize::operator- | ( | ) | [inline] |
Negation.
Referenced by operator!=(), FX::operator*(), operator+(), operator+=(), operator-(), operator-=(), FX::operator/(), operator=(), and operator==().
Referenced by operator!=(), FX::operator*(), operator+(), operator+=(), operator-(), operator-=(), FX::operator/(), operator=(), and operator==().
|
|