_ZNK11QMetaObject4castEP7QObject

Name

QMetaObject::cast -- check if an object inherits from the meta-object

Synopsis

#include <QtCore/qobjectdefs.h>

QObject * QMetaObject::cast (QObject *obj);

Description

The QMetaObject::cast() function shall check if the object pointed by obj inherits from the current meta-object. If yes, the function shall return obj. Otherwise it shall return 0.

This function is not intended to be used by applications directly, but may appear among application dependencies as a result of usage of other functions and macros.