|
HDK
|
#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 |
Definition at line 198 of file OP_Value.h.
| OP_Value::OP_Value | ( | OP_Node * | owner | ) |
| OP_Value::~OP_Value | ( | ) |
| 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 | ||
| ) |