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

#include <OP_Value.h>

Public Member Functions

 OP_Value (OP_Node *owner)
 
 ~OP_Value ()
 
int hasOpInterest (void *data, OP_EventMethod eventHandler) const
 
void addOpInterest (void *data, OP_EventMethod eventHandler)
 
void removeOpInterest (void *data, OP_EventMethod eventHandler)
 
void changed (OP_EventType type, void *data=0) const
 
unsigned numInterests () const
 
int64 getMemoryUsage (bool inclusive) const
 

Detailed Description

Definition at line 198 of file OP_Value.h.

Constructor & Destructor Documentation

OP_Value::OP_Value ( OP_Node owner)
OP_Value::~OP_Value ( )

Member Function Documentation

void OP_Value::addOpInterest ( void data,
OP_EventMethod  eventHandler 
)
void OP_Value::changed ( OP_EventType  type,
void data = 0 
) const
int64 OP_Value::getMemoryUsage ( bool  inclusive) const
int OP_Value::hasOpInterest ( void data,
OP_EventMethod  eventHandler 
) const
unsigned OP_Value::numInterests ( ) const
void OP_Value::removeOpInterest ( void data,
OP_EventMethod  eventHandler 
)

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