1 #ifndef COIN_SCXMLECMASCRIPTEVALUATOR_H 2 #define COIN_SCXMLECMASCRIPTEVALUATOR_H 36 #include <Inventor/scxml/ScXMLEvaluator.h> 37 #include <Inventor/tools/SbLazyPimplPtr.h> 44 static void initClass(
void);
45 static void cleanClass(
void);
50 virtual ScXMLDataObj * evaluate(
const char * expression)
const;
52 virtual SbBool setAtLocation(
const char * location,
ScXMLDataObj * obj);
53 virtual ScXMLDataObj * locate(
const char * location)
const;
61 #endif // !COIN_SCXMLECMASCRIPTEVALUATOR_H base class for evaluator data objects in the SCXML data module
Definition: ScXMLEvaluator.h:77
defines an interface for profile-dependent evaluators.
Definition: ScXMLEvaluator.h:44
evaluator for the ECMAScript profile.
Definition: ScXMLECMAScriptEvaluator.h:39