IRISLIB database
QualityMeasureProjection Class Reference

Projection class used by the <class>DeepSee.QualityMeasure.QualityMeasure</class> class. More...

Inheritance diagram for QualityMeasureProjection:
Collaboration diagram for QualityMeasureProjection:

Static Public Member Functions

_.Library.Status CreateProjection (_.Library.String pClassName, _.Library.String parameters)
 Projection class used by the <class>DeepSee.QualityMeasure.QualityMeasure</class> class. More...
 
- Static Public Member Functions inherited from AbstractProjection
_.Library.Status AddToManifest (classname, item)
 Call this helper method to add a component to the class manifest. More...
 
_.Library.Status CreateProjection (_.Library.String classname, _.Library.String parameters, _.Library.String modified, qstruct)
 This method is called by the Class Compiler whenever an associated. More...
 
_.Library.Status EndCompile (qstruct)
 This is called as close to the end of the compile as possible so it can do cleanup work or more. More...
 
 QueueClass (classname)
 This is a helper method for implementors of projection classes. More...
 
_.Library.Status RemoveFromManifest (classname, item)
 Called when you remove a projected item to remove this from the manifest.
 
 RemoveFromQueue (classname)
 Can be called to remove a queued class from the queued class list created with. More...
 
_.Library.Status RemoveProjection (_.Library.String classname, _.Library.String parameters, _.Library.Boolean recompile, _.Library.String modified, qstruct)
 This method is called by the Class Compiler whenever an associated. More...
 

Additional Inherited Members

- Static Public Attributes inherited from AbstractProjection
 DisableMulticompile = None
 If true then do not create this projection using the class compiler multicompile. More...
 

Detailed Description

Projection class used by the <class>DeepSee.QualityMeasure.QualityMeasure</class> class.

This class takes care of any work that needs to happen when a quality measure is created (compiled) or deleted. This class should be consider INTERNAL.

Member Function Documentation

◆ CreateProjection()

_.Library.Status CreateProjection ( _.Library.String  pClassName,
_.Library.String  parameters 
)
static

Projection class used by the <class>DeepSee.QualityMeasure.QualityMeasure</class> class.

This class takes care of any work that needs to happen when a quality measure is created (compiled) or deleted. This class should be consider INTERNAL.