NDEVR
API Documentation
TransitIncident.h
1#pragma once
2#include "NDEVR/Headers/QTModelManager.h"
3#include "Design/Headers/ContactInfo.h"
4namespace NDEVR
5{
8 class TransitIncident : public Model
9 {
12 PhysicalAddressModel incidentAddress() const
13 {
14 return getChild(0);
15 }
18 Time incidentTime() const
19 {
21 }
22 };
23}
constexpr decltype(auto) get() const
Retrieves a property value using a compile-time property constant, cast to the requested type.
Model()
Default constructor. Creates an uninitialized Model.
Definition Model.h:365
Model getChild(uint04 child) const
Returns the child model at the given child slot index.
Represents a timestamp with utilities for manipulation and conversion.
Definition Time.h:62
Represents a transit incident, providing access to its address and time.
The primary namespace for the NDEVR SDK.