Public Member Functions | |
| Selection (const NodeIDSet &set) | |
| void | add (const NodeID &id) |
| void | add (const Selection &other) |
| void | sub (const Selection &other) |
| void | sub (const NodeID &id) |
| QJsonArray | json () const |
Static Public Member Functions | |
| static Selection | fromJson (const QJsonArray &arr) |
Definition at line 9 of file Selection.h.