#include <OP_BundleFilter.h>
Definition at line 21 of file OP_BundleFilter.h.
OP_BundleFilter::OP_BundleFilter |
( |
| ) |
|
virtual OP_BundleFilter::~OP_BundleFilter |
( |
| ) |
|
|
virtual |
static const OP_BundleFilter* OP_BundleFilter::findFilter |
( |
const char * |
name | ) |
|
|
static |
static int OP_BundleFilter::getFilterCount |
( |
| ) |
|
|
static |
virtual const char* OP_BundleFilter::getLabel |
( |
| ) |
const |
|
pure virtual |
virtual const char* OP_BundleFilter::getName |
( |
| ) |
const |
|
pure virtual |
static const char* OP_BundleFilter::getNullFilterName |
( |
| ) |
|
|
static |
virtual bool OP_BundleFilter::isNodeValid |
( |
const OP_Bundle * |
bundle, |
|
|
const OP_Node * |
node |
|
) |
| const |
|
pure virtual |
virtual bool OP_BundleFilter::matchNode |
( |
const OP_Bundle * |
bundle, |
|
|
const OP_Node * |
needle, |
|
|
const OP_Node * |
patternNode, |
|
|
const OP_Node * |
relativeTo |
|
) |
| const |
|
virtual |
Check whether the needle
node is in the bundle. The base class implementation checks that isNodeValid()
is true an that the needle
is a child of the patternNode.
The documentation for this class was generated from the following file: