virtual ZRESULT getClassesList(tClassInfoSeq& classList)=0;

Description

Provides the set of classes information. This set can be used by ZModeler to map serives, tools, filters and other stuff, available in the library to according library holder. Providing complete classes set is important since otherwise ZModeler will just ignore classes you have implemeted in plug-in module.

Parameters:
classList
Ret-Val argument with classes information.
See Also:
Interface overview and methods
createClass method