#include <curveeditordialog.h>
◆ Mode
◆ CurveEditorDialog()
◆ ~CurveEditorDialog()
| openswmmvis::ui::CurveEditorDialog::~CurveEditorDialog |
( |
| ) |
|
|
overridedefault |
◆ chartView()
◆ createNew()
◆ currentProvider()
| CurveProvider * openswmmvis::ui::CurveEditorDialog::currentProvider |
( |
| ) |
const |
|
noexcept |
◆ deleteCurrentSilently()
| void openswmmvis::ui::CurveEditorDialog::deleteCurrentSilently |
( |
| ) |
|
Delete the currently selected curve from the registry (bypasses the confirmation dialog).
◆ invokeAddRow()
| void openswmmvis::ui::CurveEditorDialog::invokeAddRow |
( |
| ) |
|
◆ invokeDeleteRows()
| void openswmmvis::ui::CurveEditorDialog::invokeDeleteRows |
( |
| ) |
|
◆ invokeNew()
| void openswmmvis::ui::CurveEditorDialog::invokeNew |
( |
| ) |
|
Reveal the create-card (mirrors the "+ New" button).
◆ isCreateEnabled()
| bool openswmmvis::ui::CurveEditorDialog::isCreateEnabled |
( |
| ) |
const |
◆ listView()
| QListView * openswmmvis::ui::CurveEditorDialog::listView |
( |
| ) |
const |
|
inlinenoexcept |
◆ mode()
| Mode openswmmvis::ui::CurveEditorDialog::mode |
( |
| ) |
const |
|
inlinenoexcept |
◆ openForCurve()
| void openswmmvis::ui::CurveEditorDialog::openForCurve |
( |
const QString & |
name | ) |
|
◆ pendingName()
| QString openswmmvis::ui::CurveEditorDialog::pendingName |
( |
| ) |
const |
◆ pendingType()
| int openswmmvis::ui::CurveEditorDialog::pendingType |
( |
| ) |
const |
◆ pickCurve()
Modal pick / create / edit entry point for callers that round-trip a curve selection inline (e.g. the outfall stage-data picker for TIDAL outfalls). Empty initialName → CreateNew mode; otherwise → Edit mode pre-selecting that curve. Returns the name of the curve currently selected on close, or empty if no commit happened. All edits persist through the registry/provider MVC layer regardless of which button closes the dialog. Mirrors PatternEditorDialog::pickPattern / TimeseriesEditorDialog::pickTimeseries.
◆ pointTable()
| QTableView * openswmmvis::ui::CurveEditorDialog::pointTable |
( |
| ) |
const |
|
inlinenoexcept |
◆ renameCurrent()
| bool openswmmvis::ui::CurveEditorDialog::renameCurrent |
( |
const QString & |
newName | ) |
|
Rename the currently selected curve. Returns false if no selection or the new name collides.
◆ submitCreateNew()
| void openswmmvis::ui::CurveEditorDialog::submitCreateNew |
( |
| ) |
|
◆ tableModel()
The documentation for this class was generated from the following files: