RoadModel
#include <roadmodel.h>
Inherits from QAbstractListModel
Public Types
Public Functions
Protected Functions
Public Types Documentation
enum RoadRoles
Public Functions Documentation
function RoadModel
| explicit RoadModel(
QObject * parent =nullptr
)
|
function ~RoadModel
function addPath
| void addPath(
const RoadPath & path
)
|
function rowCount
| int rowCount(
const QModelIndex & index ={}
) const override
|
function data
| QVariant data(
const QModelIndex & index,
int role =Qt::DisplayRole
) const override
|
Protected Functions Documentation
function roleNames
| QHash< int, QByteArray > roleNames() const override
|
Updated on 2023-07-03 at 11:02:07 +0000