DzPlugin Class Reference
[Core Objects]

Class that defines a DAZ Studio plugin. More...

List of all members.

Methods

String getAuthor ()
String getDescription ()
String getEvaluationInformation ()
String getFilename ()
String getName ()
Number getVersion ()
String getVersionString ()
Boolean isRegistered ()


Detailed Description

Class that defines a DAZ Studio plugin.

This class provides startup and shutdown functionality for DAZ Studio plugins and maintains the list of class types exported by the plugin. Each plugin for DAZ Studio must provide a single instance of this class via the getPluginDefinition() function.


Member Function Documentation

String DzPlugin::getAuthor (  ) 

Returns:
The author of the plugin.

String DzPlugin::getDescription (  ) 

Returns:
Author's description of the plugin.

String DzPlugin::getEvaluationInformation (  ) 

Returns:
The evaluation information of the plugin in string form.

String DzPlugin::getFilename (  ) 

Returns:
Full path to the plugin. Set by DzApp when the plugin is loaded.

String DzPlugin::getName (  ) 

Returns:
The name of the plugin.

Number DzPlugin::getVersion (  ) 

Returns:
Version number of the plugin.

String DzPlugin::getVersionString (  ) 

Returns:
Version number of the plugin in a string form.

Boolean DzPlugin::isRegistered (  ) 

Returns:
True if plugin has been registered.


Generated on Thu Sep 24 12:21:14 2009

Copyright © 2002 - 2009 DAZ 3D, Inc.