HDK
|
#include <STY_OverrideScript.h>
Public Member Functions | |
STY_ScriptNodeResolver () | |
virtual | ~STY_ScriptNodeResolver () |
virtual bool | resolveScriptNode (const char *node_path, UT_StringHolder &command) const =0 |
Defines a helper interface for resolving CVEX command references. Simply creating one of these objects registers it with the STY library and it will subsequently be given an opportunity to resolve any override script commands.
Definition at line 34 of file STY_OverrideScript.h.
STY_ScriptNodeResolver::STY_ScriptNodeResolver | ( | ) |
|
virtual |
|
pure virtual |