![]() |
Code Documentation 3.5
Social Network Visualizer
|
Implements vertex filtering functions for the Graph class. More...

Functions | |
| static bool | matchesCondition (const QString &attrValue, const FilterCondition &cond) |
Returns true if attrValue satisfies the condition described by cond. | |
Implements vertex filtering functions for the Graph class.
|
static |
Returns true if attrValue satisfies the condition described by cond.
Numeric operators (>, <, ≥, ≤) attempt a double conversion of both sides and fall back to lexicographic comparison when either side is not numeric. Eq / Neq always use exact string comparison. Contains uses case-insensitive substring search.