HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OPUI_GraphBadgeInfo Class Reference

#include <OPUI_GraphBadge.h>

Public Types

using Node = std::variant< OP_Node *, const apex::APEX_Node * >
 

Public Member Functions

OP_NodeopNode () const
 
const apex::APEX_Node * apexNode () const
 

Public Attributes

Node myItem
 
UT_ErrorSeverity myErrorSeverity
 
int myBadgeDataId
 
bool myCurrent
 
bool myPicked
 

Detailed Description

Member Typedef Documentation

using OPUI_GraphBadgeInfo::Node = std::variant<OP_Node*, const apex::APEX_Node*>

Definition at line 43 of file OPUI_GraphBadge.h.

Member Function Documentation

const apex::APEX_Node* OPUI_GraphBadgeInfo::apexNode ( ) const
inline

Definition at line 51 of file OPUI_GraphBadge.h.

OP_Node* OPUI_GraphBadgeInfo::opNode ( ) const
inline

Member Data Documentation

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.


The documentation for this class was generated from the following file: