nn::nex::PersistentGathering::IsA Member Function

Syntax

virtual qBool IsA(
     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.
false The object is not of the class specified by the argument.

Description

Determines whether an object has the class name specified by the argument.

Revision History

2013/01/11
Initial version.

CONFIDENTIAL