![]() |
NDEVR
API Documentation
|
Widget providing the initial setup interface for a transit incident report. More...
Public Member Functions | |
| IncidentReportSetup (TransitIncidentManager *manager, QWidget *parent=nullptr) | |
| Constructs the IncidentReportSetup widget. | |
Protected Member Functions | |
| void | updateUI () |
| Refreshes the UI to reflect the current incident data. | |
Protected Attributes | |
| BusManagerWidget * | m_bus_manager |
| Widget for managing buses. | |
| DriverManagerWidget * | m_driver_manager |
| Widget for managing drivers. | |
| TransitIncidentManager * | m_manager |
| The owning transit incident manager. | |
| Ui::IncidentReportSetupUI * | ui |
| The auto-generated UI form. | |
Widget providing the initial setup interface for a transit incident report.
Definition at line 13 of file IncidentReportSetup.h.
| IncidentReportSetup::IncidentReportSetup | ( | TransitIncidentManager * | manager, |
| QWidget * | parent = nullptr ) |
Constructs the IncidentReportSetup widget.
| [in] | manager | The transit incident manager providing data. |
| [in] | parent | The parent widget. |