#include <text.h>

Public Member Functions | |
| virtual BOUNDINGBOX | getBoundingBox () const |
| Gets the bounding box of the type. | |
| virtual const SerialID & | getSerialID () const |
| Gets the serialization ID of the object. | |
Protected Member Functions | |
| virtual bool | isValid () const |
| HGL::IType::BOUNDINGBOX Text::getBoundingBox | ( | ) | const [virtual] |
Gets the bounding box of the type.
Reimplemented from HGL::Type::TypeBase.
| const HGL::Type::SerialID & Text::getSerialID | ( | ) | const [virtual] |
Gets the serialization ID of the object.
Implements HGL::IType.
| bool Text::isValid | ( | ) | const [protected, virtual] |
A Text is valid if the first and second attached type are StringParam and the third are a Vector2D.
false if the type has no attached subtypes. A type is valid
Reimplemented from HGL::Type::NonEmptyType.
1.6.1