|
QGIS API Documentation 3.99.0-Master (f78f5286a64)
|
A list view for showing items in a layout. More...
#include <qgslayoutitemslistview.h>

Public Member Functions | |
| QgsLayoutItemsListView (QWidget *parent, QgsLayoutDesignerInterface *designer) | |
| Constructor for QgsLayoutItemsListView. | |
| void | setCurrentLayout (QgsLayout *layout) |
| Sets the current layout. | |
Protected Member Functions | |
| void | keyPressEvent (QKeyEvent *event) override |
A list view for showing items in a layout.
Definition at line 72 of file qgslayoutitemslistview.h.
| QgsLayoutItemsListView::QgsLayoutItemsListView | ( | QWidget * | parent, |
| QgsLayoutDesignerInterface * | designer | ||
| ) |
Constructor for QgsLayoutItemsListView.
Definition at line 87 of file qgslayoutitemslistview.cpp.
|
overrideprotected |
Definition at line 123 of file qgslayoutitemslistview.cpp.
| void QgsLayoutItemsListView::setCurrentLayout | ( | QgsLayout * | layout | ) |
Sets the current layout.
Definition at line 108 of file qgslayoutitemslistview.cpp.