#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) |
| unsigned | numInterests () const |
Definition at line 141 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 | |||
| ) |
| int OP_Value::hasOpInterest | ( | void * | data, | |
| OP_EventMethod | eventHandler | |||
| ) | const |
| unsigned OP_Value::numInterests | ( | ) | const |
| void OP_Value::removeOpInterest | ( | void * | data, | |
| OP_EventMethod | eventHandler | |||
| ) |
1.5.9