|
HDK
|
#include <PRM_ScriptImports.h>
Public Member Functions | |
| PRM_ScriptImports () | |
| void | appendBlock (int offset, int size, const char *source, const char *token, const char *mask, const char *label, bool enable) |
| int | getNestBaseIndex () const |
| void | setNestBaseIndex (int index) |
| const PRM_ScriptImportBlock * | findBlockWithLabel (const char *label) const |
Public Attributes | |
| PRM_ScriptImportList | myBlocks |
| int | myNestBaseIndex |
Definition at line 111 of file PRM_ScriptImports.h.
| PRM_ScriptImports::PRM_ScriptImports | ( | ) |
| void PRM_ScriptImports::appendBlock | ( | int | offset, |
| int | size, | ||
| const char * | source, | ||
| const char * | token, | ||
| const char * | mask, | ||
| const char * | label, | ||
| bool | enable | ||
| ) |
| const PRM_ScriptImportBlock* PRM_ScriptImports::findBlockWithLabel | ( | const char * | label | ) | const |
|
inline |
Definition at line 125 of file PRM_ScriptImports.h.
Definition at line 127 of file PRM_ScriptImports.h.
| PRM_ScriptImportList PRM_ScriptImports::myBlocks |
Definition at line 134 of file PRM_ScriptImports.h.
| int PRM_ScriptImports::myNestBaseIndex |
Definition at line 135 of file PRM_ScriptImports.h.