Convenience base class to add a validity check on empty types. More...
#include <nonemptytype.h>

Protected Member Functions | |
| virtual bool | isValid () const |
Convenience base class to add a validity check on empty types.
This class simply extends TypeBase::isValid by checking if the type has attached types and returns false if not.
| bool NonEmptyType::isValid | ( | ) | const [protected, virtual] |
false if the type has no attached subtypes. A type is valid
Reimplemented from HGL::Type::TypeBase.
Reimplemented in HGL::Type::Ellipse, HGL::Type::Project, and HGL::Type::Text.
1.6.1