#include <mxmTypeDecider.h>
Inheritance diagram for mxmTypeDecider:
Public Member Functions | |
virtual bool | isOfProperType (const mxmObject *object)=0 |
Returns true if the specified mxmObject is of desired type, and false otherwise. |
Used for example by mxmList s to enforce that all items are of a specified type.
Type deciders will typically use RTTI
to investigate into the mxmObject s type, as does for example the mxmStringDecider.
[khe]
Kai Hergenroether