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
openswmmvisservice.h File Reference

Abstract base interface for all plug-in services registered with the SWMMVis visualiser at runtime. More...

Go to the source code of this file.

Classes

class  OpenSWMMVisService
 Abstract base class for all OpenSWMMVis plug-in services. More...
 

Detailed Description

Abstract base interface for all plug-in services registered with the SWMMVis visualiser at runtime.

Author
Caleb Buahin caleb.nosp@m..bua.nosp@m.hin@g.nosp@m.mail.nosp@m..com
Date
2026
License\n GPL-3.0-or-later

Services are registered by name and version using a static service registry. Callers retrieve a service by name, pass a request object, and receive a response object. The interface is intentionally thin so that new services can be added without modifying the host application.