![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include "ui/mdiworkspacechrome.h"#include "ui/theme/thememanager.h"#include "ui/theme/themetokens.h"#include <QMdiArea>#include <QTabBar>#include <QMdiSubWindow>#include <QDir>#include <QObject>#include <QWidget>Namespaces | |
| namespace | openswmmvis |
| namespace | openswmmvis::ui |
Functions | |
| void | openswmmvis::ui::installMdiWorkspaceChrome (QMdiArea *area, QWidget *welcome=nullptr) |
| Make area's backdrop track the theme and give welcome an opaque background of its own. | |
| void | openswmmvis::ui::refreshSubWindowTabToolTips (QMdiArea *area, const std::function< QString(QMdiSubWindow *)> &pathFor) |
| Give every tab in area a tooltip naming its document in full. | |