| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
Model for the layout items list view. More...
#include <qgslayoutitemslistview.h>

| Public Slots | |
| void | setSelected (const QModelIndex &index) | 
| Sets the selected index.  More... | |
| Public Member Functions | |
| QgsLayoutItemsListViewModel (QgsLayoutModel *model, QObject *parent) | |
| constructor  More... | |
| QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const override | 
| QgsLayoutItem * | itemFromIndex (const QModelIndex &index) const | 
| Returns the layout item listed at the specified index.  More... | |
| Protected Member Functions | |
| bool | filterAcceptsRow (int sourceRow, const QModelIndex &sourceParent) const override | 
Model for the layout items list view.
Definition at line 40 of file qgslayoutitemslistview.h.
| QgsLayoutItemsListViewModel::QgsLayoutItemsListViewModel | ( | QgsLayoutModel * | model, | 
| QObject * | parent | ||
| ) | 
constructor
Definition at line 26 of file qgslayoutitemslistview.cpp.
| 
 | override | 
Definition at line 50 of file qgslayoutitemslistview.cpp.
| 
 | overrideprotected | 
Definition at line 43 of file qgslayoutitemslistview.cpp.
| QgsLayoutItem * QgsLayoutItemsListViewModel::itemFromIndex | ( | const QModelIndex & | index | ) | const | 
Returns the layout item listed at the specified index.
Definition at line 33 of file qgslayoutitemslistview.cpp.
| 
 | slot | 
Sets the selected index.
Definition at line 38 of file qgslayoutitemslistview.cpp.