HDK
|
#include <OPUI_GraphBadge.h>
Public Types | |
using | Node = std::variant< OP_Node *, const apex::APEX_Node * > |
Public Member Functions | |
OP_Node * | opNode () const |
const apex::APEX_Node * | apexNode () const |
Public Attributes | |
Node | myItem |
UT_ErrorSeverity | myErrorSeverity |
int | myBadgeDataId |
bool | myCurrent |
bool | myPicked |
Definition at line 40 of file OPUI_GraphBadge.h.
using OPUI_GraphBadgeInfo::Node = std::variant<OP_Node*, const apex::APEX_Node*> |
Definition at line 43 of file OPUI_GraphBadge.h.
|
inline |
Definition at line 51 of file OPUI_GraphBadge.h.
|
inline |
Definition at line 45 of file OPUI_GraphBadge.h.
int OPUI_GraphBadgeInfo::myBadgeDataId |
Definition at line 60 of file OPUI_GraphBadge.h.
bool OPUI_GraphBadgeInfo::myCurrent |
Definition at line 61 of file OPUI_GraphBadge.h.
UT_ErrorSeverity OPUI_GraphBadgeInfo::myErrorSeverity |
Definition at line 59 of file OPUI_GraphBadge.h.
Node OPUI_GraphBadgeInfo::myItem |
Definition at line 58 of file OPUI_GraphBadge.h.
bool OPUI_GraphBadgeInfo::myPicked |
Definition at line 62 of file OPUI_GraphBadge.h.