|
HDK
|
#include "OP_API.h"#include <UT/UT_Function.h>#include <UT/UT_Map.h>#include <UT/UT_StringHolder.h>#include <iosfwd>
Include dependency graph for OP_CloneManager.h:Go to the source code of this file.
Classes | |
| class | OP_CloneManager |
Macros | |
| #define | OP_CLONE_CPIO_PACKET ".clones" |
Typedefs | |
| typedef UT_Function< void(const UT_StringRef &)> | OP_CloneChangeCallback |
| typedef UT_Function< void(const UT_StringRef &, const UT_StringRef &, const UT_StringRef &)> | OP_CloneImageChangeCallback |
Variables | |
| OP_API const UT_StringHolder | OP_CLONEFUNC_NODE_GETORCREATEOUTPUT |
| #define OP_CLONE_CPIO_PACKET ".clones" |
Definition at line 20 of file OP_CloneManager.h.
| typedef UT_Function<void(const UT_StringRef &)> OP_CloneChangeCallback |
Definition at line 24 of file OP_CloneManager.h.
| typedef UT_Function<void(const UT_StringRef &, const UT_StringRef &, const UT_StringRef &)> OP_CloneImageChangeCallback |
Definition at line 27 of file OP_CloneManager.h.
| OP_API const UT_StringHolder OP_CLONEFUNC_NODE_GETORCREATEOUTPUT |