21#ifndef OPENSWMMVIS_LAYERS_GISOBJECTREF_H
22#define OPENSWMMVIS_LAYERS_GISOBJECTREF_H
32 static QString
layerKey(
const QString &layerId);
Definition gisobjectref.h:29
static QString layerKey(const QString &layerId)
"gis::<layerId>" — the bus-side key for one feature layer.
Definition gisobjectref.cpp:9
static SWMMObjectRef feature(const QString &layerId, long long fid)
Build a SelectionManager ref naming feature fid on the layer with layerId.
Definition gisobjectref.cpp:14
static bool parseFeature(const SWMMObjectRef &ref, QString *outLayerId, long long *outFid)
Parse a feature ref name. Returns true and fills the outs on success; false (outs untouched) if the n...
Definition gisobjectref.cpp:21
EdgeRef ref
Definition pslgminsize.cpp:377
Identifies a single SWMM object.
Definition selectionmanager.h:32