![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include <treatmentexpressionedit.h>
Signals | |
| void | validationChanged (bool ok, const QString &msg, int col) const |
Public Member Functions | |
| TreatmentExpressionDelegate (void *engineHandle, QObject *parent=nullptr) | |
| QWidget * | createEditor (QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const override |
| void | setEditorData (QWidget *editor, const QModelIndex &index) const override |
| void | setModelData (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const override |
Cell delegate for the Treatment page's Expression column. Forwards the hosted editor's live validation through validationChanged so the page banner can mirror it.
|
explicit |
|
override |
|
override |
|
override |
|
signal |