|
HDK
|
#include <OPUI_GraphBadge.h>
Public Types | |
| using | Node = std::variant< OP_Node *, OPUI_UnNodeHolder > |
Public Member Functions | |
| OP_Node * | opNode () const |
| const UN_ConstNode * | unNode () const |
Public Attributes | |
| Node | myItem |
| UT_ErrorSeverity | myErrorSeverity |
| int | myBadgeDataId |
| bool | myCurrent |
| bool | myPicked |
Definition at line 68 of file OPUI_GraphBadge.h.
| using OPUI_GraphBadgeInfo::Node = std::variant<OP_Node*, OPUI_UnNodeHolder> |
Definition at line 71 of file OPUI_GraphBadge.h.
|
inline |
Definition at line 73 of file OPUI_GraphBadge.h.
|
inline |
Definition at line 79 of file OPUI_GraphBadge.h.
| int OPUI_GraphBadgeInfo::myBadgeDataId |
Definition at line 87 of file OPUI_GraphBadge.h.
| bool OPUI_GraphBadgeInfo::myCurrent |
Definition at line 88 of file OPUI_GraphBadge.h.
| UT_ErrorSeverity OPUI_GraphBadgeInfo::myErrorSeverity |
Definition at line 86 of file OPUI_GraphBadge.h.
| Node OPUI_GraphBadgeInfo::myItem |
Definition at line 85 of file OPUI_GraphBadge.h.
| bool OPUI_GraphBadgeInfo::myPicked |
Definition at line 89 of file OPUI_GraphBadge.h.