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

#include <OPUI_GraphBadge.h>

Public Member Functions

 OPUI_GraphBadge (const UT_StringHolder &pref, const UT_StringHolder &category, const UT_StringHolder &description, const UT_StringHolder &icon, OPUI_GraphBadgeVisibility vis, OPUI_GraphBadgeTest test, OPUI_GraphBadgeThreading threading)
 
 ~OPUI_GraphBadge ()
 
const UT_StringHoldergetPreferenceName () const
 
const UT_StringHoldergetPreferenceCategory () const
 
const UT_StringHoldergetDescription () const
 
const UT_StringHoldergetIcon () const
 
OPUI_GraphBadgeVisibility getDefaultVisibility () const
 
OPUI_GraphBadgeTest getBadgeTest () const
 
bool getThreadSafe () const
 
OPUI_GraphBadgeVisibility getVisibility () const
 
void setVisibility (OPUI_GraphBadgeVisibility vis)
 

Static Public Member Functions

static void addBadges (OPUI_GraphBadgeArray &add_badges)
 

Static Public Attributes

static const UT_StringHolder theErrorPref
 
static const UT_StringHolder theChildErrorPref
 
static const UT_StringHolder theWarningPref
 
static const UT_StringHolder theMessagePref
 
static const UT_StringHolder theCommentPref
 
static const UT_StringHolder theNodeLockedPref
 
static const UT_StringHolder theNodeUnloadPref
 
static const UT_StringHolder theNodeHasDataPref
 
static const UT_StringHolder theNeedsCookPref
 
static const UT_StringHolder theHDALockedPref
 
static const UT_StringHolder theHDAUnlockedPref
 
static const UT_StringHolder theHDADelaySyncPref
 
static const UT_StringHolder theNodeDiveablePref
 
static const UT_StringHolder theLoadFromDiskPref
 
static const UT_StringHolder theTimeDepPref
 
static const UT_StringHolder theVexCachePref
 
static const UT_StringHolder theNotCompilablePref
 
static const UT_StringHolder the64bitPref
 
static const UT_StringHolder theDynamicTOPPref
 
static const UT_StringHolder theLopDebugPref
 
static const UT_StringHolder theLopUnloadedPayloadsPref
 
static const UT_StringHolder theLopPopulationMaskPref
 
static const UT_StringHolder theConstraintsPref
 
static const UT_StringHolder theKinematicsPref
 
static const UT_StringHolder theHasTakeDataPref
 
static const UT_StringHolder theMQServerAuthPref
 
static const UT_StringHolder theMQClientsAuthPref
 
static const UT_StringHolder theMainBadgeCategory
 
static const UT_StringHolder theContextSpecificBadgeCategory
 
static const UT_StringHolder theParametersBadgeCategory
 

Detailed Description

Examples:
OPUI/OPUI_HighlightBadge.C.

Definition at line 55 of file OPUI_GraphBadge.h.

Constructor & Destructor Documentation

OPUI_GraphBadge::OPUI_GraphBadge ( const UT_StringHolder pref,
const UT_StringHolder category,
const UT_StringHolder description,
const UT_StringHolder icon,
OPUI_GraphBadgeVisibility  vis,
OPUI_GraphBadgeTest  test,
OPUI_GraphBadgeThreading  threading 
)
OPUI_GraphBadge::~OPUI_GraphBadge ( )

Member Function Documentation

static void OPUI_GraphBadge::addBadges ( OPUI_GraphBadgeArray add_badges)
static
OPUI_GraphBadgeTest OPUI_GraphBadge::getBadgeTest ( ) const
inline

Definition at line 77 of file OPUI_GraphBadge.h.

OPUI_GraphBadgeVisibility OPUI_GraphBadge::getDefaultVisibility ( ) const
inline

Definition at line 75 of file OPUI_GraphBadge.h.

const UT_StringHolder& OPUI_GraphBadge::getDescription ( ) const
inline

Definition at line 71 of file OPUI_GraphBadge.h.

const UT_StringHolder& OPUI_GraphBadge::getIcon ( ) const
inline

Definition at line 73 of file OPUI_GraphBadge.h.

const UT_StringHolder& OPUI_GraphBadge::getPreferenceCategory ( ) const
inline

Definition at line 69 of file OPUI_GraphBadge.h.

const UT_StringHolder& OPUI_GraphBadge::getPreferenceName ( ) const
inline

Definition at line 67 of file OPUI_GraphBadge.h.

bool OPUI_GraphBadge::getThreadSafe ( ) const
inline

Definition at line 79 of file OPUI_GraphBadge.h.

OPUI_GraphBadgeVisibility OPUI_GraphBadge::getVisibility ( ) const
inline

Definition at line 82 of file OPUI_GraphBadge.h.

void OPUI_GraphBadge::setVisibility ( OPUI_GraphBadgeVisibility  vis)
inline

Definition at line 84 of file OPUI_GraphBadge.h.

Member Data Documentation

const UT_StringHolder OPUI_GraphBadge::the64bitPref
static

Definition at line 107 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theChildErrorPref
static

Definition at line 90 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theCommentPref
static

Definition at line 93 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theConstraintsPref
static

Definition at line 113 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theContextSpecificBadgeCategory
static

Definition at line 121 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theDynamicTOPPref
static

Definition at line 108 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theErrorPref
static

Definition at line 89 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theHasTakeDataPref
static

Definition at line 115 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theHDADelaySyncPref
static

Definition at line 100 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theHDALockedPref
static

Definition at line 98 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theHDAUnlockedPref
static

Definition at line 99 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theKinematicsPref
static

Definition at line 114 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theLoadFromDiskPref
static

Definition at line 102 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theLopDebugPref
static

Definition at line 109 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theLopPopulationMaskPref
static

Definition at line 111 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theLopUnloadedPayloadsPref
static

Definition at line 110 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theMainBadgeCategory
static
Examples:
OPUI/OPUI_HighlightBadge.C.

Definition at line 120 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theMessagePref
static

Definition at line 92 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theMQClientsAuthPref
static

Definition at line 118 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theMQServerAuthPref
static

Definition at line 117 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theNeedsCookPref
static

Definition at line 97 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theNodeDiveablePref
static

Definition at line 101 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theNodeHasDataPref
static

Definition at line 96 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theNodeLockedPref
static

Definition at line 94 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theNodeUnloadPref
static

Definition at line 95 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theNotCompilablePref
static

Definition at line 106 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theParametersBadgeCategory
static

Definition at line 122 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theTimeDepPref
static

Definition at line 103 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theVexCachePref
static

Definition at line 105 of file OPUI_GraphBadge.h.

const UT_StringHolder OPUI_GraphBadge::theWarningPref
static

Definition at line 91 of file OPUI_GraphBadge.h.


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