SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
SWMMModelLayer Member List

This is the complete list of members for SWMMModelLayer, including all inherited members.

addChild(OpenSWMMVisLayer *child)OpenSWMMVisLayerprotected
adoptNewEngine(const NewProjectSpec &spec, QList< QString > &warnings, QList< QString > &errors)SWMMModelLayer
adoptOpenEngine(SWMM_Engine engine, QList< QString > &warnings, QList< QString > &errors, qint64 openMs=-1, qint64 soaMs=0, qint64 geomMs=0)SWMMModelLayer
applyControlRuleAdd(const QString &name, const QString &body, QString *outError=nullptr)SWMMModelLayer
applyControlRuleRemove(const QString &name, QString *outError=nullptr)SWMMModelLayer
applyControlRuleRename(const QString &oldName, const QString &newName, QString *outError=nullptr)SWMMModelLayer
applyControlRuleReplace(const QString &name, const QString &newBody, QString *outError=nullptr)SWMMModelLayer
applyDeleteMany(const QStringList &nodeNames, const QStringList &linkNames, const QStringList &subcatchNames, const QStringList &gageNames, QStringList *cascadeLinkNames=nullptr)SWMMModelLayer
applyFuseInletJunction(const QString &nodeName, QString *outError=nullptr)SWMMModelLayer
applyFuseJunctionSplit(const QString &nodeName, QString *outError=nullptr)SWMMModelLayer
applyFuseVirtualJunction(const QString &nodeName, QString *outError=nullptr)SWMMModelLayer
applyGageAdd(const QString &name, double x, double y, int *outIdx=nullptr)SWMMModelLayer
applyGageDelete(const QString &name)SWMMModelLayer
applyGageMove(int idx, double newX, double newY)SWMMModelLayer
applyHydrographAddGroup(const QString &name, const QString &gageName, int initialResponse)SWMMModelLayer
applyHydrographClearMonths(const QString &name)SWMMModelLayer
applyHydrographRemoveEntry(const QString &name, int month, int response)SWMMModelLayer
applyHydrographRemoveGroup(const QString &name)SWMMModelLayer
applyHydrographRenameGroup(const QString &oldName, const QString &newName)SWMMModelLayer
applyHydrographSetGage(const QString &name, const QString &gageName)SWMMModelLayer
applyHydrographSetIa(const QString &name, int month, int response, double dmax, double drecov, double dinit)SWMMModelLayer
applyHydrographSetRtk(const QString &name, int month, int response, double r, double t, double k)SWMMModelLayer
applyInsertInletJunction(const QString &linkName, double t, const QString &newNodeName, const QString &newLinkName, const QString &inletId, const QString &captureNode, int *outNodeIdx=nullptr, int *outLinkIdx=nullptr, QString *outError=nullptr)SWMMModelLayer
applyInsertJunctionSplit(const QString &linkName, double t, const QString &newNodeName, const QString &newLinkName, int *outNodeIdx=nullptr, int *outLinkIdx=nullptr, QString *outError=nullptr)SWMMModelLayer
applyInsertVirtualJunction(const QString &linkName, double t, const QString &newNodeName, const QString &newLinkName, int *outNodeIdx=nullptr, int *outLinkIdx=nullptr, QString *outError=nullptr)SWMMModelLayer
applyLinkAdd(const QString &name, int linkType, const QString &fromNodeName, const QString &toNodeName, const QVector< QPointF > &interiorVertices, int *outIdx=nullptr)SWMMModelLayer
applyLinkBarrels(int linkIdx, int barrels)SWMMModelLayer
applyLinkConvert(const QString &name, int newLinkType, QStringList *outCleared=nullptr, QStringList *outWarnings=nullptr, QString *outError=nullptr)SWMMModelLayer
applyLinkCulvertCode(int linkIdx, int code)SWMMModelLayer
applyLinkDelete(const QString &name)SWMMModelLayer
applyLinkFlip(int linkIdx)SWMMModelLayer
applyLinkInteriorVertices(int linkIdx, const QVector< QPointF > &interior)SWMMModelLayer
applyLinkLength(int linkIdx, double length)SWMMModelLayer
applyLinkXsect(int linkIdx, int shape, double g1, double g2, double g3, double g4)SWMMModelLayer
applyNodeAdd(const QString &name, int nodeType, double x, double y, int *outIdx=nullptr)SWMMModelLayer
applyNodeConvert(const QString &name, int newNodeType, QStringList *outCleared=nullptr, QStringList *outWarnings=nullptr, QString *outError=nullptr)SWMMModelLayer
applyNodeDelete(const QString &name, QStringList *cascadeLinkNames=nullptr)SWMMModelLayer
applyNodeMove(int idx, double newX, double newY)SWMMModelLayer
applyRdiiDecayRemove(const QString &name, int response)SWMMModelLayer
applyRdiiDecaySet(const QString &name, int response, double k_dep, double k_0, double k_T, double T_ref, double theta_rec, double T_freeze, bool snowOn=false, double snow_T=1.0, double snow_ddf=0.0)SWMMModelLayer
applyRemoveInletUsage(int hostKind, int hostIdx, QString *outError=nullptr)SWMMModelLayer
applyRename(const QString &oldName, const QString &newName, quint8 kindHint=kKindAll)SWMMModelLayer
applySetInlet(const QString &name, bool makeInlet, QString *outError=nullptr)SWMMModelLayer
applySetInletUsage(const SWMM_InletUsage &usage, QString *outError=nullptr)SWMMModelLayer
applySetVirtual(const QString &name, bool makeVirtual, QString *outError=nullptr)SWMMModelLayer
applySubcatchAdd(const QString &name, const QVector< QPointF > &polygon, int *outIdx=nullptr)SWMMModelLayer
applySubcatchArea(int idx, double areaInModelUnits)SWMMModelLayer
applySubcatchDelete(const QString &name)SWMMModelLayer
applySubcatchSetGage(int idx, const QString &gageName)SWMMModelLayer
applySubcatchVertices(int idx, const QVector< QPointF > &vertices)SWMMModelLayer
applyTransectAdd(const QString &name, QString *outError=nullptr)SWMMModelLayer
applyTransectRemove(const QString &name, QString *outError=nullptr)SWMMModelLayer
applyTransectRename(const QString &oldName, const QString &newName, QString *outError=nullptr)SWMMModelLayer
applyTransectSetBankStations(const QString &name, double xLeft, double xRight)SWMMModelLayer
applyTransectSetComments(const QString &name, const QString &comments)SWMMModelLayer
applyTransectSetEncroachmentStations(const QString &name, double xLeft, double xRight)SWMMModelLayer
applyTransectSetModifiers(const QString &name, double stationMul, double elevOffset, double meander)SWMMModelLayer
applyTransectSetRoughness(const QString &name, double nLeft, double nRight, double nChannel)SWMMModelLayer
applyTransectSetStations(const QString &name, const QVector< QPair< double, double > > &stations)SWMMModelLayer
attributeChanged(const QString &objectName)SWMMModelLayersignal
auxStorageSpec() constOpenSWMMVisLayerinline
auxStorageSpecChanged(const OpenSWMM::Render::AuxiliaryStorageSpec &spec)OpenSWMMVisLayersignal
availableAttributes(OpenSWMMVis::SwmmCategory cat) const overrideSWMMModelLayervirtual
beginBulkEdit()SWMMModelLayer
buildFromEngine(SWMM_Engine engine, qint64 *soaMsOut=nullptr, qint64 *geomMsOut=nullptr)SWMMModelLayer
bulkEditActive() constSWMMModelLayerinline
cachedGageCoord(int idx, double *x, double *y) constSWMMModelLayer
cachedGageCount() constSWMMModelLayer
cachedLinkCount() constSWMMModelLayer
cachedLinkInteriorVertices(int idx) constSWMMModelLayer
cachedLinkPolyline(int idx) constSWMMModelLayer
cachedNodeCoord(int idx, double *x, double *y) constSWMMModelLayer
cachedNodeCount() constSWMMModelLayer
cachedSubcatchCount() constSWMMModelLayer
cachedSubcatchVertices(int idx) constSWMMModelLayer
CatConduitsSWMMModelLayerstatic
CatDividersSWMMModelLayerstatic
Category typedefSWMMModelLayer
categoryCheckState(Category c) constSWMMModelLayer
categoryCount(Category c) constSWMMModelLayer
categoryOpacity(Category c) constSWMMModelLayer
categoryOrder() constSWMMModelLayer
categoryOrderChanged()SWMMModelLayersignal
CatJunctionsSWMMModelLayerstatic
CatOrificesSWMMModelLayerstatic
CatOutfallsSWMMModelLayerstatic
CatOutletsSWMMModelLayerstatic
CatPumpsSWMMModelLayerstatic
CatRainGagesSWMMModelLayerstatic
CatStorageSWMMModelLayerstatic
CatSubcatchmentsSWMMModelLayerstatic
CatWeirsSWMMModelLayerstatic
ChildrenOpenSWMMVisLayer
children() constOpenSWMMVisLayer
childrenChanged()OpenSWMMVisLayersignal
classifyGraduatedIfNeeded(Category c, OpenSWMM::Render::GraduatedRenderer *g)SWMMModelLayer
clearObjectOrder(Category cat)SWMMModelLayer
clearSelection()SWMMModelLayer
closeEngine()SWMMModelLayer
colorForClass(const QString &classKey) constSWMMModelLayer
conduitSymbol() constSWMMModelLayer
controlRulesChanged(const QString &ruleName)SWMMModelLayersignal
convertLinkOffsets(bool toElevation, bool convertValues)SWMMModelLayer
createBlankEngine(const NewProjectSpec &spec, QString *errorDetail)SWMMModelLayerstatic
createDataObject(DataCategory c, const QString &name, const QVariantMap &options, QString *outError=nullptr)SWMMModelLayer
CRSOpenSWMMVisLayer
crsAssigned() const noexceptSWMMModelLayerinline
crsDescription() constOpenSWMMVisLayer
DataAquifers enum valueSWMMModelLayer
DataCategory enum nameSWMMModelLayer
DataControls enum valueSWMMModelLayer
DataCurves enum valueSWMMModelLayer
DataHydrographs enum valueSWMMModelLayer
DataInlets enum valueSWMMModelLayer
DataLandUses enum valueSWMMModelLayer
DataLIDControls enum valueSWMMModelLayer
dataObjectCount(DataCategory c) constSWMMModelLayer
dataObjectNameAt(DataCategory c, int row) constSWMMModelLayer
dataObjectsChanged()SWMMModelLayersignal
DataPatterns enum valueSWMMModelLayer
DataPollutants enum valueSWMMModelLayer
DataSnowpacks enum valueSWMMModelLayer
DataStreets enum valueSWMMModelLayer
DataTimeSeries enum valueSWMMModelLayer
DataTransects enum valueSWMMModelLayer
defaultObjectOrder(Category cat) constSWMMModelLayer
depopulateScene(QGraphicsScene *scene) overrideSWMMModelLayervirtual
diagramSpec() constOpenSWMMVisLayerinline
diagramSpecChanged(const OpenSWMM::Render::DiagramSpec &spec)OpenSWMMVisLayersignal
dividerSymbol() constSWMMModelLayer
editCanvas() constSWMMModelLayer
editRevision() constSWMMModelLayerinline
elementPosition(const QString &name, double *x, double *y) constSWMMModelLayer
elementSymbolAdapter(const QString &routingId)SWMMModelLayer
endBulkEdit()SWMMModelLayer
engine() constSWMMModelLayer
engineLinkLength(int linkIdx) constSWMMModelLayer
engineSupportsInletJunctions() constSWMMModelLayer
ensureAquiferRegistry()SWMMModelLayer
ensureControlRuleRegistry()SWMMModelLayer
ensureCurveRegistry()SWMMModelLayer
ensureInletRegistry()SWMMModelLayer
ensureLandUseRegistry()SWMMModelLayer
ensureLidControlRegistry()SWMMModelLayer
ensurePatternRegistry()SWMMModelLayer
ensurePollutantRegistry()SWMMModelLayer
ensureSnowpackRegistry()SWMMModelLayer
ensureStreetRegistry()SWMMModelLayer
ensureTimeseriesRegistry()SWMMModelLayer
ensureTransectRegistry()SWMMModelLayer
ensureUserFlagsModel()SWMMModelLayer
extendedMetadata() const overrideSWMMModelLayervirtual
extent() constOpenSWMMVisLayer
extentChanged(const MapExtent &newExtent)OpenSWMMVisLayersignal
featureColor(Category c, int idx) constSWMMModelLayer
featureOffset(Category c, int idx) constSWMMModelLayer
featureShape(Category c, int idx) constSWMMModelLayer
featureSize(Category c, int idx) constSWMMModelLayer
fetchCache(const MapExtent &extent, const QSize &viewportSize, const SpatialReferenceSystem *srs)OpenSWMMVisLayervirtual
findObjectLocation(const QString &name, Category *cat, int *row) constSWMMModelLayer
gagesInPolygon(const QPolygonF &canvasPoly) constSWMMModelLayer
gagesInRect(double canvasMinX, double canvasMinY, double canvasMaxX, double canvasMaxY) constSWMMModelLayer
geometryChanged()SWMMModelLayersignal
geomRevision() constSWMMModelLayerinline
getOption(const QByteArray &key, const QString &fallback={}) constSWMMModelLayer
glRenderingEnabled() const noexceptSWMMModelLayerinline
hiddenObjects() constSWMMModelLayerinline
httpHeaders() constOpenSWMMVisLayerinline
hydrographChanged(const QString &uhName)SWMMModelLayersignal
hydrographDecayModel()SWMMModelLayer
hydrographGroupListModel()SWMMModelLayer
hydrographIaModel()SWMMModelLayer
hydrographRtkModel()SWMMModelLayer
identifyAt(double mapX, double mapY, const SpatialReferenceSystem *canvasSRS, double tolerance=1e-6) constSWMMModelLayer
identifyAt(double mapX, double mapY, double tolerance=1e-6) constSWMMModelLayer
identifyByName(const QString &name, quint8 kindMask=kKindAll) constSWMMModelLayer
inletConnectors() constSWMMModelLayer
inletConnectorSymbol() constSWMMModelLayer
inletJunctionSymbol() constSWMMModelLayer
inletUsageFor(int hostKind, int hostIdx, SWMM_InletUsage *out) constSWMMModelLayer
invalidateDataObjectCache()SWMMModelLayerinline
isBasemapLayer() constOpenSWMMVisLayerinlinevirtual
isConduit(int linkIdx) constSWMMModelLayer
isObjectVisible(const QString &name) constSWMMModelLayer
isObjectVisible(const QString &name, Category c) constSWMMModelLayer
isRasterLayer() constOpenSWMMVisLayerinlinevirtual
isVisible() constOpenSWMMVisLayer
joins() constOpenSWMMVisLayerinline
joinsChanged(const QVector< OpenSWMM::Render::JoinSpec > &joins)OpenSWMMVisLayersignal
junctionSymbol() constSWMMModelLayer
kindBitForCategory(Category c) noexceptSWMMModelLayerstatic
kindHasAnyOffset(Category c) constSWMMModelLayer
kindKey(Category c)SWMMModelLayerstatic
kindRenderer(Category c) constSWMMModelLayer
kindUsesOverrides(Category c) constSWMMModelLayer
kKindAllSWMMModelLayerstatic
kKindCatchSWMMModelLayerstatic
kKindGageSWMMModelLayerstatic
kKindLinkSWMMModelLayerstatic
kKindNodeSWMMModelLayerstatic
labelConfig() constOpenSWMMVisLayerinline
labelConfigChanged()OpenSWMMVisLayersignal
layerId() constOpenSWMMVisLayer
LayerIdOpenSWMMVisLayer
LayerTypeOpenSWMMVisLayer
layerType() constOpenSWMMVisLayer
layerTypeChanged(OpenSWMMVisLayerType newType)OpenSWMMVisLayersignal
layerZValue() constOpenSWMMVisLayer
legendSymbolItems() constSWMMModelLayer
linkArrowColor(Category c) constSWMMModelLayer
linkArrowOnlyWhenFlowPos(Category c) constSWMMModelLayer
linkArrowsEnabled(Category c) constSWMMModelLayer
linkArrowSize(Category c) constSWMMModelLayer
linkArrowWidth(Category c) constSWMMModelLayer
linkEndForNode(int linkIdx, int nodeIdx) constSWMMModelLayer
linkFlow(int linkIdx) constSWMMModelLayer
linkFromNodeIdx(int linkIdx) constSWMMModelLayer
linkIndex(const QString &name) constSWMMModelLayer
linksAttachedToNode(int nodeIdx) constSWMMModelLayer
linksInPolygon(const QPolygonF &canvasPoly) constSWMMModelLayer
linksInRect(double canvasMinX, double canvasMinY, double canvasMaxX, double canvasMaxY) constSWMMModelLayer
linkToNodeIdx(int linkIdx) constSWMMModelLayer
loadModel(QList< QString > &warnings, QList< QString > &errors)SWMMModelLayer
m_authHeaderOpenSWMMVisLayerprotected
m_httpHeadersOpenSWMMVisLayerprotected
markEdited()SWMMModelLayerinlineslot
maskSpec() constOpenSWMMVisLayerinline
maskSpecChanged(const OpenSWMM::Render::MaskSpec &spec)OpenSWMMVisLayersignal
maxMarkerHalfBoundPx() constSWMMModelLayer
modelEdited()SWMMModelLayersignal
modelFilePathSWMMModelLayer
modelFilePath() constSWMMModelLayer
modelFilePathChanged(const QString &path)SWMMModelLayersignal
modelLoaded()SWMMModelLayersignal
modelLoadError(const QString &errorMessage)SWMMModelLayersignal
name() constOpenSWMMVisLayer
NameOpenSWMMVisLayer
nameChanged(const QString &newName)OpenSWMMVisLayersignal
nodeIndex(const QString &name) constSWMMModelLayer
nodeIsInlet(int soaIdx) constSWMMModelLayerinline
nodeIsVirtual(int soaIdx) constSWMMModelLayerinline
nodesInPolygon(const QPolygonF &canvasPoly) constSWMMModelLayer
nodesInRect(double canvasMinX, double canvasMinY, double canvasMaxX, double canvasMaxY) constSWMMModelLayer
NumCategoriesSWMMModelLayerstatic
NumDataCategories enum valueSWMMModelLayer
objectExtent(const QString &name) constSWMMModelLayer
objectNameAt(Category c, int row) constSWMMModelLayer
objectOrder(Category cat) constSWMMModelLayer
objectTypeFor(const QString &name) constSWMMModelLayer
onCanvasCRSChanged(const SpatialReferenceSystem *newCanvasSRS) overrideSWMMModelLayervirtual
OpacityOpenSWMMVisLayer
opacity() constOpenSWMMVisLayer
opacityChanged(double opacity)OpenSWMMVisLayersignal
openEngineForPath(const QString &path, QString *errorDetail, qint64 *openMs=nullptr)SWMMModelLayerstatic
OpenSWMMVisLayer(OpenSWMMVisWorkspace *parent)OpenSWMMVisLayerexplicit
OpenSWMMVisLayer(const QString &name="Unlabeled Layer", OpenSWMMVisWorkspace *parent=nullptr)OpenSWMMVisLayerexplicit
OpenSWMMVisLayerType enum nameOpenSWMMVisLayer
optionsChanged(const QStringList &keys)SWMMModelLayersignal
orificeSymbol() constSWMMModelLayer
outfallSymbol() constSWMMModelLayer
outletSymbol() constSWMMModelLayer
pickAt(double sceneX, double sceneY, double tolerance) constSWMMModelLayer
polygonCanvasToLayer(const QPolygonF &poly) constSWMMModelLayer
polylineLengthInModelUnits(const QVector< QPointF > &vertices) constSWMMModelLayer
populateScene(QGraphicsScene *scene, const MapExtent &canvasExtent, const SpatialReferenceSystem *canvasSRS) overrideSWMMModelLayervirtual
previewGageMove(int idx, double newX, double newY)SWMMModelLayer
previewNodeMove(int idx, double newX, double newY)SWMMModelLayer
pumpSymbol() constSWMMModelLayer
pushInletUsageEdit(const SWMM_InletUsage &usage)SWMMModelLayer
pushInletUsageRemoval(int hostKind, int hostIdx)SWMMModelLayer
QsgCatch enum valueSWMMModelLayer
QsgGages enum valueSWMMModelLayer
QsgKind enum nameSWMMModelLayer
QsgLinks enum valueSWMMModelLayer
QsgNodes enum valueSWMMModelLayer
QsgNone enum valueSWMMModelLayer
qsgOwnsKind(QsgKind k) const noexceptSWMMModelLayerinline
qsgRenderKinds() const noexceptSWMMModelLayerinline
qsgRenderKindsChanged(QsgKinds kinds)SWMMModelLayersignal
rainGageSymbol() constSWMMModelLayer
rebuildKindFeatureColors(Category c)SWMMModelLayer
refreshScene(QGraphicsScene *scene, const MapExtent &canvasExtent, const SpatialReferenceSystem *canvasSRS) overrideSWMMModelLayervirtual
reloadGeometry()SWMMModelLayer
removeChild(OpenSWMMVisLayer *child)OpenSWMMVisLayerprotected
render(QPainter *painter, const MapExtent &extent, const QSize &imageSize, const SpatialReferenceSystem *srs)OpenSWMMVisLayervirtual
renderer() const overrideSWMMModelLayervirtual
rendererChanged()SWMMModelLayersignal
renderLinkCount() constSWMMModelLayerinline
renderLinkHidden(int idx) constSWMMModelLayerinline
repaintRequested()OpenSWMMVisLayersignal
resetKindRendererToDefaults(Category c)SWMMModelLayer
rollbackTailGageAdd(const QString &name)SWMMModelLayer
rollbackTailLinkAdd(const QString &name)SWMMModelLayer
rollbackTailNodeAdd(const QString &name)SWMMModelLayer
rollbackTailSubcatchAdd(const QString &name)SWMMModelLayer
ruleList() overrideSWMMModelLayervirtual
ruleList() const overrideSWMMModelLayervirtual
selectedElementNames() constSWMMModelLayer
selectedElements() constSWMMModelLayerinline
selectionChanged(const QStringList &selectedNames)SWMMModelLayersignal
setAuxStorageSpec(const OpenSWMM::Render::AuxiliaryStorageSpec &spec)OpenSWMMVisLayer
setBasicAuth(const QString &username, const QString &password)OpenSWMMVisLayer
setCategoryOpacity(Category c, qreal opacity)SWMMModelLayer
setCategoryOrder(const QVector< Category > &order)SWMMModelLayer
setCategoryVisible(Category c, bool visible)SWMMModelLayer
setColorForClass(const QString &classKey, const QColor &color)SWMMModelLayer
setConduitSymbol(const SWMMElementSymbol &s)SWMMModelLayer
setDiagramSpec(const OpenSWMM::Render::DiagramSpec &spec)OpenSWMMVisLayer
setDividerSymbol(const SWMMElementSymbol &s)SWMMModelLayer
setEditCanvas(MapCanvas *canvas)SWMMModelLayer
setExtent(const MapExtent &extent)OpenSWMMVisLayer
setGlRenderingEnabled(bool on)SWMMModelLayerinline
setHttpHeaders(const BasemapHttpHeaders &headers)OpenSWMMVisLayer
setInletConnectorSymbol(const SWMMElementSymbol &s)SWMMModelLayer
setInletJunctionSymbol(const SWMMElementSymbol &s)SWMMModelLayer
setJoins(const QVector< OpenSWMM::Render::JoinSpec > &joins)OpenSWMMVisLayer
setJunctionSymbol(const SWMMElementSymbol &s)SWMMModelLayer
setKindRenderer(Category c, std::unique_ptr< OpenSWMM::Render::IFeatureRenderer > r)SWMMModelLayer
setLabelConfig(const OpenSWMM::Render::LabelConfig &cfg) overrideSWMMModelLayervirtual
setLayerType(OpenSWMMVisLayerType type)OpenSWMMVisLayerprotected
setLayerZValue(double z)OpenSWMMVisLayer
setLinkArrowColor(Category c, const QColor &col)SWMMModelLayer
setLinkArrowOnlyWhenFlowPos(Category c, bool onlyPos)SWMMModelLayer
setLinkArrowsEnabled(Category c, bool enabled)SWMMModelLayer
setLinkArrowSize(Category c, double pixels)SWMMModelLayer
setLinkArrowWidth(Category c, double pixels)SWMMModelLayer
setMaskSpec(const OpenSWMM::Render::MaskSpec &spec)OpenSWMMVisLayer
setModelFilePath(const QString &path)SWMMModelLayer
setName(const QString &name)OpenSWMMVisLayer
setObjectOrder(Category cat, const QVector< int > &soaIndices)SWMMModelLayer
setObjectsVisible(const QList< QString > &names, bool visible)SWMMModelLayer
setObjectVisible(const QString &name, bool visible)SWMMModelLayer
setObjectVisibleAt(Category c, int row, bool visible)SWMMModelLayer
setOpacity(double opacity)OpenSWMMVisLayer
setOption(const QByteArray &key, const QString &value)SWMMModelLayer
setOptions(const QMap< QByteArray, QString > &values)SWMMModelLayer
setOrificeSymbol(const SWMMElementSymbol &s)SWMMModelLayer
setOutfallSymbol(const SWMMElementSymbol &s)SWMMModelLayer
setOutletSymbol(const SWMMElementSymbol &s)SWMMModelLayer
setPumpSymbol(const SWMMElementSymbol &s)SWMMModelLayer
setQsgRenderKinds(QsgKinds kinds)SWMMModelLayer
setRainGageSymbol(const SWMMElementSymbol &s)SWMMModelLayer
setRenderer(std::unique_ptr< OpenSWMM::Render::IFeatureRenderer > r) overrideSWMMModelLayervirtual
setSelectedElementNames(const QStringList &names)SWMMModelLayer
setSelectedElements(const QVector< SelectedElement > &sel)SWMMModelLayer
setShowLabels(bool show)SWMMModelLayer
setShowLinks(bool show)SWMMModelLayer
setShowNodes(bool show)SWMMModelLayer
setShowRainGages(bool show)SWMMModelLayer
setShowSubcatchments(bool show)SWMMModelLayer
setSizeForClass(const QString &classKey, qreal size)SWMMModelLayer
setSRS(SpatialReferenceSystem *srs, bool ownsSRS=false)OpenSWMMVisLayer
setStorageSymbol(const SWMMElementSymbol &s)SWMMModelLayer
setSubcatchmentSymbol(const SWMMElementSymbol &s)SWMMModelLayer
setTemporalSpec(const OpenSWMM::Render::TemporalSpec &spec)OpenSWMMVisLayer
setViewportSize(int w, int h)OpenSWMMVisLayerinline
setVirtualJunctionSymbol(const SWMMElementSymbol &s)SWMMModelLayer
setVisible(bool visible)OpenSWMMVisLayer
setWeirSymbol(const SWMMElementSymbol &s)SWMMModelLayer
showLabelsSWMMModelLayer
showLabels() constSWMMModelLayer
showLabelsChanged(bool show)SWMMModelLayersignal
showLinksSWMMModelLayer
showLinks() constSWMMModelLayer
showLinksChanged(bool show)SWMMModelLayersignal
showNodesSWMMModelLayer
showNodes() constSWMMModelLayer
showNodesChanged(bool show)SWMMModelLayersignal
showRainGagesSWMMModelLayer
showRainGages() constSWMMModelLayer
showRainGagesChanged(bool show)SWMMModelLayersignal
showSubcatchmentsSWMMModelLayer
showSubcatchments() constSWMMModelLayer
showSubcatchmentsChanged(bool show)SWMMModelLayersignal
sizeForClass(const QString &classKey) constSWMMModelLayer
snapNearestPoint(double mapX, double mapY, double mapRadius, QPointF &outPt, std::optional< QPointF > excludePos=std::nullopt) constSWMMModelLayer
soaIndexAt(Category c, int row) constSWMMModelLayer
sourceDescription() const overrideSWMMModelLayervirtual
srs() constOpenSWMMVisLayer
srsChanged(SpatialReferenceSystem *newSRS)OpenSWMMVisLayersignal
storageSymbol() constSWMMModelLayer
styleSubjects() overrideSWMMModelLayervirtual
subcatchmentsInPolygon(const QPolygonF &canvasPoly) constSWMMModelLayer
subcatchmentsInRect(double canvasMinX, double canvasMinY, double canvasMaxX, double canvasMaxY) constSWMMModelLayer
subcatchmentSymbol() constSWMMModelLayer
suggestUniqueDataObjectName(DataCategory c) constSWMMModelLayer
supportsClassEdit(OpenSWMM::Render::ClassEditKind kind) constSWMMModelLayer
SWMM2DMeshLayer enum valueOpenSWMMVisLayer
SWMM2DResultsLayer enum valueOpenSWMMVisLayer
SWMMAnnotationLayer enum valueOpenSWMMVisLayer
SWMMDefaultLayer enum valueOpenSWMMVisLayer
SWMMFeatureLayer enum valueOpenSWMMVisLayer
SWMMGISLayer enum valueOpenSWMMVisLayer
SWMMImageryLayer enum valueOpenSWMMVisLayer
SWMMLayerItemSWMMModelLayerfriend
SWMMLayerQSGRendererSWMMModelLayerfriend
SWMMModelLayer(const QString &modelFilePath, OpenSWMMVisWorkspace *parent=nullptr)SWMMModelLayerexplicit
OpenSWMMVisLayer::SWMMModelLayer enum valueOpenSWMMVisLayer
SWMMRasterLayer enum valueOpenSWMMVisLayer
SWMMResultsLayer enum valueOpenSWMMVisLayer
SWMMSubProjectLayer enum valueOpenSWMMVisLayer
SWMMTabularDataLayer enum valueOpenSWMMVisLayer
SWMMTabularyTimeSeriesLayer enum valueOpenSWMMVisLayer
SWMMVectorLayer enum valueOpenSWMMVisLayer
SWMMWMSLayer enum valueOpenSWMMVisLayer
SWMMWMTSLayer enum valueOpenSWMMVisLayer
tableIdsOfType(int tableType) constSWMMModelLayer
temporalSpec() constOpenSWMMVisLayerinline
temporalSpecChanged(const OpenSWMM::Render::TemporalSpec &spec)OpenSWMMVisLayersignal
transectChanged(const QString &transectName)SWMMModelLayersignal
transformCanvasToLayer(double cx, double cy, double &lx, double &ly) constSWMMModelLayer
transformLayerToCanvas(double lx, double ly, double &cx, double &cy) constSWMMModelLayer
viewportHeight() constOpenSWMMVisLayerinline
viewportWidth() constOpenSWMMVisLayerinline
virtualJunctionRuleText(int engineErrorCode)SWMMModelLayerstatic
virtualJunctionSymbol() constSWMMModelLayer
visibilityChanged(bool visible)OpenSWMMVisLayersignal
VisibleOpenSWMMVisLayer
weirSymbol() constSWMMModelLayer
workspace() constOpenSWMMVisLayerinline
~IAttributeProvider()=defaultOpenSWMM::Render::IAttributeProvidervirtual
~OpenSWMMVisLayer()OpenSWMMVisLayervirtual
~SWMMModelLayer() overrideSWMMModelLayer