nn::nex::Gathering::IsAKindOf Member Function

Syntax

virtual qBool IsAKindOf(
     const String & strClass
) const;

Parameters

Name Description
in strClass The class name.

Return Values



Value Description
true The object is of the class specified by the argument or it inherits from that class.
false The object is not of the class specified by the argument and does not inherit from that class.

Description

Determines whether the object is of the class specified by the argument or inherits from that class.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL