| HDK
    | 
#include "OP_API.h"#include "OP_NetworkBoxFlags.h"#include "OP_NetworkBoxItem.h"#include "OP_Node.h"#include <UT/UT_Assert.h>#include <UT/UT_String.h>#include <UT/UT_ValArray.h>#include <SYS/SYS_Types.h>#include <iosfwd> Include dependency graph for OP_NetworkBox.h:
 Include dependency graph for OP_NetworkBox.h: This graph shows which files directly or indirectly include this file:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| Classes | |
| class | OP_NetworkBox | 
| Macros | |
| #define | OP_NETWORKBOX_DEFAULT_W 2.5F | 
| #define | OP_NETWORKBOX_DEFAULT_H 2.5F | 
| #define | OP_NETWORKBOX_MINIMUM_W 0.3F | 
| #define | OP_NETWORKBOX_MINIMUM_H 0.3F | 
| #define | OP_NETWORKBOX_MINIMIZED_W 2.5F | 
| Enumerations | |
| enum | OP_NetworkBoxSaveType { OP_NETWORKBOX_SAVE_NO_CONTENTS, OP_NETWORKBOX_SAVE_ALL_CONTENTS, OP_NETWORKBOX_SAVE_PICKED_CONTENTS, OP_NETWORKBOX_SAVE_SPEC_CONTENTS } | 
| #define OP_NETWORKBOX_DEFAULT_H 2.5F | 
Definition at line 33 of file OP_NetworkBox.h.
| #define OP_NETWORKBOX_DEFAULT_W 2.5F | 
Definition at line 32 of file OP_NetworkBox.h.
| #define OP_NETWORKBOX_MINIMIZED_W 2.5F | 
Definition at line 36 of file OP_NetworkBox.h.
| #define OP_NETWORKBOX_MINIMUM_H 0.3F | 
Definition at line 35 of file OP_NetworkBox.h.
| #define OP_NETWORKBOX_MINIMUM_W 0.3F | 
Definition at line 34 of file OP_NetworkBox.h.
When saving a network box to the clipboard, you can use this enumeration to specify which of its contents to automatically save with it
| Enumerator | |
|---|---|
| OP_NETWORKBOX_SAVE_NO_CONTENTS | |
| OP_NETWORKBOX_SAVE_ALL_CONTENTS | |
| OP_NETWORKBOX_SAVE_PICKED_CONTENTS | |
| OP_NETWORKBOX_SAVE_SPEC_CONTENTS | |
Definition at line 40 of file OP_NetworkBox.h.