HDK
|
This is the complete list of members for OP_NetworkBox, including all inherited members.
addItem(OP_NetworkBoxItem *item, bool propagate_parent_event=true, bool resize_to_fit=true) | OP_NetworkBox | |
addItems(OP_NetworkBoxItemList &items) | OP_NetworkBox | |
clearAllPendingUndoFlags() | OP_NetworkBox | static |
countItems(OP_ItemTypeMask item_mask, bool include_hidden=true, bool recursive=true, bool picked_only=false) const | OP_NetworkBox | |
defaultColor() | OP_NetworkBox | static |
getAlpha() const | OP_NetworkBox | |
getAutoFit() const | OP_NetworkBox | |
getCodeCreator() const | OP_NetworkBoxItem | |
getColor() const | OP_NetworkBoxItem | inlinevirtual |
getComment() const | OP_NetworkBox | inline |
getConnectedItems(OP_NetworkBoxItemList &connected, bool inputs, bool recursive, bool include_this_item) const | OP_NetworkBoxItem | |
getCreator() const | OP_NetworkBoxItem | |
getH() const override | OP_NetworkBox | virtual |
getItem(int idx) const | OP_NetworkBox | |
getItemBounds(fpreal &x1, fpreal &y1, fpreal &x2, fpreal &y2, bool incl_buff_border=true) const | OP_NetworkBox | |
getItemExpose() const | OP_NetworkBoxItem | inlinevirtual |
getItemName() const override | OP_NetworkBox | inlinevirtual |
getItems(OP_ItemTypeMask item_mask, OP_NetworkBoxItemList &list, bool include_hidden=true, bool recursive=true, bool picked_only=false) const | OP_NetworkBox | |
getItemType() const override | OP_NetworkBox | virtual |
getItemUniqueId() const override | OP_NetworkBox | inlinevirtual |
getMarked() | OP_NetworkBox | |
getMaximizedH() const | OP_NetworkBox | |
getMaximizedW() const | OP_NetworkBox | |
getMaxSafeX() | OP_NetworkBoxItem | inlinestatic |
getMaxSafeY() | OP_NetworkBoxItem | inlinestatic |
getMemoryUsage(bool inclusive) const | OP_NetworkBox | |
getMinimized() const | OP_NetworkBox | |
getMinimizedOwnerBox() const | OP_NetworkBoxItem | |
getMinSafeX() | OP_NetworkBoxItem | inlinestatic |
getMinSafeY() | OP_NetworkBoxItem | inlinestatic |
getNexposedItems() const | OP_NetworkBox | |
getNitems() const | OP_NetworkBox | |
getNodes(OP_NodeList &list, bool include_hidden=true, bool recursive=true, bool picked_only=false) const | OP_NetworkBox | |
getOwnerBox() const | OP_NetworkBoxItem | |
getParentNetwork() const override | OP_NetworkBox | virtual |
getPathFromParent(UT_String &str, const OP_Node *parent) const | OP_NetworkBoxItem | inline |
getPathFromParent(UT_WorkBuffer &str, const OP_Node *parent) const | OP_NetworkBoxItem | |
getPicked() const override | OP_NetworkBox | virtual |
getRelativePathTo(const OP_NetworkBoxItem *base_item, UT_String &result) const | OP_NetworkBoxItem | |
getResizing() const | OP_NetworkBox | |
getSaveFlagsString(UT_String &cmd, const char *flags, bool save_to_hip) const | OP_NetworkBox | |
getStat() const | OP_NetworkBox | inline |
getStat() | OP_NetworkBox | inline |
getUniqueId() const | OP_NetworkBox | inline |
getW() const override | OP_NetworkBox | virtual |
getX() const override | OP_NetworkBox | virtual |
getY() const override | OP_NetworkBox | virtual |
hasOwnerBox(const OP_NetworkBoxItem *item) const | OP_NetworkBoxItem | |
load(UT_IStream &is) | OP_NetworkBox | |
lookupItem(const OP_ItemType &type, int64 id) | OP_NetworkBoxItem | static |
lookupItem(const OP_ItemId &id) | OP_NetworkBoxItem | static |
lookupNetworkBox(int unique_id) | OP_NetworkBox | static |
moveToGoodPosition(bool relativetoinputs=true, bool moveinputs=true, bool moveoutputs=true, bool moveunconnected=true) | OP_NetworkBoxItem | |
myColor | OP_NetworkBoxItem | protected |
OP_NetworkBox(const UT_String &name, OP_Network *net) | OP_NetworkBox | |
OP_NetworkBoxItem() | OP_NetworkBoxItem | |
operator=(const UT_NonCopyable &)=delete | UT_NonCopyableNS::UT_NonCopyable | protected |
removeAllItems(bool do_reparent=false) | OP_NetworkBox | |
removeItem(OP_NetworkBoxItem *item, bool propagate_parent_event=true, bool do_reparent=false, bool save_undo=true) | OP_NetworkBox | |
removeItems(OP_NetworkBoxItemList &items) | OP_NetworkBox | |
resizeToFit() | OP_NetworkBox | |
resizeToFit(fpreal xmin, fpreal ymin, fpreal xmax, fpreal ymax) | OP_NetworkBox | |
resolveLoadedOwnerName() | OP_NetworkBox | |
save(std::ostream &os, const OP_SaveFlags &flags) | OP_NetworkBox | |
saveCommand(std::ostream &os, const char *name, int dogeneral) const | OP_NetworkBox | |
setAlpha(fpreal alpha) | OP_NetworkBox | |
setAutoFit(bool autofit) | OP_NetworkBox | |
setColor(const UT_Color &color) | OP_NetworkBoxItem | virtual |
setComment(const UT_StringHolder &comment) | OP_NetworkBox | |
setContents(OP_NetworkBoxItemList &items, bool snap_to_bounds) | OP_NetworkBox | |
setDefaultColor(const UT_Color *color) | OP_NetworkBox | static |
setH(fpreal h, bool force=false) | OP_NetworkBox | |
setHWithBoundsChecks(fpreal h) | OP_NetworkBox | |
setItemExpose(bool expose) | OP_NetworkBoxItem | inlinevirtual |
setItemName(const UT_String &name) override | OP_NetworkBox | inlinevirtual |
setMarked(bool flag) | OP_NetworkBox | |
setMinimized(bool isminimized, bool update_position, bool propagate_parent_event) | OP_NetworkBox | |
setName(const UT_String &name) | OP_NetworkBox | |
setOwnerBox(OP_NetworkBox *box) | OP_NetworkBoxItem | |
setPicked(bool on_off, bool propagate_parent_event=true) override | OP_NetworkBox | virtual |
setResizing(bool resizing) | OP_NetworkBox | |
setW(fpreal w, bool force=false) | OP_NetworkBox | |
setWWithBoundsChecks(fpreal w) | OP_NetworkBox | |
setXY(fpreal x, fpreal y) override | OP_NetworkBox | virtual |
setXY(fpreal x, fpreal y, bool force, bool propagate_parent_event) | OP_NetworkBox | |
setXYWithBoundsChecks(fpreal x, fpreal y) | OP_NetworkBoxItem | |
snapToBounds(bool incl_buff_border=true) | OP_NetworkBox | |
traverseItems(OP_ItemTypeMask item_mask, bool include_hidden, bool recursive, bool picked_only, const F &functor) const | OP_NetworkBox | |
UT_NonCopyable()=default | UT_NonCopyableNS::UT_NonCopyable | protected |
UT_NonCopyable(const UT_NonCopyable &)=delete | UT_NonCopyableNS::UT_NonCopyable | protected |
validateSafeBounds(fpreal &x, fpreal &y) | OP_NetworkBoxItem | |
validateSafeBounds(fpreal &x, fpreal &y, fpreal &w, fpreal &h) | OP_NetworkBoxItem | |
~OP_NetworkBox() override | OP_NetworkBox | |
~OP_NetworkBoxItem() | OP_NetworkBoxItem | virtual |
~UT_NonCopyable()=default | UT_NonCopyableNS::UT_NonCopyable | protected |