#include <gisobjectref.h>
|
| static QString | layerKey (const QString &layerId) |
| | "gis::<layerId>" — the bus-side key for one feature layer.
|
| |
| static SWMMObjectRef | feature (const QString &layerId, long long fid) |
| | Build a SelectionManager ref naming feature fid on the layer with layerId.
|
| |
| 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 name is malformed or the ref is not a Feature.
|
| |
◆ feature()
| SWMMObjectRef GisObjectRef::feature |
( |
const QString & |
layerId, |
|
|
long long |
fid |
|
) |
| |
|
static |
◆ layerKey()
| QString GisObjectRef::layerKey |
( |
const QString & |
layerId | ) |
|
|
static |
"gis::<layerId>" — the bus-side key for one feature layer.
◆ parseFeature()
| bool GisObjectRef::parseFeature |
( |
const SWMMObjectRef & |
ref, |
|
|
QString * |
outLayerId, |
|
|
long long * |
outFid |
|
) |
| |
|
static |
Parse a feature ref name. Returns true and fills the outs on success; false (outs untouched) if the name is malformed or the ref is not a Feature.
The documentation for this class was generated from the following files: