![]() |
LibrePCB Developers Documentation
|
This is the complete list of members for PathModel, including all inherited members.
| _COLUMN_COUNT enum value | PathModel | |
| add(const QPersistentModelIndex &itemIndex) noexcept | PathModel | |
| Column enum name | PathModel | |
| COLUMN_ACTIONS enum value | PathModel | |
| COLUMN_ANGLE enum value | PathModel | |
| COLUMN_X enum value | PathModel | |
| COLUMN_Y enum value | PathModel | |
| columnCount(const QModelIndex &parent=QModelIndex()) const override | PathModel | |
| copy(const QPersistentModelIndex &itemIndex) noexcept | PathModel | |
| data(const QModelIndex &index, int role=Qt::DisplayRole) const override | PathModel | |
| flags(const QModelIndex &index) const override | PathModel | |
| getPath() const noexcept | PathModel | inline |
| headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override | PathModel | |
| mNewVertex | PathModel | private |
| moveDown(const QPersistentModelIndex &itemIndex) noexcept | PathModel | |
| moveUp(const QPersistentModelIndex &itemIndex) noexcept | PathModel | |
| mPath | PathModel | private |
| operator=(const PathModel &rhs) noexcept | PathModel | |
| pathChanged(const Path &path) | PathModel | signal |
| PathModel()=delete | PathModel | |
| PathModel(const PathModel &other)=delete | PathModel | |
| PathModel(QObject *parent=nullptr) noexcept | PathModel | explicit |
| remove(const QPersistentModelIndex &itemIndex) noexcept | PathModel | |
| rowCount(const QModelIndex &parent=QModelIndex()) const override | PathModel | |
| setData(const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) override | PathModel | |
| setPath(const Path &path) noexcept | PathModel | |
| ~PathModel() noexcept | PathModel |