#include <SOP_NodeFlags.h>
Public Member Functions | |
| SOP_NodeFlags () | |
| SOP_NodeFlags (const SOP_NodeFlags &source) | |
| void | setDefaults () |
| void | save (ostream &os, int binary=0) const |
| bool | load (UT_IStream &is, const char *path=0) |
| void | setInstance (int onOff) |
| void | setNeedGuide1 (int onOff) |
| void | setNeedGuide2 (int onOff) |
| void | setUseHandle (int onOff) |
| void | setStashed (int onOff) |
| int | getInstance () const |
| int | getNeedGuide1 () const |
| int | getNeedGuide2 () const |
| int | getUseHandle () const |
| int | getStashed () const |
Definition at line 26 of file SOP_NodeFlags.h.
| SOP_NodeFlags::SOP_NodeFlags | ( | ) | [inline] |
Definition at line 29 of file SOP_NodeFlags.h.
| SOP_NodeFlags::SOP_NodeFlags | ( | const SOP_NodeFlags & | source | ) |
| int SOP_NodeFlags::getInstance | ( | ) | const [inline] |
Definition at line 44 of file SOP_NodeFlags.h.
| int SOP_NodeFlags::getNeedGuide1 | ( | ) | const [inline] |
Definition at line 45 of file SOP_NodeFlags.h.
| int SOP_NodeFlags::getNeedGuide2 | ( | ) | const [inline] |
Definition at line 46 of file SOP_NodeFlags.h.
| int SOP_NodeFlags::getStashed | ( | ) | const [inline] |
Definition at line 48 of file SOP_NodeFlags.h.
| int SOP_NodeFlags::getUseHandle | ( | ) | const [inline] |
Definition at line 47 of file SOP_NodeFlags.h.
| bool SOP_NodeFlags::load | ( | UT_IStream & | is, | |
| const char * | path = 0 | |||
| ) |
| void SOP_NodeFlags::save | ( | ostream & | os, | |
| int | binary = 0 | |||
| ) | const |
| void SOP_NodeFlags::setDefaults | ( | ) |
| void SOP_NodeFlags::setInstance | ( | int | onOff | ) | [inline] |
Definition at line 37 of file SOP_NodeFlags.h.
| void SOP_NodeFlags::setNeedGuide1 | ( | int | onOff | ) | [inline] |
Definition at line 38 of file SOP_NodeFlags.h.
| void SOP_NodeFlags::setNeedGuide2 | ( | int | onOff | ) | [inline] |
Definition at line 39 of file SOP_NodeFlags.h.
| void SOP_NodeFlags::setStashed | ( | int | onOff | ) | [inline] |
Definition at line 42 of file SOP_NodeFlags.h.
| void SOP_NodeFlags::setUseHandle | ( | int | onOff | ) | [inline] |
Definition at line 41 of file SOP_NodeFlags.h.
1.5.9