FdField.h
This class is used to load the evaluators required for evaluating fields.
This class acts as the interface between the field framework and the applications that implement evaluators. An application that implements evaluators should derive from this class and register an object of this class with the field engine when the application is loaded. The registered loader is used by the engine to obtain the evaluator object. Only one loader object is required for an application and it can support multiple evaluators. The loader objects are maintained globally and are used by all open documents.
|
Name |
Description |
|
Finds an evaluator for a field that does not have an evaluator ID. | |
|
The field engine calls this method to get the evaluator using the evaluator ID and uses the evaluator to evaluate the field. | |
|
This is ODRX_DECLARE_MEMBERS, a member of class OdFdFieldEvaluatorLoader. |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|