13 #ifndef BERRYEVALUATIONCONTEXT_H_
14 #define BERRYEVALUATIONCONTEXT_H_
43 QHash<QString, Object::ConstPointer> fVariables;
44 std::vector<IVariableResolver*> fVariableResolvers;
45 int fAllowPluginActivation;
70 const std::vector<IVariableResolver*>& resolvers);
91 void SetAllowPluginActivation(
bool value)
override;
96 bool GetAllowPluginActivation()
const override;
116 Object::ConstPointer ResolveVariable(
const QString& name,
const QList<Object::Pointer>& args)
const override;