|
| OrFilter (const QList< Filter * > &preds) |
|
| OrFilter (const std::vector< Filter * > &preds) |
|
| Filter (const Filter &filter) |
|
void | updateVariables () |
| Look in the predicate/value tree for all the variables it can find and put them inside their respective *VarList member variables. More...
|
|
bool | needsBinding () const |
| Returns whether this filter needs to be bound to a specific layout. More...
|
|
void | bindToLayout (const PointLayout &layout) |
|
void | bindToPointAttributes () |
|
bool | isTrue (const Point *p) const |
| Returns whether the filter predicate is true for the given point.
|
|
bool | isAlwaysTrue () const |
| Returns whether the filter predicate is always true, regardless of the given point.
|
|
const parser::Predicate * | pred () const |
|
QString | toString () const |
|
The documentation for this class was generated from the following files: