#include "OP_API.h"#include <iostream.h>#include <SYS/SYS_Types.h>#include <UT/UT_String.h>#include <UT/UT_Color.h>#include <UT/UT_PtrArray.h>#include "OP_Node.h"#include "OP_NetworkBoxFlags.h"#include "OP_NetworkBoxItem.h"Go to the source code of this file.
Classes | |
| class | OP_NetworkBox |
Defines | |
| #define | OP_NETWORKBOX_DEFAULT_W 2.5F |
| #define | OP_NETWORKBOX_DEFAULT_H 2.5F |
| #define | OP_NETWORKBOX_MINIMIZED_W 1.25F |
| #define | OP_NETWORKBOX_MINIMIZED_H 1.25F |
| #define | OP_NETWORKBOX_MINIMUM_W 1.0F |
| #define | OP_NETWORKBOX_MINIMUM_H 1.0F |
| #define | OP_INVALID_NETWORKBOX_ID -999 |
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_INVALID_NETWORKBOX_ID -999 |
Definition at line 46 of file OP_NetworkBox.h.
| #define OP_NETWORKBOX_DEFAULT_H 2.5F |
Definition at line 40 of file OP_NetworkBox.h.
| #define OP_NETWORKBOX_DEFAULT_W 2.5F |
Definition at line 39 of file OP_NetworkBox.h.
| #define OP_NETWORKBOX_MINIMIZED_H 1.25F |
Definition at line 42 of file OP_NetworkBox.h.
| #define OP_NETWORKBOX_MINIMIZED_W 1.25F |
Definition at line 41 of file OP_NetworkBox.h.
| #define OP_NETWORKBOX_MINIMUM_H 1.0F |
Definition at line 44 of file OP_NetworkBox.h.
| #define OP_NETWORKBOX_MINIMUM_W 1.0F |
Definition at line 43 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
| OP_NETWORKBOX_SAVE_NO_CONTENTS | |
| OP_NETWORKBOX_SAVE_ALL_CONTENTS | |
| OP_NETWORKBOX_SAVE_PICKED_CONTENTS | |
| OP_NETWORKBOX_SAVE_SPEC_CONTENTS |
Definition at line 50 of file OP_NetworkBox.h.
1.5.9