#include <inleteditordialog.h>
|
| static InletEditorDialog * | createNew (openswmmvis::inlet::InletRegistry *registry, SWMMModelLayer *layer, QUndoStack *undoStack, QWidget *parent=nullptr) |
| |
| static QString | pickInlet (openswmmvis::inlet::InletRegistry *registry, SWMMModelLayer *layer, QUndoStack *undoStack, QWidget *parent, int compatibleXsectShape=-1) |
| | Modal pick / create / edit entry point for the inlet-usage pickers. compatibleXsectShape is a SWMM_XSectShape id used to filter the list to the designs legal on that host cross-section (STREET → the gutter types, RECT_OPEN / TRAPEZOIDAL → the drop types, CUSTOM everywhere); pass -1 for "any". Returns the name of the design selected on close, or empty. Flushes the registry to the engine afterwards, as pickTransect does.
|
| |
◆ Mode
◆ InletEditorDialog()
◆ ~InletEditorDialog()
| openswmmvis::ui::InletEditorDialog::~InletEditorDialog |
( |
| ) |
|
|
overridedefault |
◆ createNew()
◆ currentProvider()
| InletProvider * openswmmvis::ui::InletEditorDialog::currentProvider |
( |
| ) |
const |
|
noexcept |
◆ deleteCurrentSilently()
| void openswmmvis::ui::InletEditorDialog::deleteCurrentSilently |
( |
| ) |
|
◆ drawingView()
◆ invokeNew()
| void openswmmvis::ui::InletEditorDialog::invokeNew |
( |
| ) |
|
◆ listModel()
| InletListModel * openswmmvis::ui::InletEditorDialog::listModel |
( |
| ) |
const |
|
inlinenoexcept |
◆ listView()
| QListView * openswmmvis::ui::InletEditorDialog::listView |
( |
| ) |
const |
|
inlinenoexcept |
◆ mode()
| Mode openswmmvis::ui::InletEditorDialog::mode |
( |
| ) |
const |
|
inlinenoexcept |
◆ nameEdit()
| QLineEdit * openswmmvis::ui::InletEditorDialog::nameEdit |
( |
| ) |
const |
|
inlinenoexcept |
◆ openForInlet()
| void openswmmvis::ui::InletEditorDialog::openForInlet |
( |
const QString & |
name | ) |
|
Show (raising an already-open instance) and select name.
◆ pickInlet()
Modal pick / create / edit entry point for the inlet-usage pickers. compatibleXsectShape is a SWMM_XSectShape id used to filter the list to the designs legal on that host cross-section (STREET → the gutter types, RECT_OPEN / TRAPEZOIDAL → the drop types, CUSTOM everywhere); pass -1 for "any". Returns the name of the design selected on close, or empty. Flushes the registry to the engine afterwards, as pickTransect does.
◆ propertyTree()
| QTreeView * openswmmvis::ui::InletEditorDialog::propertyTree |
( |
| ) |
const |
|
inlinenoexcept |
◆ typeCombo()
| QComboBox * openswmmvis::ui::InletEditorDialog::typeCombo |
( |
| ) |
const |
|
inlinenoexcept |
The documentation for this class was generated from the following files: