![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
One row of the manifest: a figure and how to reach it. More...
#include <figurecapture.h>
Public Attributes | |
| QString | name |
| "18_routing_hydraulics.png" | |
| QString | action |
| ActionCatalog id to trigger (opens a dialog) | |
| QString | widget |
| objectName to grab, resolved under the host | |
| bool | wholeWindow = false |
| grab the main window itself | |
| QString | page |
| tab / list-row text to select in the target | |
| QString | tab |
| sub-tab to select after page (sidebar + tab) | |
| QString | type |
| text to type into the target's first editable field | |
| QString | typeInto |
| which field: objectName, or part of its placeholder | |
| QString | select |
| item to select in the target's list ("first", or its text) | |
| QString | hostSelect |
| item to select in the MAIN WINDOW before action fires | |
| QString | hostSelectIn |
| scope hostSelect to this panel (objectName or class) | |
| QStringList | clicks |
| buttons to press in the target; the LAST one's dialog becomes the target | |
| QString | column |
| scroll the target's table to this column header | |
| QString | editCell |
| open the row-0 cell editor in this column (compound "Edit…") | |
| QString | grab |
| narrow the grab to this descendant (objectName or class) | |
| QSize | size |
| resize the target before grabbing | |
| QSize | hostSize |
| resize the MAIN WINDOW first (layout-dependent widgets) | |
| FigureLane | lane = FigureLane::Offscreen |
| int | settleMs = 0 |
| extra settle before the grab (0 = default) | |
| int | maxWidth = 0 |
| clamp THIS figure's width (0 = the manifest default) | |
One row of the manifest: a figure and how to reach it.
| QString openswmmvis::ui::FigureSpec::action |
ActionCatalog id to trigger (opens a dialog)
| QStringList openswmmvis::ui::FigureSpec::clicks |
buttons to press in the target; the LAST one's dialog becomes the target
| QString openswmmvis::ui::FigureSpec::column |
scroll the target's table to this column header
| QString openswmmvis::ui::FigureSpec::editCell |
open the row-0 cell editor in this column (compound "Edit…")
| QString openswmmvis::ui::FigureSpec::grab |
narrow the grab to this descendant (objectName or class)
| QString openswmmvis::ui::FigureSpec::hostSelect |
item to select in the MAIN WINDOW before action fires
| QString openswmmvis::ui::FigureSpec::hostSelectIn |
scope hostSelect to this panel (objectName or class)
| QSize openswmmvis::ui::FigureSpec::hostSize |
resize the MAIN WINDOW first (layout-dependent widgets)
| FigureLane openswmmvis::ui::FigureSpec::lane = FigureLane::Offscreen |
| int openswmmvis::ui::FigureSpec::maxWidth = 0 |
clamp THIS figure's width (0 = the manifest default)
| QString openswmmvis::ui::FigureSpec::name |
"18_routing_hydraulics.png"
| QString openswmmvis::ui::FigureSpec::page |
tab / list-row text to select in the target
| QString openswmmvis::ui::FigureSpec::select |
item to select in the target's list ("first", or its text)
| int openswmmvis::ui::FigureSpec::settleMs = 0 |
extra settle before the grab (0 = default)
| QSize openswmmvis::ui::FigureSpec::size |
resize the target before grabbing
| QString openswmmvis::ui::FigureSpec::tab |
sub-tab to select after page (sidebar + tab)
| QString openswmmvis::ui::FigureSpec::type |
text to type into the target's first editable field
| QString openswmmvis::ui::FigureSpec::typeInto |
which field: objectName, or part of its placeholder
| bool openswmmvis::ui::FigureSpec::wholeWindow = false |
grab the main window itself
| QString openswmmvis::ui::FigureSpec::widget |
objectName to grab, resolved under the host