| HDK
    | 
#include <DT_Plugin.h>
| Public Member Functions | |
| virtual | ~DT_PluginFactory () | 
| virtual const UT_StringHolder & | name () const =0 | 
| virtual DT_PluginHandle | create (DT_Host &host)=0 | 
| Create a new instance of a data tree plugin from this factory.  More... | |
| Static Protected Member Functions | |
| static bool | registerFactory (DT_PluginFactory &factory) | 
A data tree plugin factory base class. Used to create Data Tree plugins on demand and to query names of plugins without creating them. For writing a new Data Tree plugin, see newDataTreePluginFactory for and example of how to sub-class this class to create a factory for your plugin. 
Definition at line 1200 of file DT_Plugin.h.
| 
 | inlinevirtual | 
Definition at line 1203 of file DT_Plugin.h.
| 
 | pure virtual | 
Create a new instance of a data tree plugin from this factory.
| 
 | pure virtual | 
| 
 | staticprotected |