VCF::Size Class Reference
#include <vcf/GraphicsKit/Size.h>
Inheritance diagram for VCF::Size:
List of all members.
Constructor & Destructor Documentation
| VCF::Size::Size |
( |
const double & |
w, |
|
|
const double & |
h |
|
) |
[inline] |
|
| VCF::Size::Size |
( |
|
) |
[inline] |
|
| virtual VCF::Size::~Size |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
| double VCF::Size::getHeight |
( |
|
) |
[inline] |
|
| double VCF::Size::getWidth |
( |
|
) |
[inline] |
|
| virtual void VCF::Size::init |
( |
|
) |
[inline, virtual] |
|
| bool VCF::Size::operator!= |
( |
const Size & |
sizeToCompare |
) |
const [inline] |
|
| Size& VCF::Size::operator= |
( |
const Size & |
sz |
) |
[inline] |
|
| bool VCF::Size::operator== |
( |
const Size & |
sizeToCompare |
) |
const [inline] |
|
| void VCF::Size::set |
( |
const double & |
width, |
|
|
const double & |
height |
|
) |
[inline] |
|
| void VCF::Size::setHeight |
( |
const double & |
val |
) |
[inline] |
|
| void VCF::Size::setWidth |
( |
const double & |
val |
) |
[inline] |
|
| virtual String VCF::Size::toString |
( |
|
) |
const [inline, virtual] |
|
|
|
returns a string representation of the object
Reimplemented from VCF::Object. |
Member Data Documentation
The documentation for this class was generated from the following file: