Code Documentation 3.6
Social Network Visualizer
Loading...
Searching...
No Matches
GraphQuery Struct Reference

A compound AND-logic filter applied in one operation (one snapshot, one chip). More...

#include <graph/filters/graph_query.h>

Public Attributes

QList< FilterConditionconditions

Detailed Description

A compound AND-logic filter applied in one operation (one snapshot, one chip).

All conditions must be satisfied for a node or edge to remain visible. The scope (Nodes or Edges) is set on each FilterCondition; all conditions in one GraphQuery carry the same scope (set by DialogQueryBuilder).

Applied via Graph::vertexFilterByQuery() (Nodes) or Graph::edgeFilterByQuery() (Edges).

Member Data Documentation

◆ conditions

QList<FilterCondition> GraphQuery::conditions

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