VCF::Size Class Reference
#include <vcf/GraphicsKit/Size.h>
Inheritance diagram for VCF::Size:
List of all members.
|
Public Member Functions |
| | Size (const double &w, const double &h) |
| | Size () |
| virtual | ~Size () |
| virtual void | init () |
| | This is going to be removed from the bext release.
|
| void | set (const double &width, const double &height) |
| virtual String | toString () |
| | returns a string representation of the object
|
| Size & | operator= (const Size &sz) |
| bool | operator== (const Size &sizeToCompare) const |
| bool | operator!= (const Size &sizeToCompare) const |
Public Attributes |
| double | width_ |
| double | height_ |
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
| 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] |
|
| virtual String VCF::Size::toString |
( |
|
) |
[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: