Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <berryIVariableResolver.h>
Public Member Functions | |
virtual | ~IVariableResolver () |
virtual Object::Pointer | Resolve (const QString &name, const QList< Object::Pointer > &args)=0 |
A variable resolver can be used to add additional variable resolving strategies to an EvaluationContext.
Definition at line 34 of file berryIVariableResolver.h.
|
virtual |
Definition at line 21 of file berryIVariableResolver.cpp.
|
pure virtual |
Resolves a variable for the given name and arguments. The handler is allowed to return null
to indicate that it is not able to resolve the requested variable.
name | the variable to resolve |
args | an object array of arguments used to resolve the variable |
null
if no variable could be resolved CoreException | if an errors occurs while resolving the variable |
Referenced by berry::EvaluationContext::ResolveVariable().