HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OP_UpdateTableSink Class Referenceabstract

#include <OP_OperatorTable.h>

+ Inheritance diagram for OP_UpdateTableSink:

Public Member Functions

 OP_UpdateTableSink ()
 
virtual ~OP_UpdateTableSink ()
 
virtual void tableUpdated (OP_OperatorTable *table)=0
 
virtual void tableDeleted (OP_OperatorTable *table)
 

Protected Member Functions

void addUpdateTableSink (OP_OperatorTable *table)
 
void removeUpdateTableSink (OP_OperatorTable *table)
 
void removeAllTableSinks ()
 

Detailed Description

Definition at line 373 of file OP_OperatorTable.h.

Constructor & Destructor Documentation

OP_UpdateTableSink::OP_UpdateTableSink ( )
inline

Definition at line 376 of file OP_OperatorTable.h.

virtual OP_UpdateTableSink::~OP_UpdateTableSink ( )
inlinevirtual

Definition at line 377 of file OP_OperatorTable.h.

Member Function Documentation

void OP_UpdateTableSink::addUpdateTableSink ( OP_OperatorTable table)
inlineprotected

Definition at line 385 of file OP_OperatorTable.h.

void OP_UpdateTableSink::removeAllTableSinks ( )
inlineprotected

Definition at line 397 of file OP_OperatorTable.h.

void OP_UpdateTableSink::removeUpdateTableSink ( OP_OperatorTable table)
inlineprotected

Definition at line 391 of file OP_OperatorTable.h.

virtual void OP_UpdateTableSink::tableDeleted ( OP_OperatorTable table)
inlinevirtual

Reimplemented in PI_ResourceManager.

Definition at line 381 of file OP_OperatorTable.h.

virtual void OP_UpdateTableSink::tableUpdated ( OP_OperatorTable table)
pure virtual

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