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
swmmstreetpropertyadapter.h
Go to the documentation of this file.
1
14#ifndef SWMMSTREETPROPERTYADAPTER_H
15#define SWMMSTREETPROPERTYADAPTER_H
16
18
20{
21 Q_OBJECT
22public:
24 Q_INVOKABLE QString displayLabelFor(const QString &property) const;
25};
26
27#endif // SWMMSTREETPROPERTYADAPTER_H
Common base for non-spatial Data Object property adapters.
Definition swmmdataobjectpropertyadapter.h:38
SWMMDataObjectPropertyAdapter(SWMM_Engine engine, QString name, QObject *parent=nullptr)
Definition swmmdataobjectpropertyadapter.cpp:11
Definition swmmstreetpropertyadapter.h:20
Q_INVOKABLE QString displayLabelFor(const QString &property) const
Definition swmmstreetpropertyadapter.cpp:9