HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
STY_ScriptNodeResolver Class Referenceabstract

#include <STY_OverrideScript.h>

Public Member Functions

 STY_ScriptNodeResolver ()
 
virtual ~STY_ScriptNodeResolver ()
 
virtual bool resolveScriptNode (const char *node_path, UT_StringHolder &command) const =0
 

Detailed Description

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.

Constructor & Destructor Documentation

STY_ScriptNodeResolver::STY_ScriptNodeResolver ( )
virtual STY_ScriptNodeResolver::~STY_ScriptNodeResolver ( )
virtual

Member Function Documentation

virtual bool STY_ScriptNodeResolver::resolveScriptNode ( const char *  node_path,
UT_StringHolder command 
) const
pure virtual

The documentation for this class was generated from the following file: