virtual ZRESULT getName(ZString& str)=0;

Description

Provides name of an implementation object (usually a fully-qualified class name). core::CNamed helper class implementation copies m_strName string object into suppluied ret-val argument, so make sure to set m_strName to something like "core::tools::CMyTool" in constructor.

Parameters:
str
Ret-Val string argument with a name of an object that multy-inherits INamed interface.
See Also:
Interface overview and methods
setName method
getTitle method